Shades of Mongoose #AB8C6E
Tints of Mongoose #AB8C6E
RGB
CMYK
RGB Variations
Color information
#AB8C6E (or 0xAB8C6E) is known color: Mongoose. HEX triplet: AB, 8C and 6E. RGB value is (171,140,110). Sum of RGB (Red+Green+Blue) = 171+140+110=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C6E is #547391. Grayscale: #919191. Windows color (decimal): -5534610 or 7244971. OLE color: 7244971.
HSL color Cylindrical-coordinate representation of color #AB8C6E: hue angle of 29.51º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB8C6E is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 110 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.33 |
| HSL | 29.51º | 0.27% | 0.55% | - |
| HSV(B) | 29.51º | 0.36% | 0.67% | - |
| XYZ | 28.99 | 28.54 | 18.73 | - |
| YUV | 145.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 110 | 0 | 0.18 | 0.36 | 0.33 | 29.51 | 0.27 | 0.55 |
| Hex | AB | 8C | 6E | 0 | 12 | 24 | 21 | 1E | 1B | 37 |
| Octal | 253 | 214 | 156 | 0 | 22 | 44 | 41 | 36 | 33 | 67 |
| Binary | 10101011 | 10001100 | 1101110 | 0 | 10010 | 100100 | 100001 | 11110 | 11011 | 110111 |
Color Harmonies of #AB8C6E
Complementary color
Monochromatic Colors of #AB8C6E
Black with #AB8C6E
Text Example
Text Example
White with #AB8C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C6E; }
p { color: rgb(171,140,110); }
H1.HeaderClassName
{
color: #AB8C6E;
}
.AnyTagClassName
{
color: #AB8C6E;
}
</style>
background-color css
<style>
a { background-color: #AB8C6E; }
a { background-color: rgb(171,140,110); }
div.DivClassName
{
background-color: #AB8C6E;
}
.BgClassName
{
background-color: #AB8C6E;
}
</style>
border-color css
<style>
span { border-color: #AB8C6E; }
span { border-color: rgb(171,140,110); }
td.TdClassName
{
border-color: #AB8C6E;
}
.TagClassName
{
border-color: #AB8C6E;
}
</style>