#A6806E

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

Shades of Medium Wood #A6806E

Tints of Medium Wood #A6806E

Color information

#A6806E (or 0xA6806E) is unknown color: approx Medium Wood. HEX triplet: A6, 80 and 6E. RGB value is (166,128,110). Sum of RGB (Red+Green+Blue) = 166+128+110=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6806E is #597F91. Grayscale: #898989. Windows color (decimal): -5865362 or 7241894. OLE color: 7241894.

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

Color convert

RGB166128110-
CMYK00.230.340.35
HSL19.29º23.93%54.12%-
HSV(B)19.29º33.73%65.1%-
XYZ26.2624.6718.13-
YUV137.31112.59148.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 110 (43.36% from 255) = 27.23%
R=41.09%
G=31.68%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612811000.230.340.3519.2923.9354.12
HexA6806E0172223131836
Octal2462001560274243233066
Binary101001101000000011011100101111000101000111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6806E; }

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

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

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

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

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

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

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

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