#AD805C

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

Shades of Medium Wood #AD805C

Tints of Medium Wood #AD805C

Color information

#AD805C (or 0xAD805C) is unknown color: approx Medium Wood. HEX triplet: AD, 80 and 5C. RGB value is (173,128,92). Sum of RGB (Red+Green+Blue) = 173+128+92=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD805C is #527FA3. Grayscale: #898989. Windows color (decimal): -5406628 or 6062253. OLE color: 6062253.

HSL color Cylindrical-coordinate representation of color #AD805C: hue angle of 26.67º 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 #AD805C is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17312892-
CMYK00.260.470.32
HSL26.67º33.06%51.96%-
HSV(B)26.67º46.82%67.84%-
XYZ26.8825.113.55-
YUV137.35102.41153.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=44.02%
G=32.57%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731289200.260.470.3226.6733.0651.96
HexAD805C01A2F201b2134
Octal2552001340325740334164
Binary1010110110000000101110001101010111110000011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD805C; }

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

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

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

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

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

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

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

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