#A6816F

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

Shades of Medium Wood #A6816F

Tints of Medium Wood #A6816F

Color information

#A6816F (or 0xA6816F) is unknown color: approx Medium Wood. HEX triplet: A6, 81 and 6F. RGB value is (166,129,111). Sum of RGB (Red+Green+Blue) = 166+129+111=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A6816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6816F is #597E90. Grayscale: #8A8A8A. Windows color (decimal): -5865105 or 7307686. OLE color: 7307686.

HSL color Cylindrical-coordinate representation of color #A6816F: hue angle of 19.64º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6816F is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166129111-
CMYK00.220.330.35
HSL19.64º23.61%54.31%-
HSV(B)19.64º33.13%65.1%-
XYZ26.4524.9618.46-
YUV138.01112.76147.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=40.89%
G=31.77%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612911100.220.330.3519.6423.6154.31
HexA6816F0162123141836
Octal2462011570264143243066
Binary101001101000000111011110101101000011000111010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6816F; }

 p { color: rgb(166,129,111); }

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

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

 a { background-color: rgb(166,129,111); }

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

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

 span { border-color: rgb(166,129,111); }

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