Shades of Mongoose #A9876E
Tints of Mongoose #A9876E
RGB
CMYK
RGB Variations
Color information
#A9876E (or 0xA9876E) is known color: Mongoose. HEX triplet: A9, 87 and 6E. RGB value is (169,135,110). Sum of RGB (Red+Green+Blue) = 169+135+110=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9876E is #567891. Grayscale: #8E8E8E. Windows color (decimal): -5666962 or 7243689. OLE color: 7243689.
HSL color Cylindrical-coordinate representation of color #A9876E: hue angle of 25.42º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9876E is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 135 | 110 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.34 |
| HSL | 25.42º | 0.26% | 0.55% | - |
| HSV(B) | 25.42º | 0.35% | 0.66% | - |
| XYZ | 27.84 | 26.89 | 18.47 | - |
| YUV | 142.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 110 | 0 | 0.20 | 0.35 | 0.34 | 25.42 | 0.26 | 0.55 |
| Hex | A9 | 87 | 6E | 0 | 14 | 23 | 22 | 19 | 1A | 37 |
| Octal | 251 | 207 | 156 | 0 | 24 | 43 | 42 | 31 | 32 | 67 |
| Binary | 10101001 | 10000111 | 1101110 | 0 | 10100 | 100011 | 100010 | 11001 | 11010 | 110111 |
Color Harmonies of #A9876E
Complementary color
Monochromatic Colors of #A9876E
Black with #A9876E
Text Example
Text Example
White with #A9876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9876E; }
p { color: rgb(169,135,110); }
H1.HeaderClassName
{
color: #A9876E;
}
.AnyTagClassName
{
color: #A9876E;
}
</style>
background-color css
<style>
a { background-color: #A9876E; }
a { background-color: rgb(169,135,110); }
div.DivClassName
{
background-color: #A9876E;
}
.BgClassName
{
background-color: #A9876E;
}
</style>
border-color css
<style>
span { border-color: #A9876E; }
span { border-color: rgb(169,135,110); }
td.TdClassName
{
border-color: #A9876E;
}
.TagClassName
{
border-color: #A9876E;
}
</style>