#AA856B

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

Shades of Medium Wood #AA856B

Tints of Medium Wood #AA856B

Color information

#AA856B (or 0xAA856B) is unknown color: approx Medium Wood. HEX triplet: AA, 85 and 6B. RGB value is (170,133,107). Sum of RGB (Red+Green+Blue) = 170+133+107=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA856B is #557A94. Grayscale: #8D8D8D. Windows color (decimal): -5601941 or 7046570. OLE color: 7046570.

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

Color convert

RGB170133107-
CMYK00.220.370.33
HSL24.76º27.04%54.31%-
HSV(B)24.76º37.06%66.67%-
XYZ27.6226.3817.55-
YUV141.1108.76148.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 107 (42.19% from 255) = 26.10%
R=41.46%
G=32.44%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013310700.220.370.3324.7627.0454.31
HexAA856B0162521191b36
Octal2522051530264541313366
Binary101010101000010111010110101101001011000011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA856B; }

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

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

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

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

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

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

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

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