#A6806F

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

Shades of Medium Wood #A6806F

Tints of Medium Wood #A6806F

Color information

#A6806F (or 0xA6806F) is unknown color: approx Medium Wood. HEX triplet: A6, 80 and 6F. RGB value is (166,128,111). Sum of RGB (Red+Green+Blue) = 166+128+111=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6806F is #597F90. Grayscale: #898989. Windows color (decimal): -5865361 or 7307430. OLE color: 7307430.

HSL color Cylindrical-coordinate representation of color #A6806F: hue angle of 18.55º 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 #A6806F is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166128111-
CMYK00.230.330.35
HSL18.55º23.61%54.31%-
HSV(B)18.55º33.13%65.1%-
XYZ26.3124.6918.42-
YUV137.42113.09148.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=40.99%
G=31.60%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612811100.230.330.3518.5523.6154.31
HexA6806F0172123131836
Octal2462001570274143233066
Binary101001101000000011011110101111000011000111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6806F; }

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

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

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

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

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

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

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

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