Shades of Mongoose #AA9170
Tints of Mongoose #AA9170
RGB
CMYK
RGB Variations
Color information
#AA9170 (or 0xAA9170) is known color: Mongoose. HEX triplet: AA, 91 and 70. RGB value is (170,145,112). Sum of RGB (Red+Green+Blue) = 170+145+112=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9170 is #556E8F. Grayscale: #949494. Windows color (decimal): -5598864 or 7377322. OLE color: 7377322.
HSL color Cylindrical-coordinate representation of color #AA9170: hue angle of 34.14º 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 #AA9170 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 112 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.33 |
| HSL | 34.14º | 0.25% | 0.55% | - |
| HSV(B) | 34.14º | 0.34% | 0.67% | - |
| XYZ | 29.63 | 29.97 | 19.55 | - |
| YUV | 148.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 112 | 0 | 0.15 | 0.34 | 0.33 | 34.14 | 0.25 | 0.55 |
| Hex | AA | 91 | 70 | 0 | F | 22 | 21 | 22 | 19 | 37 |
| Octal | 252 | 221 | 160 | 0 | 17 | 42 | 41 | 42 | 31 | 67 |
| Binary | 10101010 | 10010001 | 1110000 | 0 | 1111 | 100010 | 100001 | 100010 | 11001 | 110111 |
Color Harmonies of #AA9170
Complementary color
Monochromatic Colors of #AA9170
Black with #AA9170
Text Example
Text Example
White with #AA9170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9170; }
p { color: rgb(170,145,112); }
H1.HeaderClassName
{
color: #AA9170;
}
.AnyTagClassName
{
color: #AA9170;
}
</style>
background-color css
<style>
a { background-color: #AA9170; }
a { background-color: rgb(170,145,112); }
div.DivClassName
{
background-color: #AA9170;
}
.BgClassName
{
background-color: #AA9170;
}
</style>
border-color css
<style>
span { border-color: #AA9170; }
span { border-color: rgb(170,145,112); }
td.TdClassName
{
border-color: #AA9170;
}
.TagClassName
{
border-color: #AA9170;
}
</style>