Shades of Mongoose #A98C70
Tints of Mongoose #A98C70
RGB
CMYK
RGB Variations
Color information
#A98C70 (or 0xA98C70) is known color: Mongoose. HEX triplet: A9, 8C and 70. RGB value is (169,140,112). Sum of RGB (Red+Green+Blue) = 169+140+112=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98C70 is #56738F. Grayscale: #919191. Windows color (decimal): -5665680 or 7376041. OLE color: 7376041.
HSL color Cylindrical-coordinate representation of color #A98C70: hue angle of 29.47º 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 #A98C70 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 140 | 112 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.34 |
| HSL | 29.47º | 0.25% | 0.55% | - |
| HSV(B) | 29.47º | 0.34% | 0.66% | - |
| XYZ | 28.66 | 28.36 | 19.29 | - |
| YUV | 145.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 112 | 0 | 0.17 | 0.34 | 0.34 | 29.47 | 0.25 | 0.55 |
| Hex | A9 | 8C | 70 | 0 | 11 | 22 | 22 | 1D | 19 | 37 |
| Octal | 251 | 214 | 160 | 0 | 21 | 42 | 42 | 35 | 31 | 67 |
| Binary | 10101001 | 10001100 | 1110000 | 0 | 10001 | 100010 | 100010 | 11101 | 11001 | 110111 |
Color Harmonies of #A98C70
Complementary color
Monochromatic Colors of #A98C70
Black with #A98C70
Text Example
Text Example
White with #A98C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98C70; }
p { color: rgb(169,140,112); }
H1.HeaderClassName
{
color: #A98C70;
}
.AnyTagClassName
{
color: #A98C70;
}
</style>
background-color css
<style>
a { background-color: #A98C70; }
a { background-color: rgb(169,140,112); }
div.DivClassName
{
background-color: #A98C70;
}
.BgClassName
{
background-color: #A98C70;
}
</style>
border-color css
<style>
span { border-color: #A98C70; }
span { border-color: rgb(169,140,112); }
td.TdClassName
{
border-color: #A98C70;
}
.TagClassName
{
border-color: #A98C70;
}
</style>