#AD785C

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

Shades of Medium Wood #AD785C

Tints of Medium Wood #AD785C

Color information

#AD785C (or 0xAD785C) is unknown color: approx Medium Wood. HEX triplet: AD, 78 and 5C. RGB value is (173,120,92). Sum of RGB (Red+Green+Blue) = 173+120+92=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD785C is #5287A3. Grayscale: #848484. Windows color (decimal): -5408676 or 6060205. OLE color: 6060205.

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

Color convert

RGB17312092-
CMYK00.310.470.32
HSL20.74º33.06%51.96%-
HSV(B)20.74º46.82%67.84%-
XYZ25.8823.0913.22-
YUV132.66105.06156.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=44.94%
G=31.17%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731209200.310.470.3220.7433.0651.96
HexAD785C01F2F20152134
Octal2551701340375740254164
Binary101011011111000101110001111110111110000010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD785C; }

 p { color: rgb(173,120,92); }

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

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

 a { background-color: rgb(173,120,92); }

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

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

 span { border-color: rgb(173,120,92); }

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