Shades of Mongoose #AA896E
Tints of Mongoose #AA896E
RGB
CMYK
RGB Variations
Color information
#AA896E (or 0xAA896E) is known color: Mongoose. HEX triplet: AA, 89 and 6E. RGB value is (170,137,110). Sum of RGB (Red+Green+Blue) = 170+137+110=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA896E is #557691. Grayscale: #8F8F8F. Windows color (decimal): -5600914 or 7244202. OLE color: 7244202.
HSL color Cylindrical-coordinate representation of color #AA896E: hue angle of 27º 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 #AA896E is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 110 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.33 |
| HSL | 27º | 0.26% | 0.55% | - |
| HSV(B) | 27º | 0.35% | 0.67% | - |
| XYZ | 28.34 | 27.56 | 18.58 | - |
| YUV | 143.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 110 | 0 | 0.19 | 0.35 | 0.33 | 27 | 0.26 | 0.55 |
| Hex | AA | 89 | 6E | 0 | 13 | 23 | 21 | 1B | 1A | 37 |
| Octal | 252 | 211 | 156 | 0 | 23 | 43 | 41 | 33 | 32 | 67 |
| Binary | 10101010 | 10001001 | 1101110 | 0 | 10011 | 100011 | 100001 | 11011 | 11010 | 110111 |
Color Harmonies of #AA896E
Complementary color
Monochromatic Colors of #AA896E
Black with #AA896E
Text Example
Text Example
White with #AA896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA896E; }
p { color: rgb(170,137,110); }
H1.HeaderClassName
{
color: #AA896E;
}
.AnyTagClassName
{
color: #AA896E;
}
</style>
background-color css
<style>
a { background-color: #AA896E; }
a { background-color: rgb(170,137,110); }
div.DivClassName
{
background-color: #AA896E;
}
.BgClassName
{
background-color: #AA896E;
}
</style>
border-color css
<style>
span { border-color: #AA896E; }
span { border-color: rgb(170,137,110); }
td.TdClassName
{
border-color: #AA896E;
}
.TagClassName
{
border-color: #AA896E;
}
</style>