Shades of Mongoose #A9946B
Tints of Mongoose #A9946B
RGB
CMYK
RGB Variations
Color information
#A9946B (or 0xA9946B) is known color: Mongoose. HEX triplet: A9, 94 and 6B. RGB value is (169,148,107). Sum of RGB (Red+Green+Blue) = 169+148+107=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9946B is #566B94. Grayscale: #959595. Windows color (decimal): -5663637 or 7050409. OLE color: 7050409.
HSL color Cylindrical-coordinate representation of color #A9946B: hue angle of 39.68º degrees, saturation: 0.26, 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 #A9946B is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 107 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.34 |
| HSL | 39.68º | 0.26% | 0.54% | - |
| HSV(B) | 39.68º | 0.37% | 0.66% | - |
| XYZ | 29.61 | 30.68 | 18.27 | - |
| YUV | 149.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 107 | 0 | 0.12 | 0.37 | 0.34 | 39.68 | 0.26 | 0.54 |
| Hex | A9 | 94 | 6B | 0 | C | 25 | 22 | 28 | 1A | 36 |
| Octal | 251 | 224 | 153 | 0 | 14 | 45 | 42 | 50 | 32 | 66 |
| Binary | 10101001 | 10010100 | 1101011 | 0 | 1100 | 100101 | 100010 | 101000 | 11010 | 110110 |
Color Harmonies of #A9946B
Complementary color
Monochromatic Colors of #A9946B
Black with #A9946B
Text Example
Text Example
White with #A9946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9946B; }
p { color: rgb(169,148,107); }
H1.HeaderClassName
{
color: #A9946B;
}
.AnyTagClassName
{
color: #A9946B;
}
</style>
background-color css
<style>
a { background-color: #A9946B; }
a { background-color: rgb(169,148,107); }
div.DivClassName
{
background-color: #A9946B;
}
.BgClassName
{
background-color: #A9946B;
}
</style>
border-color css
<style>
span { border-color: #A9946B; }
span { border-color: rgb(169,148,107); }
td.TdClassName
{
border-color: #A9946B;
}
.TagClassName
{
border-color: #A9946B;
}
</style>