Shades of Mongoose #A9916A
Tints of Mongoose #A9916A
RGB
CMYK
RGB Variations
Color information
#A9916A (or 0xA9916A) is known color: Mongoose. HEX triplet: A9, 91 and 6A. RGB value is (169,145,106). Sum of RGB (Red+Green+Blue) = 169+145+106=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A9916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9916A is #566E95. Grayscale: #939393. Windows color (decimal): -5664406 or 6984105. OLE color: 6984105.
HSL color Cylindrical-coordinate representation of color #A9916A: hue angle of 37.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9916A is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 106 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.34 |
| HSL | 37.14º | 0.27% | 0.54% | - |
| HSV(B) | 37.14º | 0.37% | 0.66% | - |
| XYZ | 29.09 | 29.73 | 17.84 | - |
| YUV | 147.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 106 | 0 | 0.14 | 0.37 | 0.34 | 37.14 | 0.27 | 0.54 |
| Hex | A9 | 91 | 6A | 0 | E | 25 | 22 | 25 | 1B | 36 |
| Octal | 251 | 221 | 152 | 0 | 16 | 45 | 42 | 45 | 33 | 66 |
| Binary | 10101001 | 10010001 | 1101010 | 0 | 1110 | 100101 | 100010 | 100101 | 11011 | 110110 |
Color Harmonies of #A9916A
Complementary color
Monochromatic Colors of #A9916A
Black with #A9916A
Text Example
Text Example
White with #A9916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9916A; }
p { color: rgb(169,145,106); }
H1.HeaderClassName
{
color: #A9916A;
}
.AnyTagClassName
{
color: #A9916A;
}
</style>
background-color css
<style>
a { background-color: #A9916A; }
a { background-color: rgb(169,145,106); }
div.DivClassName
{
background-color: #A9916A;
}
.BgClassName
{
background-color: #A9916A;
}
</style>
border-color css
<style>
span { border-color: #A9916A; }
span { border-color: rgb(169,145,106); }
td.TdClassName
{
border-color: #A9916A;
}
.TagClassName
{
border-color: #A9916A;
}
</style>