#AD815E

Color #AD815E Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #AD815E

Tints of Medium Wood #AD815E

Color information

#AD815E (or 0xAD815E) is unknown color: approx Medium Wood. HEX triplet: AD, 81 and 5E. RGB value is (173,129,94). Sum of RGB (Red+Green+Blue) = 173+129+94=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD815E is #527EA1. Grayscale: #8A8A8A. Windows color (decimal): -5406370 or 6193581. OLE color: 6193581.

HSL color Cylindrical-coordinate representation of color #AD815E: hue angle of 26.58º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD815E is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17312994-
CMYK00.250.460.32
HSL26.58º32.51%52.35%-
HSV(B)26.58º45.66%67.84%-
XYZ27.125.3914.06-
YUV138.17103.08152.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 94 (37.11% from 255) = 23.74%
R=43.69%
G=32.58%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731299400.250.460.3226.5832.5152.35
HexAD815E0192E201b2134
Octal2552011360315640334164
Binary1010110110000001101111001100110111010000011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD815E; }

 p { color: rgb(173,129,94); }

 H1.HeaderClassName
 {
   color: #AD815E;
 }
 .AnyTagClassName
 {
   color: #AD815E;
 }
</style>
background-color css

<style>
 a { background-color: #AD815E; }

 a { background-color: rgb(173,129,94); }

 div.DivClassName
 {
   background-color: #AD815E;
 }
 .BgClassName
 {
   background-color: #AD815E;
 }
</style>
border-color css

<style>
 span { border-color: #AD815E; }

 span { border-color: rgb(173,129,94); }

 td.TdClassName
 {
   border-color: #AD815E;
 }
 .TagClassName
 {
   border-color: #AD815E;
 }
</style>