Shades of Mongoose #AB8F6C
Tints of Mongoose #AB8F6C
RGB
CMYK
RGB Variations
Color information
#AB8F6C (or 0xAB8F6C) is known color: Mongoose. HEX triplet: AB, 8F and 6C. RGB value is (171,143,108). Sum of RGB (Red+Green+Blue) = 171+143+108=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F6C is #547093. Grayscale: #939393. Windows color (decimal): -5533844 or 7114667. OLE color: 7114667.
HSL color Cylindrical-coordinate representation of color #AB8F6C: hue angle of 33.33º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB8F6C is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 108 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.33 |
| HSL | 33.33º | 0.27% | 0.55% | - |
| HSV(B) | 33.33º | 0.37% | 0.67% | - |
| XYZ | 29.32 | 29.39 | 18.31 | - |
| YUV | 147.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 108 | 0 | 0.16 | 0.37 | 0.33 | 33.33 | 0.27 | 0.55 |
| Hex | AB | 8F | 6C | 0 | 10 | 25 | 21 | 21 | 1B | 37 |
| Octal | 253 | 217 | 154 | 0 | 20 | 45 | 41 | 41 | 33 | 67 |
| Binary | 10101011 | 10001111 | 1101100 | 0 | 10000 | 100101 | 100001 | 100001 | 11011 | 110111 |
Color Harmonies of #AB8F6C
Complementary color
Monochromatic Colors of #AB8F6C
Black with #AB8F6C
Text Example
Text Example
White with #AB8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F6C; }
p { color: rgb(171,143,108); }
H1.HeaderClassName
{
color: #AB8F6C;
}
.AnyTagClassName
{
color: #AB8F6C;
}
</style>
background-color css
<style>
a { background-color: #AB8F6C; }
a { background-color: rgb(171,143,108); }
div.DivClassName
{
background-color: #AB8F6C;
}
.BgClassName
{
background-color: #AB8F6C;
}
</style>
border-color css
<style>
span { border-color: #AB8F6C; }
span { border-color: rgb(171,143,108); }
td.TdClassName
{
border-color: #AB8F6C;
}
.TagClassName
{
border-color: #AB8F6C;
}
</style>