Shades of Mongoose #A98770
Tints of Mongoose #A98770
RGB
CMYK
RGB Variations
Color information
#A98770 (or 0xA98770) is known color: Mongoose. HEX triplet: A9, 87 and 70. RGB value is (169,135,112). Sum of RGB (Red+Green+Blue) = 169+135+112=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A98770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98770 is #56788F. Grayscale: #8E8E8E. Windows color (decimal): -5666960 or 7374761. OLE color: 7374761.
HSL color Cylindrical-coordinate representation of color #A98770: hue angle of 24.21º 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 #A98770 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 135 | 112 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.34 |
| HSL | 24.21º | 0.25% | 0.55% | - |
| HSV(B) | 24.21º | 0.34% | 0.66% | - |
| XYZ | 27.95 | 26.93 | 19.05 | - |
| YUV | 142.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 112 | 0 | 0.20 | 0.34 | 0.34 | 24.21 | 0.25 | 0.55 |
| Hex | A9 | 87 | 70 | 0 | 14 | 22 | 22 | 18 | 19 | 37 |
| Octal | 251 | 207 | 160 | 0 | 24 | 42 | 42 | 30 | 31 | 67 |
| Binary | 10101001 | 10000111 | 1110000 | 0 | 10100 | 100010 | 100010 | 11000 | 11001 | 110111 |
Color Harmonies of #A98770
Complementary color
Monochromatic Colors of #A98770
Black with #A98770
Text Example
Text Example
White with #A98770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98770; }
p { color: rgb(169,135,112); }
H1.HeaderClassName
{
color: #A98770;
}
.AnyTagClassName
{
color: #A98770;
}
</style>
background-color css
<style>
a { background-color: #A98770; }
a { background-color: rgb(169,135,112); }
div.DivClassName
{
background-color: #A98770;
}
.BgClassName
{
background-color: #A98770;
}
</style>
border-color css
<style>
span { border-color: #A98770; }
span { border-color: rgb(169,135,112); }
td.TdClassName
{
border-color: #A98770;
}
.TagClassName
{
border-color: #A98770;
}
</style>