Shades of Mongoose #A98A6B
Tints of Mongoose #A98A6B
RGB
CMYK
RGB Variations
Color information
#A98A6B (or 0xA98A6B) is known color: Mongoose. HEX triplet: A9, 8A and 6B. RGB value is (169,138,107). Sum of RGB (Red+Green+Blue) = 169+138+107=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A6B is #567594. Grayscale: #8F8F8F. Windows color (decimal): -5666197 or 7047849. OLE color: 7047849.
HSL color Cylindrical-coordinate representation of color #A98A6B: hue angle of 30º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A98A6B is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 107 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.34 |
| HSL | 30º | 0.26% | 0.54% | - |
| HSV(B) | 30º | 0.37% | 0.66% | - |
| XYZ | 28.1 | 27.67 | 17.77 | - |
| YUV | 143.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 107 | 0 | 0.18 | 0.37 | 0.34 | 30 | 0.26 | 0.54 |
| Hex | A9 | 8A | 6B | 0 | 12 | 25 | 22 | 1E | 1A | 36 |
| Octal | 251 | 212 | 153 | 0 | 22 | 45 | 42 | 36 | 32 | 66 |
| Binary | 10101001 | 10001010 | 1101011 | 0 | 10010 | 100101 | 100010 | 11110 | 11010 | 110110 |
Color Harmonies of #A98A6B
Complementary color
Monochromatic Colors of #A98A6B
Black with #A98A6B
Text Example
Text Example
White with #A98A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A6B; }
p { color: rgb(169,138,107); }
H1.HeaderClassName
{
color: #A98A6B;
}
.AnyTagClassName
{
color: #A98A6B;
}
</style>
background-color css
<style>
a { background-color: #A98A6B; }
a { background-color: rgb(169,138,107); }
div.DivClassName
{
background-color: #A98A6B;
}
.BgClassName
{
background-color: #A98A6B;
}
</style>
border-color css
<style>
span { border-color: #A98A6B; }
span { border-color: rgb(169,138,107); }
td.TdClassName
{
border-color: #A98A6B;
}
.TagClassName
{
border-color: #A98A6B;
}
</style>