Shades of Mongoose #AA9066
Tints of Mongoose #AA9066
RGB
CMYK
RGB Variations
Color information
#AA9066 (or 0xAA9066) is known color: Mongoose. HEX triplet: AA, 90 and 66. RGB value is (170,144,102). Sum of RGB (Red+Green+Blue) = 170+144+102=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9066 is #556F99. Grayscale: #939393. Windows color (decimal): -5599130 or 6721706. OLE color: 6721706.
HSL color Cylindrical-coordinate representation of color #AA9066: hue angle of 37.06º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA9066 is Cyan = 0, Magento = 0.15, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 102 | - |
| CMYK | 0 | 0.15 | 0.4 | 0.33 |
| HSL | 37.06º | 0.29% | 0.53% | - |
| HSV(B) | 37.06º | 0.4% | 0.67% | - |
| XYZ | 28.95 | 29.45 | 16.73 | - |
| YUV | 146.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 102 | 0 | 0.15 | 0.4 | 0.33 | 37.06 | 0.29 | 0.53 |
| Hex | AA | 90 | 66 | 0 | F | 28 | 21 | 25 | 1D | 35 |
| Octal | 252 | 220 | 146 | 0 | 17 | 50 | 41 | 45 | 35 | 65 |
| Binary | 10101010 | 10010000 | 1100110 | 0 | 1111 | 101000 | 100001 | 100101 | 11101 | 110101 |
Color Harmonies of #AA9066
Complementary color
Monochromatic Colors of #AA9066
Black with #AA9066
Text Example
Text Example
White with #AA9066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9066; }
p { color: rgb(170,144,102); }
H1.HeaderClassName
{
color: #AA9066;
}
.AnyTagClassName
{
color: #AA9066;
}
</style>
background-color css
<style>
a { background-color: #AA9066; }
a { background-color: rgb(170,144,102); }
div.DivClassName
{
background-color: #AA9066;
}
.BgClassName
{
background-color: #AA9066;
}
</style>
border-color css
<style>
span { border-color: #AA9066; }
span { border-color: rgb(170,144,102); }
td.TdClassName
{
border-color: #AA9066;
}
.TagClassName
{
border-color: #AA9066;
}
</style>