Shades of Mongoose #AB8F68
Tints of Mongoose #AB8F68
RGB
CMYK
RGB Variations
Color information
#AB8F68 (or 0xAB8F68) is known color: Mongoose. HEX triplet: AB, 8F and 68. RGB value is (171,143,104). Sum of RGB (Red+Green+Blue) = 171+143+104=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F68 is #547097. Grayscale: #939393. Windows color (decimal): -5533848 or 6852523. OLE color: 6852523.
HSL color Cylindrical-coordinate representation of color #AB8F68: hue angle of 34.93º degrees, saturation: 0.29, 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 #AB8F68 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 104 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.33 |
| HSL | 34.93º | 0.29% | 0.54% | - |
| HSV(B) | 34.93º | 0.39% | 0.67% | - |
| XYZ | 29.12 | 29.3 | 17.22 | - |
| YUV | 146.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 104 | 0 | 0.16 | 0.39 | 0.33 | 34.93 | 0.29 | 0.54 |
| Hex | AB | 8F | 68 | 0 | 10 | 27 | 21 | 23 | 1D | 36 |
| Octal | 253 | 217 | 150 | 0 | 20 | 47 | 41 | 43 | 35 | 66 |
| Binary | 10101011 | 10001111 | 1101000 | 0 | 10000 | 100111 | 100001 | 100011 | 11101 | 110110 |
Color Harmonies of #AB8F68
Complementary color
Monochromatic Colors of #AB8F68
Black with #AB8F68
Text Example
Text Example
White with #AB8F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F68; }
p { color: rgb(171,143,104); }
H1.HeaderClassName
{
color: #AB8F68;
}
.AnyTagClassName
{
color: #AB8F68;
}
</style>
background-color css
<style>
a { background-color: #AB8F68; }
a { background-color: rgb(171,143,104); }
div.DivClassName
{
background-color: #AB8F68;
}
.BgClassName
{
background-color: #AB8F68;
}
</style>
border-color css
<style>
span { border-color: #AB8F68; }
span { border-color: rgb(171,143,104); }
td.TdClassName
{
border-color: #AB8F68;
}
.TagClassName
{
border-color: #AB8F68;
}
</style>