#AA8571

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

Shades of Medium Wood #AA8571

Tints of Medium Wood #AA8571

Color information

#AA8571 (or 0xAA8571) is unknown color: approx Medium Wood. HEX triplet: AA, 85 and 71. RGB value is (170,133,113). Sum of RGB (Red+Green+Blue) = 170+133+113=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8571 is #557A8E. Grayscale: #8D8D8D. Windows color (decimal): -5601935 or 7439786. OLE color: 7439786.

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

Color convert

RGB170133113-
CMYK00.220.340.33
HSL21.05º25.11%55.49%-
HSV(B)21.05º33.53%66.67%-
XYZ27.9526.5119.27-
YUV141.78111.76148.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=40.87%
G=31.97%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013311300.220.340.3321.0525.1155.49
HexAA85710162221151937
Octal2522051610264241253167
Binary101010101000010111100010101101000101000011010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8571; }

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

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

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

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

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

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

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

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