Shades of Mongoose #AA956E
Tints of Mongoose #AA956E
RGB
CMYK
RGB Variations
Color information
#AA956E (or 0xAA956E) is known color: Mongoose. HEX triplet: AA, 95 and 6E. RGB value is (170,149,110). Sum of RGB (Red+Green+Blue) = 170+149+110=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA956E is #556A91. Grayscale: #979797. Windows color (decimal): -5597842 or 7247274. OLE color: 7247274.
HSL color Cylindrical-coordinate representation of color #AA956E: hue angle of 39º 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 #AA956E is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 110 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.33 |
| HSL | 39º | 0.26% | 0.55% | - |
| HSV(B) | 39º | 0.35% | 0.67% | - |
| XYZ | 30.14 | 31.17 | 19.18 | - |
| YUV | 150.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 110 | 0 | 0.12 | 0.35 | 0.33 | 39 | 0.26 | 0.55 |
| Hex | AA | 95 | 6E | 0 | C | 23 | 21 | 27 | 1A | 37 |
| Octal | 252 | 225 | 156 | 0 | 14 | 43 | 41 | 47 | 32 | 67 |
| Binary | 10101010 | 10010101 | 1101110 | 0 | 1100 | 100011 | 100001 | 100111 | 11010 | 110111 |
Color Harmonies of #AA956E
Complementary color
Monochromatic Colors of #AA956E
Black with #AA956E
Text Example
Text Example
White with #AA956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA956E; }
p { color: rgb(170,149,110); }
H1.HeaderClassName
{
color: #AA956E;
}
.AnyTagClassName
{
color: #AA956E;
}
</style>
background-color css
<style>
a { background-color: #AA956E; }
a { background-color: rgb(170,149,110); }
div.DivClassName
{
background-color: #AA956E;
}
.BgClassName
{
background-color: #AA956E;
}
</style>
border-color css
<style>
span { border-color: #AA956E; }
span { border-color: rgb(170,149,110); }
td.TdClassName
{
border-color: #AA956E;
}
.TagClassName
{
border-color: #AA956E;
}
</style>