Shades of Mongoose #AA8771
Tints of Mongoose #AA8771
RGB
CMYK
RGB Variations
Color information
#AA8771 (or 0xAA8771) is known color: Mongoose. HEX triplet: AA, 87 and 71. RGB value is (170,135,113). Sum of RGB (Red+Green+Blue) = 170+135+113=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8771 is #55788E. Grayscale: #8F8F8F. Windows color (decimal): -5601423 or 7440298. OLE color: 7440298.
HSL color Cylindrical-coordinate representation of color #AA8771: hue angle of 23.16º 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 #AA8771 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 113 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.33 |
| HSL | 23.16º | 0.25% | 0.55% | - |
| HSV(B) | 23.16º | 0.34% | 0.67% | - |
| XYZ | 28.22 | 27.07 | 19.36 | - |
| YUV | 142.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 113 | 0 | 0.21 | 0.34 | 0.33 | 23.16 | 0.25 | 0.55 |
| Hex | AA | 87 | 71 | 0 | 15 | 22 | 21 | 17 | 19 | 37 |
| Octal | 252 | 207 | 161 | 0 | 25 | 42 | 41 | 27 | 31 | 67 |
| Binary | 10101010 | 10000111 | 1110001 | 0 | 10101 | 100010 | 100001 | 10111 | 11001 | 110111 |
Color Harmonies of #AA8771
Complementary color
Monochromatic Colors of #AA8771
Black with #AA8771
Text Example
Text Example
White with #AA8771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8771; }
p { color: rgb(170,135,113); }
H1.HeaderClassName
{
color: #AA8771;
}
.AnyTagClassName
{
color: #AA8771;
}
</style>
background-color css
<style>
a { background-color: #AA8771; }
a { background-color: rgb(170,135,113); }
div.DivClassName
{
background-color: #AA8771;
}
.BgClassName
{
background-color: #AA8771;
}
</style>
border-color css
<style>
span { border-color: #AA8771; }
span { border-color: rgb(170,135,113); }
td.TdClassName
{
border-color: #AA8771;
}
.TagClassName
{
border-color: #AA8771;
}
</style>