Shades of Mongoose #AA8E6F
Tints of Mongoose #AA8E6F
RGB
CMYK
RGB Variations
Color information
#AA8E6F (or 0xAA8E6F) is known color: Mongoose. HEX triplet: AA, 8E and 6F. RGB value is (170,142,111). Sum of RGB (Red+Green+Blue) = 170+142+111=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E6F is #557190. Grayscale: #929292. Windows color (decimal): -5599633 or 7311018. OLE color: 7311018.
HSL color Cylindrical-coordinate representation of color #AA8E6F: hue angle of 31.53º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8E6F is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 142 | 111 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.33 |
| HSL | 31.53º | 0.26% | 0.55% | - |
| HSV(B) | 31.53º | 0.35% | 0.67% | - |
| XYZ | 29.12 | 29.04 | 19.11 | - |
| YUV | 146.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 111 | 0 | 0.16 | 0.35 | 0.33 | 31.53 | 0.26 | 0.55 |
| Hex | AA | 8E | 6F | 0 | 10 | 23 | 21 | 20 | 1A | 37 |
| Octal | 252 | 216 | 157 | 0 | 20 | 43 | 41 | 40 | 32 | 67 |
| Binary | 10101010 | 10001110 | 1101111 | 0 | 10000 | 100011 | 100001 | 100000 | 11010 | 110111 |
Color Harmonies of #AA8E6F
Complementary color
Monochromatic Colors of #AA8E6F
Black with #AA8E6F
Text Example
Text Example
White with #AA8E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8E6F; }
p { color: rgb(170,142,111); }
H1.HeaderClassName
{
color: #AA8E6F;
}
.AnyTagClassName
{
color: #AA8E6F;
}
</style>
background-color css
<style>
a { background-color: #AA8E6F; }
a { background-color: rgb(170,142,111); }
div.DivClassName
{
background-color: #AA8E6F;
}
.BgClassName
{
background-color: #AA8E6F;
}
</style>
border-color css
<style>
span { border-color: #AA8E6F; }
span { border-color: rgb(170,142,111); }
td.TdClassName
{
border-color: #AA8E6F;
}
.TagClassName
{
border-color: #AA8E6F;
}
</style>