Shades of Mongoose #A98B76
Tints of Mongoose #A98B76
RGB
CMYK
RGB Variations
Color information
#A98B76 (or 0xA98B76) is known color: Mongoose. HEX triplet: A9, 8B and 76. RGB value is (169,139,118). Sum of RGB (Red+Green+Blue) = 169+139+118=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B76 is #567489. Grayscale: #919191. Windows color (decimal): -5665930 or 7769001. OLE color: 7769001.
HSL color Cylindrical-coordinate representation of color #A98B76: hue angle of 24.71º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A98B76 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 118 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.34 |
| HSL | 24.71º | 0.23% | 0.56% | - |
| HSV(B) | 24.71º | 0.3% | 0.66% | - |
| XYZ | 28.86 | 28.21 | 21.06 | - |
| YUV | 145.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 118 | 0 | 0.18 | 0.30 | 0.34 | 24.71 | 0.23 | 0.56 |
| Hex | A9 | 8B | 76 | 0 | 12 | 1E | 22 | 19 | 17 | 38 |
| Octal | 251 | 213 | 166 | 0 | 22 | 36 | 42 | 31 | 27 | 70 |
| Binary | 10101001 | 10001011 | 1110110 | 0 | 10010 | 11110 | 100010 | 11001 | 10111 | 111000 |
Color Harmonies of #A98B76
Complementary color
Monochromatic Colors of #A98B76
Black with #A98B76
Text Example
Text Example
White with #A98B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B76; }
p { color: rgb(169,139,118); }
H1.HeaderClassName
{
color: #A98B76;
}
.AnyTagClassName
{
color: #A98B76;
}
</style>
background-color css
<style>
a { background-color: #A98B76; }
a { background-color: rgb(169,139,118); }
div.DivClassName
{
background-color: #A98B76;
}
.BgClassName
{
background-color: #A98B76;
}
</style>
border-color css
<style>
span { border-color: #A98B76; }
span { border-color: rgb(169,139,118); }
td.TdClassName
{
border-color: #A98B76;
}
.TagClassName
{
border-color: #A98B76;
}
</style>