Shades of Mongoose #A98A73
Tints of Mongoose #A98A73
RGB
CMYK
RGB Variations
Color information
#A98A73 (or 0xA98A73) is known color: Mongoose. HEX triplet: A9, 8A and 73. RGB value is (169,138,115). Sum of RGB (Red+Green+Blue) = 169+138+115=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A73 is #56758C. Grayscale: #909090. Windows color (decimal): -5666189 or 7572137. OLE color: 7572137.
HSL color Cylindrical-coordinate representation of color #A98A73: hue angle of 25.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A98A73 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 115 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.34 |
| HSL | 25.56º | 0.24% | 0.56% | - |
| HSV(B) | 25.56º | 0.32% | 0.66% | - |
| XYZ | 28.55 | 27.85 | 20.09 | - |
| YUV | 144.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 115 | 0 | 0.18 | 0.32 | 0.34 | 25.56 | 0.24 | 0.56 |
| Hex | A9 | 8A | 73 | 0 | 12 | 20 | 22 | 1A | 18 | 38 |
| Octal | 251 | 212 | 163 | 0 | 22 | 40 | 42 | 32 | 30 | 70 |
| Binary | 10101001 | 10001010 | 1110011 | 0 | 10010 | 100000 | 100010 | 11010 | 11000 | 111000 |
Color Harmonies of #A98A73
Complementary color
Monochromatic Colors of #A98A73
Black with #A98A73
Text Example
Text Example
White with #A98A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A73; }
p { color: rgb(169,138,115); }
H1.HeaderClassName
{
color: #A98A73;
}
.AnyTagClassName
{
color: #A98A73;
}
</style>
background-color css
<style>
a { background-color: #A98A73; }
a { background-color: rgb(169,138,115); }
div.DivClassName
{
background-color: #A98A73;
}
.BgClassName
{
background-color: #A98A73;
}
</style>
border-color css
<style>
span { border-color: #A98A73; }
span { border-color: rgb(169,138,115); }
td.TdClassName
{
border-color: #A98A73;
}
.TagClassName
{
border-color: #A98A73;
}
</style>