Shades of Mongoose #A9896B
Tints of Mongoose #A9896B
RGB
CMYK
RGB Variations
Color information
#A9896B (or 0xA9896B) is known color: Mongoose. HEX triplet: A9, 89 and 6B. RGB value is (169,137,107). Sum of RGB (Red+Green+Blue) = 169+137+107=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A9896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9896B is #567694. Grayscale: #8F8F8F. Windows color (decimal): -5666453 or 7047593. OLE color: 7047593.
HSL color Cylindrical-coordinate representation of color #A9896B: hue angle of 29.03º 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 #A9896B is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 107 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.34 |
| HSL | 29.03º | 0.26% | 0.54% | - |
| HSV(B) | 29.03º | 0.37% | 0.66% | - |
| XYZ | 27.96 | 27.39 | 17.72 | - |
| YUV | 143.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 107 | 0 | 0.19 | 0.37 | 0.34 | 29.03 | 0.26 | 0.54 |
| Hex | A9 | 89 | 6B | 0 | 13 | 25 | 22 | 1D | 1A | 36 |
| Octal | 251 | 211 | 153 | 0 | 23 | 45 | 42 | 35 | 32 | 66 |
| Binary | 10101001 | 10001001 | 1101011 | 0 | 10011 | 100101 | 100010 | 11101 | 11010 | 110110 |
Color Harmonies of #A9896B
Complementary color
Monochromatic Colors of #A9896B
Black with #A9896B
Text Example
Text Example
White with #A9896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9896B; }
p { color: rgb(169,137,107); }
H1.HeaderClassName
{
color: #A9896B;
}
.AnyTagClassName
{
color: #A9896B;
}
</style>
background-color css
<style>
a { background-color: #A9896B; }
a { background-color: rgb(169,137,107); }
div.DivClassName
{
background-color: #A9896B;
}
.BgClassName
{
background-color: #A9896B;
}
</style>
border-color css
<style>
span { border-color: #A9896B; }
span { border-color: rgb(169,137,107); }
td.TdClassName
{
border-color: #A9896B;
}
.TagClassName
{
border-color: #A9896B;
}
</style>