Shades of Mongoose #AA8C71
Tints of Mongoose #AA8C71
RGB
CMYK
RGB Variations
Color information
#AA8C71 (or 0xAA8C71) is known color: Mongoose. HEX triplet: AA, 8C and 71. RGB value is (170,140,113). Sum of RGB (Red+Green+Blue) = 170+140+113=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C71 is #55738E. Grayscale: #929292. Windows color (decimal): -5600143 or 7441578. OLE color: 7441578.
HSL color Cylindrical-coordinate representation of color #AA8C71: hue angle of 28.42º 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 #AA8C71 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 113 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.33 |
| HSL | 28.42º | 0.25% | 0.55% | - |
| HSV(B) | 28.42º | 0.34% | 0.67% | - |
| XYZ | 28.94 | 28.49 | 19.6 | - |
| YUV | 145.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 113 | 0 | 0.18 | 0.34 | 0.33 | 28.42 | 0.25 | 0.55 |
| Hex | AA | 8C | 71 | 0 | 12 | 22 | 21 | 1C | 19 | 37 |
| Octal | 252 | 214 | 161 | 0 | 22 | 42 | 41 | 34 | 31 | 67 |
| Binary | 10101010 | 10001100 | 1110001 | 0 | 10010 | 100010 | 100001 | 11100 | 11001 | 110111 |
Color Harmonies of #AA8C71
Complementary color
Monochromatic Colors of #AA8C71
Black with #AA8C71
Text Example
Text Example
White with #AA8C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C71; }
p { color: rgb(170,140,113); }
H1.HeaderClassName
{
color: #AA8C71;
}
.AnyTagClassName
{
color: #AA8C71;
}
</style>
background-color css
<style>
a { background-color: #AA8C71; }
a { background-color: rgb(170,140,113); }
div.DivClassName
{
background-color: #AA8C71;
}
.BgClassName
{
background-color: #AA8C71;
}
</style>
border-color css
<style>
span { border-color: #AA8C71; }
span { border-color: rgb(170,140,113); }
td.TdClassName
{
border-color: #AA8C71;
}
.TagClassName
{
border-color: #AA8C71;
}
</style>