Shades of Mongoose #AA9073
Tints of Mongoose #AA9073
RGB
CMYK
RGB Variations
Color information
#AA9073 (or 0xAA9073) is known color: Mongoose. HEX triplet: AA, 90 and 73. RGB value is (170,144,115). Sum of RGB (Red+Green+Blue) = 170+144+115=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9073 is #556F8C. Grayscale: #949494. Windows color (decimal): -5599117 or 7573674. OLE color: 7573674.
HSL color Cylindrical-coordinate representation of color #AA9073: hue angle of 31.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA9073 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 115 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.33 |
| HSL | 31.64º | 0.24% | 0.56% | - |
| HSV(B) | 31.64º | 0.32% | 0.67% | - |
| XYZ | 29.65 | 29.73 | 20.4 | - |
| YUV | 148.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 115 | 0 | 0.15 | 0.32 | 0.33 | 31.64 | 0.24 | 0.56 |
| Hex | AA | 90 | 73 | 0 | F | 20 | 21 | 20 | 18 | 38 |
| Octal | 252 | 220 | 163 | 0 | 17 | 40 | 41 | 40 | 30 | 70 |
| Binary | 10101010 | 10010000 | 1110011 | 0 | 1111 | 100000 | 100001 | 100000 | 11000 | 111000 |
Color Harmonies of #AA9073
Complementary color
Monochromatic Colors of #AA9073
Black with #AA9073
Text Example
Text Example
White with #AA9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9073; }
p { color: rgb(170,144,115); }
H1.HeaderClassName
{
color: #AA9073;
}
.AnyTagClassName
{
color: #AA9073;
}
</style>
background-color css
<style>
a { background-color: #AA9073; }
a { background-color: rgb(170,144,115); }
div.DivClassName
{
background-color: #AA9073;
}
.BgClassName
{
background-color: #AA9073;
}
</style>
border-color css
<style>
span { border-color: #AA9073; }
span { border-color: rgb(170,144,115); }
td.TdClassName
{
border-color: #AA9073;
}
.TagClassName
{
border-color: #AA9073;
}
</style>