Shades of Mongoose #A99276
Tints of Mongoose #A99276
RGB
CMYK
RGB Variations
Color information
#A99276 (or 0xA99276) is known color: Mongoose. HEX triplet: A9, 92 and 76. RGB value is (169,146,118). Sum of RGB (Red+Green+Blue) = 169+146+118=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A99276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99276 is #566D89. Grayscale: #959595. Windows color (decimal): -5664138 or 7770793. OLE color: 7770793.
HSL color Cylindrical-coordinate representation of color #A99276: hue angle of 32.94º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99276 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 118 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.34 |
| HSL | 32.94º | 0.23% | 0.56% | - |
| HSV(B) | 32.94º | 0.3% | 0.66% | - |
| XYZ | 29.91 | 30.3 | 21.41 | - |
| YUV | 149.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 118 | 0 | 0.14 | 0.30 | 0.34 | 32.94 | 0.23 | 0.56 |
| Hex | A9 | 92 | 76 | 0 | E | 1E | 22 | 21 | 17 | 38 |
| Octal | 251 | 222 | 166 | 0 | 16 | 36 | 42 | 41 | 27 | 70 |
| Binary | 10101001 | 10010010 | 1110110 | 0 | 1110 | 11110 | 100010 | 100001 | 10111 | 111000 |
Color Harmonies of #A99276
Complementary color
Monochromatic Colors of #A99276
Black with #A99276
Text Example
Text Example
White with #A99276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99276; }
p { color: rgb(169,146,118); }
H1.HeaderClassName
{
color: #A99276;
}
.AnyTagClassName
{
color: #A99276;
}
</style>
background-color css
<style>
a { background-color: #A99276; }
a { background-color: rgb(169,146,118); }
div.DivClassName
{
background-color: #A99276;
}
.BgClassName
{
background-color: #A99276;
}
</style>
border-color css
<style>
span { border-color: #A99276; }
span { border-color: rgb(169,146,118); }
td.TdClassName
{
border-color: #A99276;
}
.TagClassName
{
border-color: #A99276;
}
</style>