Shades of Mongoose #AA9176
Tints of Mongoose #AA9176
RGB
CMYK
RGB Variations
Color information
#AA9176 (or 0xAA9176) is known color: Mongoose. HEX triplet: AA, 91 and 76. RGB value is (170,145,118). Sum of RGB (Red+Green+Blue) = 170+145+118=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9176 is #556E89. Grayscale: #959595. Windows color (decimal): -5598858 or 7770538. OLE color: 7770538.
HSL color Cylindrical-coordinate representation of color #AA9176: hue angle of 31.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9176 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 118 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.33 |
| HSL | 31.15º | 0.23% | 0.56% | - |
| HSV(B) | 31.15º | 0.31% | 0.67% | - |
| XYZ | 29.97 | 30.1 | 21.37 | - |
| YUV | 149.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 118 | 0 | 0.15 | 0.31 | 0.33 | 31.15 | 0.23 | 0.56 |
| Hex | AA | 91 | 76 | 0 | F | 1F | 21 | 1F | 17 | 38 |
| Octal | 252 | 221 | 166 | 0 | 17 | 37 | 41 | 37 | 27 | 70 |
| Binary | 10101010 | 10010001 | 1110110 | 0 | 1111 | 11111 | 100001 | 11111 | 10111 | 111000 |
Color Harmonies of #AA9176
Complementary color
Monochromatic Colors of #AA9176
Black with #AA9176
Text Example
Text Example
White with #AA9176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9176; }
p { color: rgb(170,145,118); }
H1.HeaderClassName
{
color: #AA9176;
}
.AnyTagClassName
{
color: #AA9176;
}
</style>
background-color css
<style>
a { background-color: #AA9176; }
a { background-color: rgb(170,145,118); }
div.DivClassName
{
background-color: #AA9176;
}
.BgClassName
{
background-color: #AA9176;
}
</style>
border-color css
<style>
span { border-color: #AA9176; }
span { border-color: rgb(170,145,118); }
td.TdClassName
{
border-color: #AA9176;
}
.TagClassName
{
border-color: #AA9176;
}
</style>