#A9806E

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

Shades of Medium Wood #A9806E

Tints of Medium Wood #A9806E

Color information

#A9806E (or 0xA9806E) is unknown color: approx Medium Wood. HEX triplet: A9, 80 and 6E. RGB value is (169,128,110). Sum of RGB (Red+Green+Blue) = 169+128+110=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9806E is #567F91. Grayscale: #8A8A8A. Windows color (decimal): -5668754 or 7241897. OLE color: 7241897.

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

Color convert

RGB169128110-
CMYK00.240.350.34
HSL18.31º25.54%54.71%-
HSV(B)18.31º34.91%66.27%-
XYZ26.92518.16-
YUV138.21112.08149.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=41.52%
G=31.45%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912811000.240.350.3418.3125.5454.71
HexA9806E0182322121a37
Octal2512001560304342223267
Binary101010011000000011011100110001000111000101001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9806E; }

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

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

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

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

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

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

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

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