Shades of Mongoose #AA8C70
Tints of Mongoose #AA8C70
RGB
CMYK
RGB Variations
Color information
#AA8C70 (or 0xAA8C70) is known color: Mongoose. HEX triplet: AA, 8C and 70. RGB value is (170,140,112). Sum of RGB (Red+Green+Blue) = 170+140+112=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C70 is #55738F. Grayscale: #919191. Windows color (decimal): -5600144 or 7376042. OLE color: 7376042.
HSL color Cylindrical-coordinate representation of color #AA8C70: hue angle of 28.97º 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 #AA8C70 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 112 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.33 |
| HSL | 28.97º | 0.25% | 0.55% | - |
| HSV(B) | 28.97º | 0.34% | 0.67% | - |
| XYZ | 28.88 | 28.47 | 19.3 | - |
| YUV | 145.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 112 | 0 | 0.18 | 0.34 | 0.33 | 28.97 | 0.25 | 0.55 |
| Hex | AA | 8C | 70 | 0 | 12 | 22 | 21 | 1D | 19 | 37 |
| Octal | 252 | 214 | 160 | 0 | 22 | 42 | 41 | 35 | 31 | 67 |
| Binary | 10101010 | 10001100 | 1110000 | 0 | 10010 | 100010 | 100001 | 11101 | 11001 | 110111 |
Color Harmonies of #AA8C70
Complementary color
Monochromatic Colors of #AA8C70
Black with #AA8C70
Text Example
Text Example
White with #AA8C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C70; }
p { color: rgb(170,140,112); }
H1.HeaderClassName
{
color: #AA8C70;
}
.AnyTagClassName
{
color: #AA8C70;
}
</style>
background-color css
<style>
a { background-color: #AA8C70; }
a { background-color: rgb(170,140,112); }
div.DivClassName
{
background-color: #AA8C70;
}
.BgClassName
{
background-color: #AA8C70;
}
</style>
border-color css
<style>
span { border-color: #AA8C70; }
span { border-color: rgb(170,140,112); }
td.TdClassName
{
border-color: #AA8C70;
}
.TagClassName
{
border-color: #AA8C70;
}
</style>