Shades of Mongoose #AA9276
Tints of Mongoose #AA9276
RGB
CMYK
RGB Variations
Color information
#AA9276 (or 0xAA9276) is known color: Mongoose. HEX triplet: AA, 92 and 76. RGB value is (170,146,118). Sum of RGB (Red+Green+Blue) = 170+146+118=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9276 is #556D89. Grayscale: #969696. Windows color (decimal): -5598602 or 7770794. OLE color: 7770794.
HSL color Cylindrical-coordinate representation of color #AA9276: hue angle of 32.31º 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 #AA9276 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 118 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.33 |
| HSL | 32.31º | 0.23% | 0.56% | - |
| HSV(B) | 32.31º | 0.31% | 0.67% | - |
| XYZ | 30.13 | 30.41 | 21.42 | - |
| YUV | 149.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 118 | 0 | 0.14 | 0.31 | 0.33 | 32.31 | 0.23 | 0.56 |
| Hex | AA | 92 | 76 | 0 | E | 1F | 21 | 20 | 17 | 38 |
| Octal | 252 | 222 | 166 | 0 | 16 | 37 | 41 | 40 | 27 | 70 |
| Binary | 10101010 | 10010010 | 1110110 | 0 | 1110 | 11111 | 100001 | 100000 | 10111 | 111000 |
Color Harmonies of #AA9276
Complementary color
Monochromatic Colors of #AA9276
Black with #AA9276
Text Example
Text Example
White with #AA9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9276; }
p { color: rgb(170,146,118); }
H1.HeaderClassName
{
color: #AA9276;
}
.AnyTagClassName
{
color: #AA9276;
}
</style>
background-color css
<style>
a { background-color: #AA9276; }
a { background-color: rgb(170,146,118); }
div.DivClassName
{
background-color: #AA9276;
}
.BgClassName
{
background-color: #AA9276;
}
</style>
border-color css
<style>
span { border-color: #AA9276; }
span { border-color: rgb(170,146,118); }
td.TdClassName
{
border-color: #AA9276;
}
.TagClassName
{
border-color: #AA9276;
}
</style>