Shades of Tallow #ABA170
Tints of Tallow #ABA170
RGB
CMYK
RGB Variations
Color information
#ABA170 (or 0xABA170) is known color: Tallow. HEX triplet: AB, A1 and 70. RGB value is (171,161,112). Sum of RGB (Red+Green+Blue) = 171+161+112=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA170 is #545E8F. Grayscale: #9E9E9E. Windows color (decimal): -5529232 or 7381419. OLE color: 7381419.
HSL color Cylindrical-coordinate representation of color #ABA170: hue angle of 49.83º 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 #ABA170 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 112 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.33 |
| HSL | 49.83º | 0.26% | 0.55% | - |
| HSV(B) | 49.83º | 0.35% | 0.67% | - |
| XYZ | 32.46 | 35.32 | 20.44 | - |
| YUV | 158.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 112 | 0 | 0.06 | 0.35 | 0.33 | 49.83 | 0.26 | 0.55 |
| Hex | AB | A1 | 70 | 0 | 6 | 23 | 21 | 32 | 1A | 37 |
| Octal | 253 | 241 | 160 | 0 | 6 | 43 | 41 | 62 | 32 | 67 |
| Binary | 10101011 | 10100001 | 1110000 | 0 | 110 | 100011 | 100001 | 110010 | 11010 | 110111 |
Color Harmonies of #ABA170
Complementary color
Monochromatic Colors of #ABA170
Black with #ABA170
Text Example
Text Example
White with #ABA170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA170; }
p { color: rgb(171,161,112); }
H1.HeaderClassName
{
color: #ABA170;
}
.AnyTagClassName
{
color: #ABA170;
}
</style>
background-color css
<style>
a { background-color: #ABA170; }
a { background-color: rgb(171,161,112); }
div.DivClassName
{
background-color: #ABA170;
}
.BgClassName
{
background-color: #ABA170;
}
</style>
border-color css
<style>
span { border-color: #ABA170; }
span { border-color: rgb(171,161,112); }
td.TdClassName
{
border-color: #ABA170;
}
.TagClassName
{
border-color: #ABA170;
}
</style>