Shades of Tallow #AB9971
Tints of Tallow #AB9971
RGB
CMYK
RGB Variations
Color information
#AB9971 (or 0xAB9971) is known color: Tallow. HEX triplet: AB, 99 and 71. RGB value is (171,153,113). Sum of RGB (Red+Green+Blue) = 171+153+113=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9971 is #54668E. Grayscale: #9A9A9A. Windows color (decimal): -5531279 or 7444907. OLE color: 7444907.
HSL color Cylindrical-coordinate representation of color #AB9971: hue angle of 41.38º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB9971 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 113 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.33 |
| HSL | 41.38º | 0.26% | 0.56% | - |
| HSV(B) | 41.38º | 0.34% | 0.67% | - |
| XYZ | 31.17 | 32.63 | 20.28 | - |
| YUV | 153.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 113 | 0 | 0.11 | 0.34 | 0.33 | 41.38 | 0.26 | 0.56 |
| Hex | AB | 99 | 71 | 0 | B | 22 | 21 | 29 | 1A | 38 |
| Octal | 253 | 231 | 161 | 0 | 13 | 42 | 41 | 51 | 32 | 70 |
| Binary | 10101011 | 10011001 | 1110001 | 0 | 1011 | 100010 | 100001 | 101001 | 11010 | 111000 |
Color Harmonies of #AB9971
Complementary color
Monochromatic Colors of #AB9971
Black with #AB9971
Text Example
Text Example
White with #AB9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9971; }
p { color: rgb(171,153,113); }
H1.HeaderClassName
{
color: #AB9971;
}
.AnyTagClassName
{
color: #AB9971;
}
</style>
background-color css
<style>
a { background-color: #AB9971; }
a { background-color: rgb(171,153,113); }
div.DivClassName
{
background-color: #AB9971;
}
.BgClassName
{
background-color: #AB9971;
}
</style>
border-color css
<style>
span { border-color: #AB9971; }
span { border-color: rgb(171,153,113); }
td.TdClassName
{
border-color: #AB9971;
}
.TagClassName
{
border-color: #AB9971;
}
</style>