Shades of Mongoose #AA8F72
Tints of Mongoose #AA8F72
RGB
CMYK
RGB Variations
Color information
#AA8F72 (or 0xAA8F72) is known color: Mongoose. HEX triplet: AA, 8F and 72. RGB value is (170,143,114). Sum of RGB (Red+Green+Blue) = 170+143+114=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F72 is #55708D. Grayscale: #939393. Windows color (decimal): -5599374 or 7507882. OLE color: 7507882.
HSL color Cylindrical-coordinate representation of color #AA8F72: hue angle of 31.07º 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 #AA8F72 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 114 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.33 |
| HSL | 31.07º | 0.25% | 0.56% | - |
| HSV(B) | 31.07º | 0.33% | 0.67% | - |
| XYZ | 29.44 | 29.41 | 20.04 | - |
| YUV | 147.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 114 | 0 | 0.16 | 0.33 | 0.33 | 31.07 | 0.25 | 0.56 |
| Hex | AA | 8F | 72 | 0 | 10 | 21 | 21 | 1F | 19 | 38 |
| Octal | 252 | 217 | 162 | 0 | 20 | 41 | 41 | 37 | 31 | 70 |
| Binary | 10101010 | 10001111 | 1110010 | 0 | 10000 | 100001 | 100001 | 11111 | 11001 | 111000 |
Color Harmonies of #AA8F72
Complementary color
Monochromatic Colors of #AA8F72
Black with #AA8F72
Text Example
Text Example
White with #AA8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F72; }
p { color: rgb(170,143,114); }
H1.HeaderClassName
{
color: #AA8F72;
}
.AnyTagClassName
{
color: #AA8F72;
}
</style>
background-color css
<style>
a { background-color: #AA8F72; }
a { background-color: rgb(170,143,114); }
div.DivClassName
{
background-color: #AA8F72;
}
.BgClassName
{
background-color: #AA8F72;
}
</style>
border-color css
<style>
span { border-color: #AA8F72; }
span { border-color: rgb(170,143,114); }
td.TdClassName
{
border-color: #AA8F72;
}
.TagClassName
{
border-color: #AA8F72;
}
</style>