Shades of Mongoose #A98E69
Tints of Mongoose #A98E69
RGB
CMYK
RGB Variations
Color information
#A98E69 (or 0xA98E69) is known color: Mongoose. HEX triplet: A9, 8E and 69. RGB value is (169,142,105). Sum of RGB (Red+Green+Blue) = 169+142+105=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E69 is #567196. Grayscale: #929292. Windows color (decimal): -5665175 or 6917801. OLE color: 6917801.
HSL color Cylindrical-coordinate representation of color #A98E69: hue angle of 34.69º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A98E69 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 105 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.34 |
| HSL | 34.69º | 0.27% | 0.54% | - |
| HSV(B) | 34.69º | 0.38% | 0.66% | - |
| XYZ | 28.58 | 28.8 | 17.42 | - |
| YUV | 145.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 105 | 0 | 0.16 | 0.38 | 0.34 | 34.69 | 0.27 | 0.54 |
| Hex | A9 | 8E | 69 | 0 | 10 | 26 | 22 | 23 | 1B | 36 |
| Octal | 251 | 216 | 151 | 0 | 20 | 46 | 42 | 43 | 33 | 66 |
| Binary | 10101001 | 10001110 | 1101001 | 0 | 10000 | 100110 | 100010 | 100011 | 11011 | 110110 |
Color Harmonies of #A98E69
Complementary color
Monochromatic Colors of #A98E69
Black with #A98E69
Text Example
Text Example
White with #A98E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E69; }
p { color: rgb(169,142,105); }
H1.HeaderClassName
{
color: #A98E69;
}
.AnyTagClassName
{
color: #A98E69;
}
</style>
background-color css
<style>
a { background-color: #A98E69; }
a { background-color: rgb(169,142,105); }
div.DivClassName
{
background-color: #A98E69;
}
.BgClassName
{
background-color: #A98E69;
}
</style>
border-color css
<style>
span { border-color: #A98E69; }
span { border-color: rgb(169,142,105); }
td.TdClassName
{
border-color: #A98E69;
}
.TagClassName
{
border-color: #A98E69;
}
</style>