#AD806C

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

Shades of Medium Wood #AD806C

Tints of Medium Wood #AD806C

Color information

#AD806C (or 0xAD806C) is unknown color: approx Medium Wood. HEX triplet: AD, 80 and 6C. RGB value is (173,128,108). Sum of RGB (Red+Green+Blue) = 173+128+108=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD806C is #527F93. Grayscale: #8B8B8B. Windows color (decimal): -5406612 or 7110829. OLE color: 7110829.

HSL color Cylindrical-coordinate representation of color #AD806C: hue angle of 18.46º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD806C is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB173128108-
CMYK00.260.380.32
HSL18.46º28.38%55.1%-
HSV(B)18.46º37.57%67.84%-
XYZ27.6625.4117.63-
YUV139.18110.41152.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 108 (42.58% from 255) = 26.41%
R=42.30%
G=31.30%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312810800.260.380.3218.4628.3855.1
HexAD806C01A2620121c37
Octal2552001540324640223467
Binary101011011000000011011000110101001101000001001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD806C; }

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

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

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

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

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

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

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

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