Shades of Tallow #AB9671
Tints of Tallow #AB9671
RGB
CMYK
RGB Variations
Color information
#AB9671 (or 0xAB9671) is known color: Tallow. HEX triplet: AB, 96 and 71. RGB value is (171,150,113). Sum of RGB (Red+Green+Blue) = 171+150+113=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9671 is #54698E. Grayscale: #989898. Windows color (decimal): -5532047 or 7444139. OLE color: 7444139.
HSL color Cylindrical-coordinate representation of color #AB9671: hue angle of 38.28º 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 #AB9671 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 113 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.33 |
| HSL | 38.28º | 0.26% | 0.56% | - |
| HSV(B) | 38.28º | 0.34% | 0.67% | - |
| XYZ | 30.68 | 31.66 | 20.12 | - |
| YUV | 152.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 113 | 0 | 0.12 | 0.34 | 0.33 | 38.28 | 0.26 | 0.56 |
| Hex | AB | 96 | 71 | 0 | C | 22 | 21 | 26 | 1A | 38 |
| Octal | 253 | 226 | 161 | 0 | 14 | 42 | 41 | 46 | 32 | 70 |
| Binary | 10101011 | 10010110 | 1110001 | 0 | 1100 | 100010 | 100001 | 100110 | 11010 | 111000 |
Color Harmonies of #AB9671
Complementary color
Monochromatic Colors of #AB9671
Black with #AB9671
Text Example
Text Example
White with #AB9671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9671; }
p { color: rgb(171,150,113); }
H1.HeaderClassName
{
color: #AB9671;
}
.AnyTagClassName
{
color: #AB9671;
}
</style>
background-color css
<style>
a { background-color: #AB9671; }
a { background-color: rgb(171,150,113); }
div.DivClassName
{
background-color: #AB9671;
}
.BgClassName
{
background-color: #AB9671;
}
</style>
border-color css
<style>
span { border-color: #AB9671; }
span { border-color: rgb(171,150,113); }
td.TdClassName
{
border-color: #AB9671;
}
.TagClassName
{
border-color: #AB9671;
}
</style>