Shades of Mongoose #A98E6A
Tints of Mongoose #A98E6A
RGB
CMYK
RGB Variations
Color information
#A98E6A (or 0xA98E6A) is known color: Mongoose. HEX triplet: A9, 8E and 6A. RGB value is (169,142,106). Sum of RGB (Red+Green+Blue) = 169+142+106=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E6A is #567195. Grayscale: #929292. Windows color (decimal): -5665174 or 6983337. OLE color: 6983337.
HSL color Cylindrical-coordinate representation of color #A98E6A: hue angle of 34.29º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A98E6A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 106 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.34 |
| HSL | 34.29º | 0.27% | 0.54% | - |
| HSV(B) | 34.29º | 0.37% | 0.66% | - |
| XYZ | 28.64 | 28.82 | 17.69 | - |
| YUV | 145.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 106 | 0 | 0.16 | 0.37 | 0.34 | 34.29 | 0.27 | 0.54 |
| Hex | A9 | 8E | 6A | 0 | 10 | 25 | 22 | 22 | 1B | 36 |
| Octal | 251 | 216 | 152 | 0 | 20 | 45 | 42 | 42 | 33 | 66 |
| Binary | 10101001 | 10001110 | 1101010 | 0 | 10000 | 100101 | 100010 | 100010 | 11011 | 110110 |
Color Harmonies of #A98E6A
Complementary color
Monochromatic Colors of #A98E6A
Black with #A98E6A
Text Example
Text Example
White with #A98E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E6A; }
p { color: rgb(169,142,106); }
H1.HeaderClassName
{
color: #A98E6A;
}
.AnyTagClassName
{
color: #A98E6A;
}
</style>
background-color css
<style>
a { background-color: #A98E6A; }
a { background-color: rgb(169,142,106); }
div.DivClassName
{
background-color: #A98E6A;
}
.BgClassName
{
background-color: #A98E6A;
}
</style>
border-color css
<style>
span { border-color: #A98E6A; }
span { border-color: rgb(169,142,106); }
td.TdClassName
{
border-color: #A98E6A;
}
.TagClassName
{
border-color: #A98E6A;
}
</style>