#AA8870

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

Shades of Mongoose #AA8870

Tints of Mongoose #AA8870

Color information

#AA8870 (or 0xAA8870) is unknown color: approx Mongoose. HEX triplet: AA, 88 and 70. RGB value is (170,136,112). Sum of RGB (Red+Green+Blue) = 170+136+112=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8870 is #55778F. Grayscale: #8F8F8F. Windows color (decimal): -5601168 or 7375018. OLE color: 7375018.

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

Color convert

RGB170136112-
CMYK00.200.340.33
HSL24.83º25.44%55.29%-
HSV(B)24.83º34.12%66.67%-
XYZ28.3127.3219.11-
YUV143.43110.26146.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=40.67%
G=32.54%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013611200.200.340.3324.8325.4455.29
HexAA88700142221191937
Octal2522101600244241313167
Binary101010101000100011100000101001000101000011100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8870; }

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

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

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

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

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

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

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

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