Shades of Mongoose #A9906F
Tints of Mongoose #A9906F
RGB
CMYK
RGB Variations
Color information
#A9906F (or 0xA9906F) is known color: Mongoose. HEX triplet: A9, 90 and 6F. RGB value is (169,144,111). Sum of RGB (Red+Green+Blue) = 169+144+111=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9906F is #566F90. Grayscale: #939393. Windows color (decimal): -5664657 or 7311529. OLE color: 7311529.
HSL color Cylindrical-coordinate representation of color #A9906F: hue angle of 34.14º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9906F is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 111 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.34 |
| HSL | 34.14º | 0.25% | 0.55% | - |
| HSV(B) | 34.14º | 0.34% | 0.66% | - |
| XYZ | 29.2 | 29.53 | 19.2 | - |
| YUV | 147.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 111 | 0 | 0.15 | 0.34 | 0.34 | 34.14 | 0.25 | 0.55 |
| Hex | A9 | 90 | 6F | 0 | F | 22 | 22 | 22 | 19 | 37 |
| Octal | 251 | 220 | 157 | 0 | 17 | 42 | 42 | 42 | 31 | 67 |
| Binary | 10101001 | 10010000 | 1101111 | 0 | 1111 | 100010 | 100010 | 100010 | 11001 | 110111 |
Color Harmonies of #A9906F
Complementary color
Monochromatic Colors of #A9906F
Black with #A9906F
Text Example
Text Example
White with #A9906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9906F; }
p { color: rgb(169,144,111); }
H1.HeaderClassName
{
color: #A9906F;
}
.AnyTagClassName
{
color: #A9906F;
}
</style>
background-color css
<style>
a { background-color: #A9906F; }
a { background-color: rgb(169,144,111); }
div.DivClassName
{
background-color: #A9906F;
}
.BgClassName
{
background-color: #A9906F;
}
</style>
border-color css
<style>
span { border-color: #A9906F; }
span { border-color: rgb(169,144,111); }
td.TdClassName
{
border-color: #A9906F;
}
.TagClassName
{
border-color: #A9906F;
}
</style>