Shades of Mongoose #AA8871
Tints of Mongoose #AA8871
RGB
CMYK
RGB Variations
Color information
#AA8871 (or 0xAA8871) is known color: Mongoose. HEX triplet: AA, 88 and 71. RGB value is (170,136,113). Sum of RGB (Red+Green+Blue) = 170+136+113=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8871 is #55778E. Grayscale: #8F8F8F. Windows color (decimal): -5601167 or 7440554. OLE color: 7440554.
HSL color Cylindrical-coordinate representation of color #AA8871: hue angle of 24.21º 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 #AA8871 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 113 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.33 |
| HSL | 24.21º | 0.25% | 0.55% | - |
| HSV(B) | 24.21º | 0.34% | 0.67% | - |
| XYZ | 28.36 | 27.35 | 19.41 | - |
| YUV | 143.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 113 | 0 | 0.20 | 0.34 | 0.33 | 24.21 | 0.25 | 0.55 |
| Hex | AA | 88 | 71 | 0 | 14 | 22 | 21 | 18 | 19 | 37 |
| Octal | 252 | 210 | 161 | 0 | 24 | 42 | 41 | 30 | 31 | 67 |
| Binary | 10101010 | 10001000 | 1110001 | 0 | 10100 | 100010 | 100001 | 11000 | 11001 | 110111 |
Color Harmonies of #AA8871
Complementary color
Monochromatic Colors of #AA8871
Black with #AA8871
Text Example
Text Example
White with #AA8871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8871; }
p { color: rgb(170,136,113); }
H1.HeaderClassName
{
color: #AA8871;
}
.AnyTagClassName
{
color: #AA8871;
}
</style>
background-color css
<style>
a { background-color: #AA8871; }
a { background-color: rgb(170,136,113); }
div.DivClassName
{
background-color: #AA8871;
}
.BgClassName
{
background-color: #AA8871;
}
</style>
border-color css
<style>
span { border-color: #AA8871; }
span { border-color: rgb(170,136,113); }
td.TdClassName
{
border-color: #AA8871;
}
.TagClassName
{
border-color: #AA8871;
}
</style>