Shades of Mongoose #A98E6E
Tints of Mongoose #A98E6E
RGB
CMYK
RGB Variations
Color information
#A98E6E (or 0xA98E6E) is known color: Mongoose. HEX triplet: A9, 8E and 6E. RGB value is (169,142,110). Sum of RGB (Red+Green+Blue) = 169+142+110=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E6E is #567191. Grayscale: #929292. Windows color (decimal): -5665170 or 7245481. OLE color: 7245481.
HSL color Cylindrical-coordinate representation of color #A98E6E: hue angle of 32.54º 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 #A98E6E is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 110 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.34 |
| HSL | 32.54º | 0.26% | 0.55% | - |
| HSV(B) | 32.54º | 0.35% | 0.66% | - |
| XYZ | 28.85 | 28.91 | 18.81 | - |
| YUV | 146.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 110 | 0 | 0.16 | 0.35 | 0.34 | 32.54 | 0.26 | 0.55 |
| Hex | A9 | 8E | 6E | 0 | 10 | 23 | 22 | 21 | 1A | 37 |
| Octal | 251 | 216 | 156 | 0 | 20 | 43 | 42 | 41 | 32 | 67 |
| Binary | 10101001 | 10001110 | 1101110 | 0 | 10000 | 100011 | 100010 | 100001 | 11010 | 110111 |
Color Harmonies of #A98E6E
Complementary color
Monochromatic Colors of #A98E6E
Black with #A98E6E
Text Example
Text Example
White with #A98E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E6E; }
p { color: rgb(169,142,110); }
H1.HeaderClassName
{
color: #A98E6E;
}
.AnyTagClassName
{
color: #A98E6E;
}
</style>
background-color css
<style>
a { background-color: #A98E6E; }
a { background-color: rgb(169,142,110); }
div.DivClassName
{
background-color: #A98E6E;
}
.BgClassName
{
background-color: #A98E6E;
}
</style>
border-color css
<style>
span { border-color: #A98E6E; }
span { border-color: rgb(169,142,110); }
td.TdClassName
{
border-color: #A98E6E;
}
.TagClassName
{
border-color: #A98E6E;
}
</style>