Shades of Mongoose #A98A76
Tints of Mongoose #A98A76
RGB
CMYK
RGB Variations
Color information
#A98A76 (or 0xA98A76) is known color: Mongoose. HEX triplet: A9, 8A and 76. RGB value is (169,138,118). Sum of RGB (Red+Green+Blue) = 169+138+118=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A76 is #567589. Grayscale: #919191. Windows color (decimal): -5666186 or 7768745. OLE color: 7768745.
HSL color Cylindrical-coordinate representation of color #A98A76: hue angle of 23.53º 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 #A98A76 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 118 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.34 |
| HSL | 23.53º | 0.23% | 0.56% | - |
| HSV(B) | 23.53º | 0.3% | 0.66% | - |
| XYZ | 28.72 | 27.92 | 21.01 | - |
| YUV | 144.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 118 | 0 | 0.18 | 0.30 | 0.34 | 23.53 | 0.23 | 0.56 |
| Hex | A9 | 8A | 76 | 0 | 12 | 1E | 22 | 18 | 17 | 38 |
| Octal | 251 | 212 | 166 | 0 | 22 | 36 | 42 | 30 | 27 | 70 |
| Binary | 10101001 | 10001010 | 1110110 | 0 | 10010 | 11110 | 100010 | 11000 | 10111 | 111000 |
Color Harmonies of #A98A76
Complementary color
Monochromatic Colors of #A98A76
Black with #A98A76
Text Example
Text Example
White with #A98A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A76; }
p { color: rgb(169,138,118); }
H1.HeaderClassName
{
color: #A98A76;
}
.AnyTagClassName
{
color: #A98A76;
}
</style>
background-color css
<style>
a { background-color: #A98A76; }
a { background-color: rgb(169,138,118); }
div.DivClassName
{
background-color: #A98A76;
}
.BgClassName
{
background-color: #A98A76;
}
</style>
border-color css
<style>
span { border-color: #A98A76; }
span { border-color: rgb(169,138,118); }
td.TdClassName
{
border-color: #A98A76;
}
.TagClassName
{
border-color: #A98A76;
}
</style>