Shades of Mongoose #AA9371
Tints of Mongoose #AA9371
RGB
CMYK
RGB Variations
Color information
#AA9371 (or 0xAA9371) is known color: Mongoose. HEX triplet: AA, 93 and 71. RGB value is (170,147,113). Sum of RGB (Red+Green+Blue) = 170+147+113=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9371 is #556C8E. Grayscale: #969696. Windows color (decimal): -5598351 or 7443370. OLE color: 7443370.
HSL color Cylindrical-coordinate representation of color #AA9371: hue angle of 35.79º 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 #AA9371 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 113 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.33 |
| HSL | 35.79º | 0.25% | 0.55% | - |
| HSV(B) | 35.79º | 0.34% | 0.67% | - |
| XYZ | 29.99 | 30.61 | 19.95 | - |
| YUV | 150 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 113 | 0 | 0.14 | 0.34 | 0.33 | 35.79 | 0.25 | 0.55 |
| Hex | AA | 93 | 71 | 0 | E | 22 | 21 | 24 | 19 | 37 |
| Octal | 252 | 223 | 161 | 0 | 16 | 42 | 41 | 44 | 31 | 67 |
| Binary | 10101010 | 10010011 | 1110001 | 0 | 1110 | 100010 | 100001 | 100100 | 11001 | 110111 |
Color Harmonies of #AA9371
Complementary color
Monochromatic Colors of #AA9371
Black with #AA9371
Text Example
Text Example
White with #AA9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9371; }
p { color: rgb(170,147,113); }
H1.HeaderClassName
{
color: #AA9371;
}
.AnyTagClassName
{
color: #AA9371;
}
</style>
background-color css
<style>
a { background-color: #AA9371; }
a { background-color: rgb(170,147,113); }
div.DivClassName
{
background-color: #AA9371;
}
.BgClassName
{
background-color: #AA9371;
}
</style>
border-color css
<style>
span { border-color: #AA9371; }
span { border-color: rgb(170,147,113); }
td.TdClassName
{
border-color: #AA9371;
}
.TagClassName
{
border-color: #AA9371;
}
</style>