Shades of Mongoose #A98D70
Tints of Mongoose #A98D70
RGB
CMYK
RGB Variations
Color information
#A98D70 (or 0xA98D70) is known color: Mongoose. HEX triplet: A9, 8D and 70. RGB value is (169,141,112). Sum of RGB (Red+Green+Blue) = 169+141+112=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D70 is #56728F. Grayscale: #929292. Windows color (decimal): -5665424 or 7376297. OLE color: 7376297.
HSL color Cylindrical-coordinate representation of color #A98D70: hue angle of 30.53º 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 #A98D70 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 112 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.34 |
| HSL | 30.53º | 0.25% | 0.55% | - |
| HSV(B) | 30.53º | 0.34% | 0.66% | - |
| XYZ | 28.81 | 28.65 | 19.34 | - |
| YUV | 146.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 112 | 0 | 0.17 | 0.34 | 0.34 | 30.53 | 0.25 | 0.55 |
| Hex | A9 | 8D | 70 | 0 | 11 | 22 | 22 | 1F | 19 | 37 |
| Octal | 251 | 215 | 160 | 0 | 21 | 42 | 42 | 37 | 31 | 67 |
| Binary | 10101001 | 10001101 | 1110000 | 0 | 10001 | 100010 | 100010 | 11111 | 11001 | 110111 |
Color Harmonies of #A98D70
Complementary color
Monochromatic Colors of #A98D70
Black with #A98D70
Text Example
Text Example
White with #A98D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D70; }
p { color: rgb(169,141,112); }
H1.HeaderClassName
{
color: #A98D70;
}
.AnyTagClassName
{
color: #A98D70;
}
</style>
background-color css
<style>
a { background-color: #A98D70; }
a { background-color: rgb(169,141,112); }
div.DivClassName
{
background-color: #A98D70;
}
.BgClassName
{
background-color: #A98D70;
}
</style>
border-color css
<style>
span { border-color: #A98D70; }
span { border-color: rgb(169,141,112); }
td.TdClassName
{
border-color: #A98D70;
}
.TagClassName
{
border-color: #A98D70;
}
</style>