Shades of Mongoose #AA8672
Tints of Mongoose #AA8672
RGB
CMYK
RGB Variations
Color information
#AA8672 (or 0xAA8672) is known color: Mongoose. HEX triplet: AA, 86 and 72. RGB value is (170,134,114). Sum of RGB (Red+Green+Blue) = 170+134+114=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8672 is #55798D. Grayscale: #8E8E8E. Windows color (decimal): -5601678 or 7505578. OLE color: 7505578.
HSL color Cylindrical-coordinate representation of color #AA8672: hue angle of 21.43º 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 #AA8672 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 114 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.33 |
| HSL | 21.43º | 0.25% | 0.56% | - |
| HSV(B) | 21.43º | 0.33% | 0.67% | - |
| XYZ | 28.14 | 26.81 | 19.61 | - |
| YUV | 142.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 114 | 0 | 0.21 | 0.33 | 0.33 | 21.43 | 0.25 | 0.56 |
| Hex | AA | 86 | 72 | 0 | 15 | 21 | 21 | 15 | 19 | 38 |
| Octal | 252 | 206 | 162 | 0 | 25 | 41 | 41 | 25 | 31 | 70 |
| Binary | 10101010 | 10000110 | 1110010 | 0 | 10101 | 100001 | 100001 | 10101 | 11001 | 111000 |
Color Harmonies of #AA8672
Complementary color
Monochromatic Colors of #AA8672
Black with #AA8672
Text Example
Text Example
White with #AA8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8672; }
p { color: rgb(170,134,114); }
H1.HeaderClassName
{
color: #AA8672;
}
.AnyTagClassName
{
color: #AA8672;
}
</style>
background-color css
<style>
a { background-color: #AA8672; }
a { background-color: rgb(170,134,114); }
div.DivClassName
{
background-color: #AA8672;
}
.BgClassName
{
background-color: #AA8672;
}
</style>
border-color css
<style>
span { border-color: #AA8672; }
span { border-color: rgb(170,134,114); }
td.TdClassName
{
border-color: #AA8672;
}
.TagClassName
{
border-color: #AA8672;
}
</style>