Shades of Mongoose #AA8D6D
Tints of Mongoose #AA8D6D
RGB
CMYK
RGB Variations
Color information
#AA8D6D (or 0xAA8D6D) is known color: Mongoose. HEX triplet: AA, 8D and 6D. RGB value is (170,141,109). Sum of RGB (Red+Green+Blue) = 170+141+109=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D6D is #557292. Grayscale: #929292. Windows color (decimal): -5599891 or 7179690. OLE color: 7179690.
HSL color Cylindrical-coordinate representation of color #AA8D6D: hue angle of 31.48º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA8D6D is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 109 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.33 |
| HSL | 31.48º | 0.26% | 0.55% | - |
| HSV(B) | 31.48º | 0.36% | 0.67% | - |
| XYZ | 28.86 | 28.7 | 18.49 | - |
| YUV | 146.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 109 | 0 | 0.17 | 0.36 | 0.33 | 31.48 | 0.26 | 0.55 |
| Hex | AA | 8D | 6D | 0 | 11 | 24 | 21 | 1F | 1A | 37 |
| Octal | 252 | 215 | 155 | 0 | 21 | 44 | 41 | 37 | 32 | 67 |
| Binary | 10101010 | 10001101 | 1101101 | 0 | 10001 | 100100 | 100001 | 11111 | 11010 | 110111 |
Color Harmonies of #AA8D6D
Complementary color
Monochromatic Colors of #AA8D6D
Black with #AA8D6D
Text Example
Text Example
White with #AA8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D6D; }
p { color: rgb(170,141,109); }
H1.HeaderClassName
{
color: #AA8D6D;
}
.AnyTagClassName
{
color: #AA8D6D;
}
</style>
background-color css
<style>
a { background-color: #AA8D6D; }
a { background-color: rgb(170,141,109); }
div.DivClassName
{
background-color: #AA8D6D;
}
.BgClassName
{
background-color: #AA8D6D;
}
</style>
border-color css
<style>
span { border-color: #AA8D6D; }
span { border-color: rgb(170,141,109); }
td.TdClassName
{
border-color: #AA8D6D;
}
.TagClassName
{
border-color: #AA8D6D;
}
</style>