#AA856D

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

Shades of Medium Wood #AA856D

Tints of Medium Wood #AA856D

Color information

#AA856D (or 0xAA856D) is unknown color: approx Medium Wood. HEX triplet: AA, 85 and 6D. RGB value is (170,133,109). Sum of RGB (Red+Green+Blue) = 170+133+109=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA856D is #557A92. Grayscale: #8D8D8D. Windows color (decimal): -5601939 or 7177642. OLE color: 7177642.

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

Color convert

RGB170133109-
CMYK00.220.360.33
HSL23.61º26.41%54.71%-
HSV(B)23.61º35.88%66.67%-
XYZ27.7326.4318.11-
YUV141.33109.76148.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=41.26%
G=32.28%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013310900.220.360.3323.6126.4154.71
HexAA856D0162421181a37
Octal2522051550264441303267
Binary101010101000010111011010101101001001000011100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA856D; }

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

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

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

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

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

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

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

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