#AA8570

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

Shades of Medium Wood #AA8570

Tints of Medium Wood #AA8570

Color information

#AA8570 (or 0xAA8570) is unknown color: approx Medium Wood. HEX triplet: AA, 85 and 70. RGB value is (170,133,112). Sum of RGB (Red+Green+Blue) = 170+133+112=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8570 is #557A8F. Grayscale: #8D8D8D. Windows color (decimal): -5601936 or 7374250. OLE color: 7374250.

HSL color Cylindrical-coordinate representation of color #AA8570: hue angle of 21.72º 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 #AA8570 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB170133112-
CMYK00.220.340.33
HSL21.72º25.44%55.29%-
HSV(B)21.72º34.12%66.67%-
XYZ27.8926.4918.97-
YUV141.67111.26148.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=40.96%
G=32.05%
B=26.99%

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
Decimal17013311200.220.340.3321.7225.4455.29
HexAA85700162221161937
Octal2522051600264241263167
Binary101010101000010111100000101101000101000011011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8570; }

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

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

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

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

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

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

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

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