Shades of Mongoose #AA8970
Tints of Mongoose #AA8970
RGB
CMYK
RGB Variations
Color information
#AA8970 (or 0xAA8970) is known color: Mongoose. HEX triplet: AA, 89 and 70. RGB value is (170,137,112). Sum of RGB (Red+Green+Blue) = 170+137+112=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8970 is #55768F. Grayscale: #909090. Windows color (decimal): -5600912 or 7375274. OLE color: 7375274.
HSL color Cylindrical-coordinate representation of color #AA8970: hue angle of 25.86º 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 #AA8970 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 112 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.33 |
| HSL | 25.86º | 0.25% | 0.55% | - |
| HSV(B) | 25.86º | 0.34% | 0.67% | - |
| XYZ | 28.45 | 27.61 | 19.16 | - |
| YUV | 144.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 112 | 0 | 0.19 | 0.34 | 0.33 | 25.86 | 0.25 | 0.55 |
| Hex | AA | 89 | 70 | 0 | 13 | 22 | 21 | 1A | 19 | 37 |
| Octal | 252 | 211 | 160 | 0 | 23 | 42 | 41 | 32 | 31 | 67 |
| Binary | 10101010 | 10001001 | 1110000 | 0 | 10011 | 100010 | 100001 | 11010 | 11001 | 110111 |
Color Harmonies of #AA8970
Complementary color
Monochromatic Colors of #AA8970
Black with #AA8970
Text Example
Text Example
White with #AA8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8970; }
p { color: rgb(170,137,112); }
H1.HeaderClassName
{
color: #AA8970;
}
.AnyTagClassName
{
color: #AA8970;
}
</style>
background-color css
<style>
a { background-color: #AA8970; }
a { background-color: rgb(170,137,112); }
div.DivClassName
{
background-color: #AA8970;
}
.BgClassName
{
background-color: #AA8970;
}
</style>
border-color css
<style>
span { border-color: #AA8970; }
span { border-color: rgb(170,137,112); }
td.TdClassName
{
border-color: #AA8970;
}
.TagClassName
{
border-color: #AA8970;
}
</style>