Shades of Mongoose #AA906E
Tints of Mongoose #AA906E
RGB
CMYK
RGB Variations
Color information
#AA906E (or 0xAA906E) is known color: Mongoose. HEX triplet: AA, 90 and 6E. RGB value is (170,144,110). Sum of RGB (Red+Green+Blue) = 170+144+110=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA906E is #556F91. Grayscale: #949494. Windows color (decimal): -5599122 or 7245994. OLE color: 7245994.
HSL color Cylindrical-coordinate representation of color #AA906E: hue angle of 34º 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 #AA906E is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 110 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.33 |
| HSL | 34º | 0.26% | 0.55% | - |
| HSV(B) | 34º | 0.35% | 0.67% | - |
| XYZ | 29.37 | 29.62 | 18.92 | - |
| YUV | 147.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 110 | 0 | 0.15 | 0.35 | 0.33 | 34 | 0.26 | 0.55 |
| Hex | AA | 90 | 6E | 0 | F | 23 | 21 | 22 | 1A | 37 |
| Octal | 252 | 220 | 156 | 0 | 17 | 43 | 41 | 42 | 32 | 67 |
| Binary | 10101010 | 10010000 | 1101110 | 0 | 1111 | 100011 | 100001 | 100010 | 11010 | 110111 |
Color Harmonies of #AA906E
Complementary color
Monochromatic Colors of #AA906E
Black with #AA906E
Text Example
Text Example
White with #AA906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA906E; }
p { color: rgb(170,144,110); }
H1.HeaderClassName
{
color: #AA906E;
}
.AnyTagClassName
{
color: #AA906E;
}
</style>
background-color css
<style>
a { background-color: #AA906E; }
a { background-color: rgb(170,144,110); }
div.DivClassName
{
background-color: #AA906E;
}
.BgClassName
{
background-color: #AA906E;
}
</style>
border-color css
<style>
span { border-color: #AA906E; }
span { border-color: rgb(170,144,110); }
td.TdClassName
{
border-color: #AA906E;
}
.TagClassName
{
border-color: #AA906E;
}
</style>