#A9806D

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

Shades of Medium Wood #A9806D

Tints of Medium Wood #A9806D

Color information

#A9806D (or 0xA9806D) is unknown color: approx Medium Wood. HEX triplet: A9, 80 and 6D. RGB value is (169,128,109). Sum of RGB (Red+Green+Blue) = 169+128+109=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9806D is #567F92. Grayscale: #8A8A8A. Windows color (decimal): -5668755 or 7176361. OLE color: 7176361.

HSL color Cylindrical-coordinate representation of color #A9806D: hue angle of 19º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9806D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB169128109-
CMYK00.240.360.34
HSL19º25.86%54.51%-
HSV(B)19º35.5%66.27%-
XYZ26.8424.9817.87-
YUV138.09111.58150.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=41.63%
G=31.53%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912810900.240.360.341925.8654.51
HexA9806D0182422131a37
Octal2512001550304442233267
Binary101010011000000011011010110001001001000101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9806D; }

 p { color: rgb(169,128,109); }

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

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

 a { background-color: rgb(169,128,109); }

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

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

 span { border-color: rgb(169,128,109); }

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