Shades of Mongoose #A99176
Tints of Mongoose #A99176
RGB
CMYK
RGB Variations
Color information
#A99176 (or 0xA99176) is known color: Mongoose. HEX triplet: A9, 91 and 76. RGB value is (169,145,118). Sum of RGB (Red+Green+Blue) = 169+145+118=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99176 is #566E89. Grayscale: #959595. Windows color (decimal): -5664394 or 7770537. OLE color: 7770537.
HSL color Cylindrical-coordinate representation of color #A99176: hue angle of 31.76º 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 #A99176 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 118 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.34 |
| HSL | 31.76º | 0.23% | 0.56% | - |
| HSV(B) | 31.76º | 0.3% | 0.66% | - |
| XYZ | 29.76 | 29.99 | 21.36 | - |
| YUV | 149.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 118 | 0 | 0.14 | 0.30 | 0.34 | 31.76 | 0.23 | 0.56 |
| Hex | A9 | 91 | 76 | 0 | E | 1E | 22 | 20 | 17 | 38 |
| Octal | 251 | 221 | 166 | 0 | 16 | 36 | 42 | 40 | 27 | 70 |
| Binary | 10101001 | 10010001 | 1110110 | 0 | 1110 | 11110 | 100010 | 100000 | 10111 | 111000 |
Color Harmonies of #A99176
Complementary color
Monochromatic Colors of #A99176
Black with #A99176
Text Example
Text Example
White with #A99176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99176; }
p { color: rgb(169,145,118); }
H1.HeaderClassName
{
color: #A99176;
}
.AnyTagClassName
{
color: #A99176;
}
</style>
background-color css
<style>
a { background-color: #A99176; }
a { background-color: rgb(169,145,118); }
div.DivClassName
{
background-color: #A99176;
}
.BgClassName
{
background-color: #A99176;
}
</style>
border-color css
<style>
span { border-color: #A99176; }
span { border-color: rgb(169,145,118); }
td.TdClassName
{
border-color: #A99176;
}
.TagClassName
{
border-color: #A99176;
}
</style>