Shades of Mongoose #A98975
Tints of Mongoose #A98975
RGB
CMYK
RGB Variations
Color information
#A98975 (or 0xA98975) is known color: Mongoose. HEX triplet: A9, 89 and 75. RGB value is (169,137,117). Sum of RGB (Red+Green+Blue) = 169+137+117=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A98975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98975 is #56768A. Grayscale: #909090. Windows color (decimal): -5666443 or 7702953. OLE color: 7702953.
HSL color Cylindrical-coordinate representation of color #A98975: hue angle of 23.08º 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 #A98975 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 117 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.34 |
| HSL | 23.08º | 0.23% | 0.56% | - |
| HSV(B) | 23.08º | 0.31% | 0.66% | - |
| XYZ | 28.52 | 27.61 | 20.66 | - |
| YUV | 144.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 117 | 0 | 0.19 | 0.31 | 0.34 | 23.08 | 0.23 | 0.56 |
| Hex | A9 | 89 | 75 | 0 | 13 | 1F | 22 | 17 | 17 | 38 |
| Octal | 251 | 211 | 165 | 0 | 23 | 37 | 42 | 27 | 27 | 70 |
| Binary | 10101001 | 10001001 | 1110101 | 0 | 10011 | 11111 | 100010 | 10111 | 10111 | 111000 |
Color Harmonies of #A98975
Complementary color
Monochromatic Colors of #A98975
Black with #A98975
Text Example
Text Example
White with #A98975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98975; }
p { color: rgb(169,137,117); }
H1.HeaderClassName
{
color: #A98975;
}
.AnyTagClassName
{
color: #A98975;
}
</style>
background-color css
<style>
a { background-color: #A98975; }
a { background-color: rgb(169,137,117); }
div.DivClassName
{
background-color: #A98975;
}
.BgClassName
{
background-color: #A98975;
}
</style>
border-color css
<style>
span { border-color: #A98975; }
span { border-color: rgb(169,137,117); }
td.TdClassName
{
border-color: #A98975;
}
.TagClassName
{
border-color: #A98975;
}
</style>