Shades of Mongoose #A98E75
Tints of Mongoose #A98E75
RGB
CMYK
RGB Variations
Color information
#A98E75 (or 0xA98E75) is known color: Mongoose. HEX triplet: A9, 8E and 75. RGB value is (169,142,117). Sum of RGB (Red+Green+Blue) = 169+142+117=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E75 is #56718A. Grayscale: #939393. Windows color (decimal): -5665163 or 7704233. OLE color: 7704233.
HSL color Cylindrical-coordinate representation of color #A98E75: hue angle of 28.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A98E75 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 117 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.34 |
| HSL | 28.85º | 0.23% | 0.56% | - |
| HSV(B) | 28.85º | 0.31% | 0.66% | - |
| XYZ | 29.25 | 29.07 | 20.9 | - |
| YUV | 147.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 117 | 0 | 0.16 | 0.31 | 0.34 | 28.85 | 0.23 | 0.56 |
| Hex | A9 | 8E | 75 | 0 | 10 | 1F | 22 | 1D | 17 | 38 |
| Octal | 251 | 216 | 165 | 0 | 20 | 37 | 42 | 35 | 27 | 70 |
| Binary | 10101001 | 10001110 | 1110101 | 0 | 10000 | 11111 | 100010 | 11101 | 10111 | 111000 |
Color Harmonies of #A98E75
Complementary color
Monochromatic Colors of #A98E75
Black with #A98E75
Text Example
Text Example
White with #A98E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E75; }
p { color: rgb(169,142,117); }
H1.HeaderClassName
{
color: #A98E75;
}
.AnyTagClassName
{
color: #A98E75;
}
</style>
background-color css
<style>
a { background-color: #A98E75; }
a { background-color: rgb(169,142,117); }
div.DivClassName
{
background-color: #A98E75;
}
.BgClassName
{
background-color: #A98E75;
}
</style>
border-color css
<style>
span { border-color: #A98E75; }
span { border-color: rgb(169,142,117); }
td.TdClassName
{
border-color: #A98E75;
}
.TagClassName
{
border-color: #A98E75;
}
</style>