Shades of Mongoose #A9866F
Tints of Mongoose #A9866F
RGB
CMYK
RGB Variations
Color information
#A9866F (or 0xA9866F) is known color: Mongoose. HEX triplet: A9, 86 and 6F. RGB value is (169,134,111). Sum of RGB (Red+Green+Blue) = 169+134+111=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9866F is #567990. Grayscale: #8D8D8D. Windows color (decimal): -5667217 or 7308969. OLE color: 7308969.
HSL color Cylindrical-coordinate representation of color #A9866F: hue angle of 23.79º 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 #A9866F is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 111 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.34 |
| HSL | 23.79º | 0.25% | 0.55% | - |
| HSV(B) | 23.79º | 0.34% | 0.66% | - |
| XYZ | 27.76 | 26.63 | 18.72 | - |
| YUV | 141.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 111 | 0 | 0.21 | 0.34 | 0.34 | 23.79 | 0.25 | 0.55 |
| Hex | A9 | 86 | 6F | 0 | 15 | 22 | 22 | 18 | 19 | 37 |
| Octal | 251 | 206 | 157 | 0 | 25 | 42 | 42 | 30 | 31 | 67 |
| Binary | 10101001 | 10000110 | 1101111 | 0 | 10101 | 100010 | 100010 | 11000 | 11001 | 110111 |
Color Harmonies of #A9866F
Complementary color
Monochromatic Colors of #A9866F
Black with #A9866F
Text Example
Text Example
White with #A9866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9866F; }
p { color: rgb(169,134,111); }
H1.HeaderClassName
{
color: #A9866F;
}
.AnyTagClassName
{
color: #A9866F;
}
</style>
background-color css
<style>
a { background-color: #A9866F; }
a { background-color: rgb(169,134,111); }
div.DivClassName
{
background-color: #A9866F;
}
.BgClassName
{
background-color: #A9866F;
}
</style>
border-color css
<style>
span { border-color: #A9866F; }
span { border-color: rgb(169,134,111); }
td.TdClassName
{
border-color: #A9866F;
}
.TagClassName
{
border-color: #A9866F;
}
</style>