Shades of Mongoose #AA9470
Tints of Mongoose #AA9470
RGB
CMYK
RGB Variations
Color information
#AA9470 (or 0xAA9470) is known color: Mongoose. HEX triplet: AA, 94 and 70. RGB value is (170,148,112). Sum of RGB (Red+Green+Blue) = 170+148+112=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9470 is #556B8F. Grayscale: #969696. Windows color (decimal): -5598096 or 7378090. OLE color: 7378090.
HSL color Cylindrical-coordinate representation of color #AA9470: hue angle of 37.24º 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 #AA9470 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 112 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.33 |
| HSL | 37.24º | 0.25% | 0.55% | - |
| HSV(B) | 37.24º | 0.34% | 0.67% | - |
| XYZ | 30.09 | 30.9 | 19.71 | - |
| YUV | 150.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 112 | 0 | 0.13 | 0.34 | 0.33 | 37.24 | 0.25 | 0.55 |
| Hex | AA | 94 | 70 | 0 | D | 22 | 21 | 25 | 19 | 37 |
| Octal | 252 | 224 | 160 | 0 | 15 | 42 | 41 | 45 | 31 | 67 |
| Binary | 10101010 | 10010100 | 1110000 | 0 | 1101 | 100010 | 100001 | 100101 | 11001 | 110111 |
Color Harmonies of #AA9470
Complementary color
Monochromatic Colors of #AA9470
Black with #AA9470
Text Example
Text Example
White with #AA9470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9470; }
p { color: rgb(170,148,112); }
H1.HeaderClassName
{
color: #AA9470;
}
.AnyTagClassName
{
color: #AA9470;
}
</style>
background-color css
<style>
a { background-color: #AA9470; }
a { background-color: rgb(170,148,112); }
div.DivClassName
{
background-color: #AA9470;
}
.BgClassName
{
background-color: #AA9470;
}
</style>
border-color css
<style>
span { border-color: #AA9470; }
span { border-color: rgb(170,148,112); }
td.TdClassName
{
border-color: #AA9470;
}
.TagClassName
{
border-color: #AA9470;
}
</style>