Shades of Mongoose #AA9473
Tints of Mongoose #AA9473
RGB
CMYK
RGB Variations
Color information
#AA9473 (or 0xAA9473) is known color: Mongoose. HEX triplet: AA, 94 and 73. RGB value is (170,148,115). Sum of RGB (Red+Green+Blue) = 170+148+115=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9473 is #556B8C. Grayscale: #969696. Windows color (decimal): -5598093 or 7574698. OLE color: 7574698.
HSL color Cylindrical-coordinate representation of color #AA9473: hue angle of 36º 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 #AA9473 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 115 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.33 |
| HSL | 36º | 0.24% | 0.56% | - |
| HSV(B) | 36º | 0.32% | 0.67% | - |
| XYZ | 30.26 | 30.96 | 20.6 | - |
| YUV | 150.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 115 | 0 | 0.13 | 0.32 | 0.33 | 36 | 0.24 | 0.56 |
| Hex | AA | 94 | 73 | 0 | D | 20 | 21 | 24 | 18 | 38 |
| Octal | 252 | 224 | 163 | 0 | 15 | 40 | 41 | 44 | 30 | 70 |
| Binary | 10101010 | 10010100 | 1110011 | 0 | 1101 | 100000 | 100001 | 100100 | 11000 | 111000 |
Color Harmonies of #AA9473
Complementary color
Monochromatic Colors of #AA9473
Black with #AA9473
Text Example
Text Example
White with #AA9473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9473; }
p { color: rgb(170,148,115); }
H1.HeaderClassName
{
color: #AA9473;
}
.AnyTagClassName
{
color: #AA9473;
}
</style>
background-color css
<style>
a { background-color: #AA9473; }
a { background-color: rgb(170,148,115); }
div.DivClassName
{
background-color: #AA9473;
}
.BgClassName
{
background-color: #AA9473;
}
</style>
border-color css
<style>
span { border-color: #AA9473; }
span { border-color: rgb(170,148,115); }
td.TdClassName
{
border-color: #AA9473;
}
.TagClassName
{
border-color: #AA9473;
}
</style>