Shades of Mongoose #AB8D69
Tints of Mongoose #AB8D69
RGB
CMYK
RGB Variations
Color information
#AB8D69 (or 0xAB8D69) is known color: Mongoose. HEX triplet: AB, 8D and 69. RGB value is (171,141,105). Sum of RGB (Red+Green+Blue) = 171+141+105=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D69 is #547296. Grayscale: #929292. Windows color (decimal): -5534359 or 6917547. OLE color: 6917547.
HSL color Cylindrical-coordinate representation of color #AB8D69: hue angle of 32.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB8D69 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 105 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.33 |
| HSL | 32.73º | 0.28% | 0.54% | - |
| HSV(B) | 32.73º | 0.39% | 0.67% | - |
| XYZ | 28.87 | 28.73 | 17.39 | - |
| YUV | 145.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 105 | 0 | 0.18 | 0.39 | 0.33 | 32.73 | 0.28 | 0.54 |
| Hex | AB | 8D | 69 | 0 | 12 | 27 | 21 | 21 | 1C | 36 |
| Octal | 253 | 215 | 151 | 0 | 22 | 47 | 41 | 41 | 34 | 66 |
| Binary | 10101011 | 10001101 | 1101001 | 0 | 10010 | 100111 | 100001 | 100001 | 11100 | 110110 |
Color Harmonies of #AB8D69
Complementary color
Monochromatic Colors of #AB8D69
Black with #AB8D69
Text Example
Text Example
White with #AB8D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D69; }
p { color: rgb(171,141,105); }
H1.HeaderClassName
{
color: #AB8D69;
}
.AnyTagClassName
{
color: #AB8D69;
}
</style>
background-color css
<style>
a { background-color: #AB8D69; }
a { background-color: rgb(171,141,105); }
div.DivClassName
{
background-color: #AB8D69;
}
.BgClassName
{
background-color: #AB8D69;
}
</style>
border-color css
<style>
span { border-color: #AB8D69; }
span { border-color: rgb(171,141,105); }
td.TdClassName
{
border-color: #AB8D69;
}
.TagClassName
{
border-color: #AB8D69;
}
</style>