Shades of Mongoose #AA9172
Tints of Mongoose #AA9172
RGB
CMYK
RGB Variations
Color information
#AA9172 (or 0xAA9172) is known color: Mongoose. HEX triplet: AA, 91 and 72. RGB value is (170,145,114). Sum of RGB (Red+Green+Blue) = 170+145+114=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9172 is #556E8D. Grayscale: #959595. Windows color (decimal): -5598862 or 7508394. OLE color: 7508394.
HSL color Cylindrical-coordinate representation of color #AA9172: hue angle of 33.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9172 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 114 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.33 |
| HSL | 33.21º | 0.25% | 0.56% | - |
| HSV(B) | 33.21º | 0.33% | 0.67% | - |
| XYZ | 29.74 | 30.01 | 20.14 | - |
| YUV | 148.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 114 | 0 | 0.15 | 0.33 | 0.33 | 33.21 | 0.25 | 0.56 |
| Hex | AA | 91 | 72 | 0 | F | 21 | 21 | 21 | 19 | 38 |
| Octal | 252 | 221 | 162 | 0 | 17 | 41 | 41 | 41 | 31 | 70 |
| Binary | 10101010 | 10010001 | 1110010 | 0 | 1111 | 100001 | 100001 | 100001 | 11001 | 111000 |
Color Harmonies of #AA9172
Complementary color
Monochromatic Colors of #AA9172
Black with #AA9172
Text Example
Text Example
White with #AA9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9172; }
p { color: rgb(170,145,114); }
H1.HeaderClassName
{
color: #AA9172;
}
.AnyTagClassName
{
color: #AA9172;
}
</style>
background-color css
<style>
a { background-color: #AA9172; }
a { background-color: rgb(170,145,114); }
div.DivClassName
{
background-color: #AA9172;
}
.BgClassName
{
background-color: #AA9172;
}
</style>
border-color css
<style>
span { border-color: #AA9172; }
span { border-color: rgb(170,145,114); }
td.TdClassName
{
border-color: #AA9172;
}
.TagClassName
{
border-color: #AA9172;
}
</style>