Shades of Mongoose #AA9067
Tints of Mongoose #AA9067
RGB
CMYK
RGB Variations
Color information
#AA9067 (or 0xAA9067) is known color: Mongoose. HEX triplet: AA, 90 and 67. RGB value is (170,144,103). Sum of RGB (Red+Green+Blue) = 170+144+103=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9067 is #556F98. Grayscale: #939393. Windows color (decimal): -5599129 or 6787242. OLE color: 6787242.
HSL color Cylindrical-coordinate representation of color #AA9067: hue angle of 36.72º 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 #AA9067 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 103 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.33 |
| HSL | 36.72º | 0.28% | 0.54% | - |
| HSV(B) | 36.72º | 0.39% | 0.67% | - |
| XYZ | 29 | 29.47 | 16.99 | - |
| YUV | 147.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 103 | 0 | 0.15 | 0.39 | 0.33 | 36.72 | 0.28 | 0.54 |
| Hex | AA | 90 | 67 | 0 | F | 27 | 21 | 25 | 1C | 36 |
| Octal | 252 | 220 | 147 | 0 | 17 | 47 | 41 | 45 | 34 | 66 |
| Binary | 10101010 | 10010000 | 1100111 | 0 | 1111 | 100111 | 100001 | 100101 | 11100 | 110110 |
Color Harmonies of #AA9067
Complementary color
Monochromatic Colors of #AA9067
Black with #AA9067
Text Example
Text Example
White with #AA9067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9067; }
p { color: rgb(170,144,103); }
H1.HeaderClassName
{
color: #AA9067;
}
.AnyTagClassName
{
color: #AA9067;
}
</style>
background-color css
<style>
a { background-color: #AA9067; }
a { background-color: rgb(170,144,103); }
div.DivClassName
{
background-color: #AA9067;
}
.BgClassName
{
background-color: #AA9067;
}
</style>
border-color css
<style>
span { border-color: #AA9067; }
span { border-color: rgb(170,144,103); }
td.TdClassName
{
border-color: #AA9067;
}
.TagClassName
{
border-color: #AA9067;
}
</style>