Shades of Mongoose #AA9068
Tints of Mongoose #AA9068
RGB
CMYK
RGB Variations
Color information
#AA9068 (or 0xAA9068) is known color: Mongoose. HEX triplet: AA, 90 and 68. RGB value is (170,144,104). Sum of RGB (Red+Green+Blue) = 170+144+104=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9068 is #556F97. Grayscale: #939393. Windows color (decimal): -5599128 or 6852778. OLE color: 6852778.
HSL color Cylindrical-coordinate representation of color #AA9068: hue angle of 36.36º 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 #AA9068 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 104 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.33 |
| HSL | 36.36º | 0.28% | 0.54% | - |
| HSV(B) | 36.36º | 0.39% | 0.67% | - |
| XYZ | 29.05 | 29.49 | 17.26 | - |
| YUV | 147.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 104 | 0 | 0.15 | 0.39 | 0.33 | 36.36 | 0.28 | 0.54 |
| Hex | AA | 90 | 68 | 0 | F | 27 | 21 | 24 | 1C | 36 |
| Octal | 252 | 220 | 150 | 0 | 17 | 47 | 41 | 44 | 34 | 66 |
| Binary | 10101010 | 10010000 | 1101000 | 0 | 1111 | 100111 | 100001 | 100100 | 11100 | 110110 |
Color Harmonies of #AA9068
Complementary color
Monochromatic Colors of #AA9068
Black with #AA9068
Text Example
Text Example
White with #AA9068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9068; }
p { color: rgb(170,144,104); }
H1.HeaderClassName
{
color: #AA9068;
}
.AnyTagClassName
{
color: #AA9068;
}
</style>
background-color css
<style>
a { background-color: #AA9068; }
a { background-color: rgb(170,144,104); }
div.DivClassName
{
background-color: #AA9068;
}
.BgClassName
{
background-color: #AA9068;
}
</style>
border-color css
<style>
span { border-color: #AA9068; }
span { border-color: rgb(170,144,104); }
td.TdClassName
{
border-color: #AA9068;
}
.TagClassName
{
border-color: #AA9068;
}
</style>