Shades of Mongoose #AA9071
Tints of Mongoose #AA9071
RGB
CMYK
RGB Variations
Color information
#AA9071 (or 0xAA9071) is known color: Mongoose. HEX triplet: AA, 90 and 71. RGB value is (170,144,113). Sum of RGB (Red+Green+Blue) = 170+144+113=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9071 is #556F8E. Grayscale: #949494. Windows color (decimal): -5599119 or 7442602. OLE color: 7442602.
HSL color Cylindrical-coordinate representation of color #AA9071: hue angle of 32.63º 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 #AA9071 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 113 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.33 |
| HSL | 32.63º | 0.25% | 0.55% | - |
| HSV(B) | 32.63º | 0.34% | 0.67% | - |
| XYZ | 29.53 | 29.68 | 19.8 | - |
| YUV | 148.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 113 | 0 | 0.15 | 0.34 | 0.33 | 32.63 | 0.25 | 0.55 |
| Hex | AA | 90 | 71 | 0 | F | 22 | 21 | 21 | 19 | 37 |
| Octal | 252 | 220 | 161 | 0 | 17 | 42 | 41 | 41 | 31 | 67 |
| Binary | 10101010 | 10010000 | 1110001 | 0 | 1111 | 100010 | 100001 | 100001 | 11001 | 110111 |
Color Harmonies of #AA9071
Complementary color
Monochromatic Colors of #AA9071
Black with #AA9071
Text Example
Text Example
White with #AA9071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9071; }
p { color: rgb(170,144,113); }
H1.HeaderClassName
{
color: #AA9071;
}
.AnyTagClassName
{
color: #AA9071;
}
</style>
background-color css
<style>
a { background-color: #AA9071; }
a { background-color: rgb(170,144,113); }
div.DivClassName
{
background-color: #AA9071;
}
.BgClassName
{
background-color: #AA9071;
}
</style>
border-color css
<style>
span { border-color: #AA9071; }
span { border-color: rgb(170,144,113); }
td.TdClassName
{
border-color: #AA9071;
}
.TagClassName
{
border-color: #AA9071;
}
</style>