Shades of Mongoose #AA9168
Tints of Mongoose #AA9168
RGB
CMYK
RGB Variations
Color information
#AA9168 (or 0xAA9168) is known color: Mongoose. HEX triplet: AA, 91 and 68. RGB value is (170,145,104). Sum of RGB (Red+Green+Blue) = 170+145+104=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9168 is #556E97. Grayscale: #939393. Windows color (decimal): -5598872 or 6853034. OLE color: 6853034.
HSL color Cylindrical-coordinate representation of color #AA9168: hue angle of 37.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA9168 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 104 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.33 |
| HSL | 37.27º | 0.28% | 0.54% | - |
| HSV(B) | 37.27º | 0.39% | 0.67% | - |
| XYZ | 29.2 | 29.8 | 17.31 | - |
| YUV | 147.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 104 | 0 | 0.15 | 0.39 | 0.33 | 37.27 | 0.28 | 0.54 |
| Hex | AA | 91 | 68 | 0 | F | 27 | 21 | 25 | 1C | 36 |
| Octal | 252 | 221 | 150 | 0 | 17 | 47 | 41 | 45 | 34 | 66 |
| Binary | 10101010 | 10010001 | 1101000 | 0 | 1111 | 100111 | 100001 | 100101 | 11100 | 110110 |
Color Harmonies of #AA9168
Complementary color
Monochromatic Colors of #AA9168
Black with #AA9168
Text Example
Text Example
White with #AA9168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9168; }
p { color: rgb(170,145,104); }
H1.HeaderClassName
{
color: #AA9168;
}
.AnyTagClassName
{
color: #AA9168;
}
</style>
background-color css
<style>
a { background-color: #AA9168; }
a { background-color: rgb(170,145,104); }
div.DivClassName
{
background-color: #AA9168;
}
.BgClassName
{
background-color: #AA9168;
}
</style>
border-color css
<style>
span { border-color: #AA9168; }
span { border-color: rgb(170,145,104); }
td.TdClassName
{
border-color: #AA9168;
}
.TagClassName
{
border-color: #AA9168;
}
</style>