Shades of Mongoose #AA9166
Tints of Mongoose #AA9166
RGB
CMYK
RGB Variations
Color information
#AA9166 (or 0xAA9166) is known color: Mongoose. HEX triplet: AA, 91 and 66. RGB value is (170,145,102). Sum of RGB (Red+Green+Blue) = 170+145+102=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9166 is #556E99. Grayscale: #939393. Windows color (decimal): -5598874 or 6721962. OLE color: 6721962.
HSL color Cylindrical-coordinate representation of color #AA9166: hue angle of 37.94º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA9166 is Cyan = 0, Magento = 0.15, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 102 | - |
| CMYK | 0 | 0.15 | 0.4 | 0.33 |
| HSL | 37.94º | 0.29% | 0.53% | - |
| HSV(B) | 37.94º | 0.4% | 0.67% | - |
| XYZ | 29.1 | 29.76 | 16.78 | - |
| YUV | 147.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 102 | 0 | 0.15 | 0.4 | 0.33 | 37.94 | 0.29 | 0.53 |
| Hex | AA | 91 | 66 | 0 | F | 28 | 21 | 26 | 1D | 35 |
| Octal | 252 | 221 | 146 | 0 | 17 | 50 | 41 | 46 | 35 | 65 |
| Binary | 10101010 | 10010001 | 1100110 | 0 | 1111 | 101000 | 100001 | 100110 | 11101 | 110101 |
Color Harmonies of #AA9166
Complementary color
Monochromatic Colors of #AA9166
Black with #AA9166
Text Example
Text Example
White with #AA9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9166; }
p { color: rgb(170,145,102); }
H1.HeaderClassName
{
color: #AA9166;
}
.AnyTagClassName
{
color: #AA9166;
}
</style>
background-color css
<style>
a { background-color: #AA9166; }
a { background-color: rgb(170,145,102); }
div.DivClassName
{
background-color: #AA9166;
}
.BgClassName
{
background-color: #AA9166;
}
</style>
border-color css
<style>
span { border-color: #AA9166; }
span { border-color: rgb(170,145,102); }
td.TdClassName
{
border-color: #AA9166;
}
.TagClassName
{
border-color: #AA9166;
}
</style>