#A9816C

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

Shades of Medium Wood #A9816C

Tints of Medium Wood #A9816C

Color information

#A9816C (or 0xA9816C) is unknown color: approx Medium Wood. HEX triplet: A9, 81 and 6C. RGB value is (169,129,108). Sum of RGB (Red+Green+Blue) = 169+129+108=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9816C is #567E93. Grayscale: #8A8A8A. Windows color (decimal): -5668500 or 7111081. OLE color: 7111081.

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

Color convert

RGB169129108-
CMYK00.240.360.34
HSL20.66º26.18%54.31%-
HSV(B)20.66º36.09%66.27%-
XYZ26.9225.2217.64-
YUV138.57110.75149.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=41.63%
G=31.77%
B=26.60%

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
Decimal16912910800.240.360.3420.6626.1854.31
HexA9816C0182422151a36
Octal2512011540304442253266
Binary101010011000000111011000110001001001000101010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9816C; }

 p { color: rgb(169,129,108); }

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

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

 a { background-color: rgb(169,129,108); }

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

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

 span { border-color: rgb(169,129,108); }

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