Shades of Tallow #ABA071
Tints of Tallow #ABA071
RGB
CMYK
RGB Variations
Color information
#ABA071 (or 0xABA071) is known color: Tallow. HEX triplet: AB, A0 and 71. RGB value is (171,160,113). Sum of RGB (Red+Green+Blue) = 171+160+113=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA071 is #545F8E. Grayscale: #9E9E9E. Windows color (decimal): -5529487 or 7446699. OLE color: 7446699.
HSL color Cylindrical-coordinate representation of color #ABA071: hue angle of 48.62º 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 #ABA071 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 113 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.33 |
| HSL | 48.62º | 0.26% | 0.56% | - |
| HSV(B) | 48.62º | 0.34% | 0.67% | - |
| XYZ | 32.35 | 34.99 | 20.67 | - |
| YUV | 157.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 113 | 0 | 0.06 | 0.34 | 0.33 | 48.62 | 0.26 | 0.56 |
| Hex | AB | A0 | 71 | 0 | 6 | 22 | 21 | 31 | 1A | 38 |
| Octal | 253 | 240 | 161 | 0 | 6 | 42 | 41 | 61 | 32 | 70 |
| Binary | 10101011 | 10100000 | 1110001 | 0 | 110 | 100010 | 100001 | 110001 | 11010 | 111000 |
Color Harmonies of #ABA071
Complementary color
Monochromatic Colors of #ABA071
Black with #ABA071
Text Example
Text Example
White with #ABA071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA071; }
p { color: rgb(171,160,113); }
H1.HeaderClassName
{
color: #ABA071;
}
.AnyTagClassName
{
color: #ABA071;
}
</style>
background-color css
<style>
a { background-color: #ABA071; }
a { background-color: rgb(171,160,113); }
div.DivClassName
{
background-color: #ABA071;
}
.BgClassName
{
background-color: #ABA071;
}
</style>
border-color css
<style>
span { border-color: #ABA071; }
span { border-color: rgb(171,160,113); }
td.TdClassName
{
border-color: #ABA071;
}
.TagClassName
{
border-color: #ABA071;
}
</style>