Shades of Mongoose #AA8D72
Tints of Mongoose #AA8D72
RGB
CMYK
RGB Variations
Color information
#AA8D72 (or 0xAA8D72) is known color: Mongoose. HEX triplet: AA, 8D and 72. RGB value is (170,141,114). Sum of RGB (Red+Green+Blue) = 170+141+114=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D72 is #55728D. Grayscale: #929292. Windows color (decimal): -5599886 or 7507370. OLE color: 7507370.
HSL color Cylindrical-coordinate representation of color #AA8D72: hue angle of 28.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA8D72 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 114 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.33 |
| HSL | 28.93º | 0.25% | 0.56% | - |
| HSV(B) | 28.93º | 0.33% | 0.67% | - |
| XYZ | 29.14 | 28.81 | 19.94 | - |
| YUV | 146.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 114 | 0 | 0.17 | 0.33 | 0.33 | 28.93 | 0.25 | 0.56 |
| Hex | AA | 8D | 72 | 0 | 11 | 21 | 21 | 1D | 19 | 38 |
| Octal | 252 | 215 | 162 | 0 | 21 | 41 | 41 | 35 | 31 | 70 |
| Binary | 10101010 | 10001101 | 1110010 | 0 | 10001 | 100001 | 100001 | 11101 | 11001 | 111000 |
Color Harmonies of #AA8D72
Complementary color
Monochromatic Colors of #AA8D72
Black with #AA8D72
Text Example
Text Example
White with #AA8D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D72; }
p { color: rgb(170,141,114); }
H1.HeaderClassName
{
color: #AA8D72;
}
.AnyTagClassName
{
color: #AA8D72;
}
</style>
background-color css
<style>
a { background-color: #AA8D72; }
a { background-color: rgb(170,141,114); }
div.DivClassName
{
background-color: #AA8D72;
}
.BgClassName
{
background-color: #AA8D72;
}
</style>
border-color css
<style>
span { border-color: #AA8D72; }
span { border-color: rgb(170,141,114); }
td.TdClassName
{
border-color: #AA8D72;
}
.TagClassName
{
border-color: #AA8D72;
}
</style>