Shades of Tallow #AB986F
Tints of Tallow #AB986F
RGB
CMYK
RGB Variations
Color information
#AB986F (or 0xAB986F) is known color: Tallow. HEX triplet: AB, 98 and 6F. RGB value is (171,152,111). Sum of RGB (Red+Green+Blue) = 171+152+111=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB986F is #546790. Grayscale: #999999. Windows color (decimal): -5531537 or 7313579. OLE color: 7313579.
HSL color Cylindrical-coordinate representation of color #AB986F: hue angle of 41º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB986F is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 111 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.33 |
| HSL | 41º | 0.26% | 0.55% | - |
| HSV(B) | 41º | 0.35% | 0.67% | - |
| XYZ | 30.89 | 32.26 | 19.64 | - |
| YUV | 153.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 111 | 0 | 0.11 | 0.35 | 0.33 | 41 | 0.26 | 0.55 |
| Hex | AB | 98 | 6F | 0 | B | 23 | 21 | 29 | 1A | 37 |
| Octal | 253 | 230 | 157 | 0 | 13 | 43 | 41 | 51 | 32 | 67 |
| Binary | 10101011 | 10011000 | 1101111 | 0 | 1011 | 100011 | 100001 | 101001 | 11010 | 110111 |
Color Harmonies of #AB986F
Complementary color
Monochromatic Colors of #AB986F
Black with #AB986F
Text Example
Text Example
White with #AB986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB986F; }
p { color: rgb(171,152,111); }
H1.HeaderClassName
{
color: #AB986F;
}
.AnyTagClassName
{
color: #AB986F;
}
</style>
background-color css
<style>
a { background-color: #AB986F; }
a { background-color: rgb(171,152,111); }
div.DivClassName
{
background-color: #AB986F;
}
.BgClassName
{
background-color: #AB986F;
}
</style>
border-color css
<style>
span { border-color: #AB986F; }
span { border-color: rgb(171,152,111); }
td.TdClassName
{
border-color: #AB986F;
}
.TagClassName
{
border-color: #AB986F;
}
</style>