Shades of Mongoose #AA9474
Tints of Mongoose #AA9474
RGB
CMYK
RGB Variations
Color information
#AA9474 (or 0xAA9474) is known color: Mongoose. HEX triplet: AA, 94 and 74. RGB value is (170,148,116). Sum of RGB (Red+Green+Blue) = 170+148+116=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9474 is #556B8B. Grayscale: #979797. Windows color (decimal): -5598092 or 7640234. OLE color: 7640234.
HSL color Cylindrical-coordinate representation of color #AA9474: hue angle of 35.56º 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 #AA9474 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 116 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.33 |
| HSL | 35.56º | 0.24% | 0.56% | - |
| HSV(B) | 35.56º | 0.32% | 0.67% | - |
| XYZ | 30.32 | 30.99 | 20.91 | - |
| YUV | 150.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 116 | 0 | 0.13 | 0.32 | 0.33 | 35.56 | 0.24 | 0.56 |
| Hex | AA | 94 | 74 | 0 | D | 20 | 21 | 24 | 18 | 38 |
| Octal | 252 | 224 | 164 | 0 | 15 | 40 | 41 | 44 | 30 | 70 |
| Binary | 10101010 | 10010100 | 1110100 | 0 | 1101 | 100000 | 100001 | 100100 | 11000 | 111000 |
Color Harmonies of #AA9474
Complementary color
Monochromatic Colors of #AA9474
Black with #AA9474
Text Example
Text Example
White with #AA9474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9474; }
p { color: rgb(170,148,116); }
H1.HeaderClassName
{
color: #AA9474;
}
.AnyTagClassName
{
color: #AA9474;
}
</style>
background-color css
<style>
a { background-color: #AA9474; }
a { background-color: rgb(170,148,116); }
div.DivClassName
{
background-color: #AA9474;
}
.BgClassName
{
background-color: #AA9474;
}
</style>
border-color css
<style>
span { border-color: #AA9474; }
span { border-color: rgb(170,148,116); }
td.TdClassName
{
border-color: #AA9474;
}
.TagClassName
{
border-color: #AA9474;
}
</style>