Shades of Mongoose #AA8E6A
Tints of Mongoose #AA8E6A
RGB
CMYK
RGB Variations
Color information
#AA8E6A (or 0xAA8E6A) is known color: Mongoose. HEX triplet: AA, 8E and 6A. RGB value is (170,142,106). Sum of RGB (Red+Green+Blue) = 170+142+106=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E6A is #557195. Grayscale: #929292. Windows color (decimal): -5599638 or 6983338. OLE color: 6983338.
HSL color Cylindrical-coordinate representation of color #AA8E6A: hue angle of 33.75º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA8E6A is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 142 | 106 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.33 |
| HSL | 33.75º | 0.27% | 0.54% | - |
| HSV(B) | 33.75º | 0.38% | 0.67% | - |
| XYZ | 28.85 | 28.93 | 17.7 | - |
| YUV | 146.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 106 | 0 | 0.16 | 0.38 | 0.33 | 33.75 | 0.27 | 0.54 |
| Hex | AA | 8E | 6A | 0 | 10 | 26 | 21 | 22 | 1B | 36 |
| Octal | 252 | 216 | 152 | 0 | 20 | 46 | 41 | 42 | 33 | 66 |
| Binary | 10101010 | 10001110 | 1101010 | 0 | 10000 | 100110 | 100001 | 100010 | 11011 | 110110 |
Color Harmonies of #AA8E6A
Complementary color
Monochromatic Colors of #AA8E6A
Black with #AA8E6A
Text Example
Text Example
White with #AA8E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8E6A; }
p { color: rgb(170,142,106); }
H1.HeaderClassName
{
color: #AA8E6A;
}
.AnyTagClassName
{
color: #AA8E6A;
}
</style>
background-color css
<style>
a { background-color: #AA8E6A; }
a { background-color: rgb(170,142,106); }
div.DivClassName
{
background-color: #AA8E6A;
}
.BgClassName
{
background-color: #AA8E6A;
}
</style>
border-color css
<style>
span { border-color: #AA8E6A; }
span { border-color: rgb(170,142,106); }
td.TdClassName
{
border-color: #AA8E6A;
}
.TagClassName
{
border-color: #AA8E6A;
}
</style>