#A9806B

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

Shades of Medium Wood #A9806B

Tints of Medium Wood #A9806B

Color information

#A9806B (or 0xA9806B) is unknown color: approx Medium Wood. HEX triplet: A9, 80 and 6B. RGB value is (169,128,107). Sum of RGB (Red+Green+Blue) = 169+128+107=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A9806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9806B is #567F94. Grayscale: #898989. Windows color (decimal): -5668757 or 7045289. OLE color: 7045289.

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

Color convert

RGB169128107-
CMYK00.240.370.34
HSL20.32º26.5%54.12%-
HSV(B)20.32º36.69%66.27%-
XYZ26.7424.9317.31-
YUV137.86110.58150.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=41.83%
G=31.68%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912810700.240.370.3420.3226.554.12
HexA9806B0182522141a36
Octal2512001530304542243266
Binary101010011000000011010110110001001011000101010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9806B; }

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

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

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

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

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

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

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

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