Shades of Mongoose #AA9471
Tints of Mongoose #AA9471
RGB
CMYK
RGB Variations
Color information
#AA9471 (or 0xAA9471) is known color: Mongoose. HEX triplet: AA, 94 and 71. RGB value is (170,148,113). Sum of RGB (Red+Green+Blue) = 170+148+113=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9471 is #556B8E. Grayscale: #969696. Windows color (decimal): -5598095 or 7443626. OLE color: 7443626.
HSL color Cylindrical-coordinate representation of color #AA9471: hue angle of 36.84º 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 #AA9471 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 113 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.33 |
| HSL | 36.84º | 0.25% | 0.55% | - |
| HSV(B) | 36.84º | 0.34% | 0.67% | - |
| XYZ | 30.15 | 30.92 | 20 | - |
| YUV | 150.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 113 | 0 | 0.13 | 0.34 | 0.33 | 36.84 | 0.25 | 0.55 |
| Hex | AA | 94 | 71 | 0 | D | 22 | 21 | 25 | 19 | 37 |
| Octal | 252 | 224 | 161 | 0 | 15 | 42 | 41 | 45 | 31 | 67 |
| Binary | 10101010 | 10010100 | 1110001 | 0 | 1101 | 100010 | 100001 | 100101 | 11001 | 110111 |
Color Harmonies of #AA9471
Complementary color
Monochromatic Colors of #AA9471
Black with #AA9471
Text Example
Text Example
White with #AA9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9471; }
p { color: rgb(170,148,113); }
H1.HeaderClassName
{
color: #AA9471;
}
.AnyTagClassName
{
color: #AA9471;
}
</style>
background-color css
<style>
a { background-color: #AA9471; }
a { background-color: rgb(170,148,113); }
div.DivClassName
{
background-color: #AA9471;
}
.BgClassName
{
background-color: #AA9471;
}
</style>
border-color css
<style>
span { border-color: #AA9471; }
span { border-color: rgb(170,148,113); }
td.TdClassName
{
border-color: #AA9471;
}
.TagClassName
{
border-color: #AA9471;
}
</style>