Shades of Mongoose #AA9271
Tints of Mongoose #AA9271
RGB
CMYK
RGB Variations
Color information
#AA9271 (or 0xAA9271) is known color: Mongoose. HEX triplet: AA, 92 and 71. RGB value is (170,146,113). Sum of RGB (Red+Green+Blue) = 170+146+113=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9271 is #556D8E. Grayscale: #959595. Windows color (decimal): -5598607 or 7443114. OLE color: 7443114.
HSL color Cylindrical-coordinate representation of color #AA9271: hue angle of 34.74º 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 #AA9271 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 113 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.33 |
| HSL | 34.74º | 0.25% | 0.55% | - |
| HSV(B) | 34.74º | 0.34% | 0.67% | - |
| XYZ | 29.84 | 30.3 | 19.9 | - |
| YUV | 149.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 113 | 0 | 0.14 | 0.34 | 0.33 | 34.74 | 0.25 | 0.55 |
| Hex | AA | 92 | 71 | 0 | E | 22 | 21 | 23 | 19 | 37 |
| Octal | 252 | 222 | 161 | 0 | 16 | 42 | 41 | 43 | 31 | 67 |
| Binary | 10101010 | 10010010 | 1110001 | 0 | 1110 | 100010 | 100001 | 100011 | 11001 | 110111 |
Color Harmonies of #AA9271
Complementary color
Monochromatic Colors of #AA9271
Black with #AA9271
Text Example
Text Example
White with #AA9271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9271; }
p { color: rgb(170,146,113); }
H1.HeaderClassName
{
color: #AA9271;
}
.AnyTagClassName
{
color: #AA9271;
}
</style>
background-color css
<style>
a { background-color: #AA9271; }
a { background-color: rgb(170,146,113); }
div.DivClassName
{
background-color: #AA9271;
}
.BgClassName
{
background-color: #AA9271;
}
</style>
border-color css
<style>
span { border-color: #AA9271; }
span { border-color: rgb(170,146,113); }
td.TdClassName
{
border-color: #AA9271;
}
.TagClassName
{
border-color: #AA9271;
}
</style>