#AA856E

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

Shades of Medium Wood #AA856E

Tints of Medium Wood #AA856E

Color information

#AA856E (or 0xAA856E) is unknown color: approx Medium Wood. HEX triplet: AA, 85 and 6E. RGB value is (170,133,110). Sum of RGB (Red+Green+Blue) = 170+133+110=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA856E is #557A91. Grayscale: #8D8D8D. Windows color (decimal): -5601938 or 7243178. OLE color: 7243178.

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

Color convert

RGB170133110-
CMYK00.220.350.33
HSL23º26.09%54.9%-
HSV(B)23º35.29%66.67%-
XYZ27.7826.4518.39-
YUV141.44110.26148.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=41.16%
G=32.20%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013311000.220.350.332326.0954.9
HexAA856E0162321171a37
Octal2522051560264341273267
Binary101010101000010111011100101101000111000011011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA856E; }

 p { color: rgb(170,133,110); }

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

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

 a { background-color: rgb(170,133,110); }

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

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

 span { border-color: rgb(170,133,110); }

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