Shades of Mongoose #A98673
Tints of Mongoose #A98673
RGB
CMYK
RGB Variations
Color information
#A98673 (or 0xA98673) is known color: Mongoose. HEX triplet: A9, 86 and 73. RGB value is (169,134,115). Sum of RGB (Red+Green+Blue) = 169+134+115=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A98673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98673 is #56798C. Grayscale: #8E8E8E. Windows color (decimal): -5667213 or 7571113. OLE color: 7571113.
HSL color Cylindrical-coordinate representation of color #A98673: hue angle of 21.11º 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 #A98673 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 115 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.34 |
| HSL | 21.11º | 0.24% | 0.56% | - |
| HSV(B) | 21.11º | 0.32% | 0.66% | - |
| XYZ | 27.98 | 26.72 | 19.9 | - |
| YUV | 142.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 115 | 0 | 0.21 | 0.32 | 0.34 | 21.11 | 0.24 | 0.56 |
| Hex | A9 | 86 | 73 | 0 | 15 | 20 | 22 | 15 | 18 | 38 |
| Octal | 251 | 206 | 163 | 0 | 25 | 40 | 42 | 25 | 30 | 70 |
| Binary | 10101001 | 10000110 | 1110011 | 0 | 10101 | 100000 | 100010 | 10101 | 11000 | 111000 |
Color Harmonies of #A98673
Complementary color
Monochromatic Colors of #A98673
Black with #A98673
Text Example
Text Example
White with #A98673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98673; }
p { color: rgb(169,134,115); }
H1.HeaderClassName
{
color: #A98673;
}
.AnyTagClassName
{
color: #A98673;
}
</style>
background-color css
<style>
a { background-color: #A98673; }
a { background-color: rgb(169,134,115); }
div.DivClassName
{
background-color: #A98673;
}
.BgClassName
{
background-color: #A98673;
}
</style>
border-color css
<style>
span { border-color: #A98673; }
span { border-color: rgb(169,134,115); }
td.TdClassName
{
border-color: #A98673;
}
.TagClassName
{
border-color: #A98673;
}
</style>