Shades of Tallow #ABA171
Tints of Tallow #ABA171
RGB
CMYK
RGB Variations
Color information
#ABA171 (or 0xABA171) is known color: Tallow. HEX triplet: AB, A1 and 71. RGB value is (171,161,113). Sum of RGB (Red+Green+Blue) = 171+161+113=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA171 is #545E8E. Grayscale: #9E9E9E. Windows color (decimal): -5529231 or 7446955. OLE color: 7446955.
HSL color Cylindrical-coordinate representation of color #ABA171: hue angle of 49.66º 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 #ABA171 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 113 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.33 |
| HSL | 49.66º | 0.26% | 0.56% | - |
| HSV(B) | 49.66º | 0.34% | 0.67% | - |
| XYZ | 32.52 | 35.34 | 20.73 | - |
| YUV | 158.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 113 | 0 | 0.06 | 0.34 | 0.33 | 49.66 | 0.26 | 0.56 |
| Hex | AB | A1 | 71 | 0 | 6 | 22 | 21 | 32 | 1A | 38 |
| Octal | 253 | 241 | 161 | 0 | 6 | 42 | 41 | 62 | 32 | 70 |
| Binary | 10101011 | 10100001 | 1110001 | 0 | 110 | 100010 | 100001 | 110010 | 11010 | 111000 |
Color Harmonies of #ABA171
Complementary color
Monochromatic Colors of #ABA171
Black with #ABA171
Text Example
Text Example
White with #ABA171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA171; }
p { color: rgb(171,161,113); }
H1.HeaderClassName
{
color: #ABA171;
}
.AnyTagClassName
{
color: #ABA171;
}
</style>
background-color css
<style>
a { background-color: #ABA171; }
a { background-color: rgb(171,161,113); }
div.DivClassName
{
background-color: #ABA171;
}
.BgClassName
{
background-color: #ABA171;
}
</style>
border-color css
<style>
span { border-color: #ABA171; }
span { border-color: rgb(171,161,113); }
td.TdClassName
{
border-color: #ABA171;
}
.TagClassName
{
border-color: #ABA171;
}
</style>