Shades of Mongoose #A98B69
Tints of Mongoose #A98B69
RGB
CMYK
RGB Variations
Color information
#A98B69 (or 0xA98B69) is known color: Mongoose. HEX triplet: A9, 8B and 69. RGB value is (169,139,105). Sum of RGB (Red+Green+Blue) = 169+139+105=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B69 is #567496. Grayscale: #909090. Windows color (decimal): -5665943 or 6917033. OLE color: 6917033.
HSL color Cylindrical-coordinate representation of color #A98B69: hue angle of 31.88º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A98B69 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 105 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.34 |
| HSL | 31.88º | 0.27% | 0.54% | - |
| HSV(B) | 31.88º | 0.38% | 0.66% | - |
| XYZ | 28.14 | 27.92 | 17.27 | - |
| YUV | 144.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 105 | 0 | 0.18 | 0.38 | 0.34 | 31.88 | 0.27 | 0.54 |
| Hex | A9 | 8B | 69 | 0 | 12 | 26 | 22 | 20 | 1B | 36 |
| Octal | 251 | 213 | 151 | 0 | 22 | 46 | 42 | 40 | 33 | 66 |
| Binary | 10101001 | 10001011 | 1101001 | 0 | 10010 | 100110 | 100010 | 100000 | 11011 | 110110 |
Color Harmonies of #A98B69
Complementary color
Monochromatic Colors of #A98B69
Black with #A98B69
Text Example
Text Example
White with #A98B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B69; }
p { color: rgb(169,139,105); }
H1.HeaderClassName
{
color: #A98B69;
}
.AnyTagClassName
{
color: #A98B69;
}
</style>
background-color css
<style>
a { background-color: #A98B69; }
a { background-color: rgb(169,139,105); }
div.DivClassName
{
background-color: #A98B69;
}
.BgClassName
{
background-color: #A98B69;
}
</style>
border-color css
<style>
span { border-color: #A98B69; }
span { border-color: rgb(169,139,105); }
td.TdClassName
{
border-color: #A98B69;
}
.TagClassName
{
border-color: #A98B69;
}
</style>