Shades of Mongoose #AA9376
Tints of Mongoose #AA9376
RGB
CMYK
RGB Variations
Color information
#AA9376 (or 0xAA9376) is known color: Mongoose. HEX triplet: AA, 93 and 76. RGB value is (170,147,118). Sum of RGB (Red+Green+Blue) = 170+147+118=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9376 is #556C89. Grayscale: #969696. Windows color (decimal): -5598346 or 7771050. OLE color: 7771050.
HSL color Cylindrical-coordinate representation of color #AA9376: hue angle of 33.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9376 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 118 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.33 |
| HSL | 33.46º | 0.23% | 0.56% | - |
| HSV(B) | 33.46º | 0.31% | 0.67% | - |
| XYZ | 30.28 | 30.72 | 21.47 | - |
| YUV | 150.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 118 | 0 | 0.14 | 0.31 | 0.33 | 33.46 | 0.23 | 0.56 |
| Hex | AA | 93 | 76 | 0 | E | 1F | 21 | 21 | 17 | 38 |
| Octal | 252 | 223 | 166 | 0 | 16 | 37 | 41 | 41 | 27 | 70 |
| Binary | 10101010 | 10010011 | 1110110 | 0 | 1110 | 11111 | 100001 | 100001 | 10111 | 111000 |
Color Harmonies of #AA9376
Complementary color
Monochromatic Colors of #AA9376
Black with #AA9376
Text Example
Text Example
White with #AA9376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9376; }
p { color: rgb(170,147,118); }
H1.HeaderClassName
{
color: #AA9376;
}
.AnyTagClassName
{
color: #AA9376;
}
</style>
background-color css
<style>
a { background-color: #AA9376; }
a { background-color: rgb(170,147,118); }
div.DivClassName
{
background-color: #AA9376;
}
.BgClassName
{
background-color: #AA9376;
}
</style>
border-color css
<style>
span { border-color: #AA9376; }
span { border-color: rgb(170,147,118); }
td.TdClassName
{
border-color: #AA9376;
}
.TagClassName
{
border-color: #AA9376;
}
</style>