Shades of Mongoose #A98672
Tints of Mongoose #A98672
RGB
CMYK
RGB Variations
Color information
#A98672 (or 0xA98672) is known color: Mongoose. HEX triplet: A9, 86 and 72. RGB value is (169,134,114). Sum of RGB (Red+Green+Blue) = 169+134+114=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A98672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98672 is #56798D. Grayscale: #8E8E8E. Windows color (decimal): -5667214 or 7505577. OLE color: 7505577.
HSL color Cylindrical-coordinate representation of color #A98672: hue angle of 21.82º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A98672 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 114 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.34 |
| HSL | 21.82º | 0.24% | 0.55% | - |
| HSV(B) | 21.82º | 0.33% | 0.66% | - |
| XYZ | 27.92 | 26.7 | 19.6 | - |
| YUV | 142.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 114 | 0 | 0.21 | 0.33 | 0.34 | 21.82 | 0.24 | 0.55 |
| Hex | A9 | 86 | 72 | 0 | 15 | 21 | 22 | 16 | 18 | 37 |
| Octal | 251 | 206 | 162 | 0 | 25 | 41 | 42 | 26 | 30 | 67 |
| Binary | 10101001 | 10000110 | 1110010 | 0 | 10101 | 100001 | 100010 | 10110 | 11000 | 110111 |
Color Harmonies of #A98672
Complementary color
Monochromatic Colors of #A98672
Black with #A98672
Text Example
Text Example
White with #A98672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98672; }
p { color: rgb(169,134,114); }
H1.HeaderClassName
{
color: #A98672;
}
.AnyTagClassName
{
color: #A98672;
}
</style>
background-color css
<style>
a { background-color: #A98672; }
a { background-color: rgb(169,134,114); }
div.DivClassName
{
background-color: #A98672;
}
.BgClassName
{
background-color: #A98672;
}
</style>
border-color css
<style>
span { border-color: #A98672; }
span { border-color: rgb(169,134,114); }
td.TdClassName
{
border-color: #A98672;
}
.TagClassName
{
border-color: #A98672;
}
</style>