Shades of Mongoose #AA8870
Tints of Mongoose #AA8870
RGB
CMYK
RGB Variations
Color information
#AA8870 (or 0xAA8870) is known color: 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
| RGB | 170 | 136 | 112 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.33 |
| HSL | 24.83º | 0.25% | 0.55% | - |
| HSV(B) | 24.83º | 0.34% | 0.67% | - |
| XYZ | 28.31 | 27.32 | 19.11 | - |
| YUV | 143.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 112 | 0 | 0.20 | 0.34 | 0.33 | 24.83 | 0.25 | 0.55 |
| Hex | AA | 88 | 70 | 0 | 14 | 22 | 21 | 19 | 19 | 37 |
| Octal | 252 | 210 | 160 | 0 | 24 | 42 | 41 | 31 | 31 | 67 |
| Binary | 10101010 | 10001000 | 1110000 | 0 | 10100 | 100010 | 100001 | 11001 | 11001 | 110111 |
Color Harmonies of #AA8870
Complementary color
Monochromatic Colors of #AA8870
Black with #AA8870
Text Example
Text Example
White with #AA8870
Text Example
Text Example
HTML Codes & Css Web 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>