Shades of Mongoose #AA8770
Tints of Mongoose #AA8770
RGB
CMYK
RGB Variations
Color information
#AA8770 (or 0xAA8770) is known color: Mongoose. HEX triplet: AA, 87 and 70. RGB value is (170,135,112). Sum of RGB (Red+Green+Blue) = 170+135+112=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8770 is #55788F. Grayscale: #8E8E8E. Windows color (decimal): -5601424 or 7374762. OLE color: 7374762.
HSL color Cylindrical-coordinate representation of color #AA8770: hue angle of 23.79º 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 #AA8770 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 112 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.33 |
| HSL | 23.79º | 0.25% | 0.55% | - |
| HSV(B) | 23.79º | 0.34% | 0.67% | - |
| XYZ | 28.17 | 27.04 | 19.06 | - |
| YUV | 142.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 112 | 0 | 0.21 | 0.34 | 0.33 | 23.79 | 0.25 | 0.55 |
| Hex | AA | 87 | 70 | 0 | 15 | 22 | 21 | 18 | 19 | 37 |
| Octal | 252 | 207 | 160 | 0 | 25 | 42 | 41 | 30 | 31 | 67 |
| Binary | 10101010 | 10000111 | 1110000 | 0 | 10101 | 100010 | 100001 | 11000 | 11001 | 110111 |
Color Harmonies of #AA8770
Complementary color
Monochromatic Colors of #AA8770
Black with #AA8770
Text Example
Text Example
White with #AA8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8770; }
p { color: rgb(170,135,112); }
H1.HeaderClassName
{
color: #AA8770;
}
.AnyTagClassName
{
color: #AA8770;
}
</style>
background-color css
<style>
a { background-color: #AA8770; }
a { background-color: rgb(170,135,112); }
div.DivClassName
{
background-color: #AA8770;
}
.BgClassName
{
background-color: #AA8770;
}
</style>
border-color css
<style>
span { border-color: #AA8770; }
span { border-color: rgb(170,135,112); }
td.TdClassName
{
border-color: #AA8770;
}
.TagClassName
{
border-color: #AA8770;
}
</style>