Shades of Mongoose #A99266
Tints of Mongoose #A99266
RGB
CMYK
RGB Variations
Color information
#A99266 (or 0xA99266) is known color: Mongoose. HEX triplet: A9, 92 and 66. RGB value is (169,146,102). Sum of RGB (Red+Green+Blue) = 169+146+102=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A99266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99266 is #566D99. Grayscale: #949494. Windows color (decimal): -5664154 or 6722217. OLE color: 6722217.
HSL color Cylindrical-coordinate representation of color #A99266: hue angle of 39.4º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A99266 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 102 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.34 |
| HSL | 39.4º | 0.28% | 0.53% | - |
| HSV(B) | 39.4º | 0.4% | 0.66% | - |
| XYZ | 29.04 | 29.95 | 16.82 | - |
| YUV | 147.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 102 | 0 | 0.14 | 0.40 | 0.34 | 39.4 | 0.28 | 0.53 |
| Hex | A9 | 92 | 66 | 0 | E | 28 | 22 | 27 | 1C | 35 |
| Octal | 251 | 222 | 146 | 0 | 16 | 50 | 42 | 47 | 34 | 65 |
| Binary | 10101001 | 10010010 | 1100110 | 0 | 1110 | 101000 | 100010 | 100111 | 11100 | 110101 |
Color Harmonies of #A99266
Complementary color
Monochromatic Colors of #A99266
Black with #A99266
Text Example
Text Example
White with #A99266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99266; }
p { color: rgb(169,146,102); }
H1.HeaderClassName
{
color: #A99266;
}
.AnyTagClassName
{
color: #A99266;
}
</style>
background-color css
<style>
a { background-color: #A99266; }
a { background-color: rgb(169,146,102); }
div.DivClassName
{
background-color: #A99266;
}
.BgClassName
{
background-color: #A99266;
}
</style>
border-color css
<style>
span { border-color: #A99266; }
span { border-color: rgb(169,146,102); }
td.TdClassName
{
border-color: #A99266;
}
.TagClassName
{
border-color: #A99266;
}
</style>