Shades of Tallow #ABA072
Tints of Tallow #ABA072
RGB
CMYK
RGB Variations
Color information
#ABA072 (or 0xABA072) is known color: Tallow. HEX triplet: AB, A0 and 72. RGB value is (171,160,114). Sum of RGB (Red+Green+Blue) = 171+160+114=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA072 is #545F8D. Grayscale: #9E9E9E. Windows color (decimal): -5529486 or 7512235. OLE color: 7512235.
HSL color Cylindrical-coordinate representation of color #ABA072: hue angle of 48.42º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABA072 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 114 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.33 |
| HSL | 48.42º | 0.25% | 0.56% | - |
| HSV(B) | 48.42º | 0.33% | 0.67% | - |
| XYZ | 32.4 | 35.01 | 20.97 | - |
| YUV | 158.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 114 | 0 | 0.06 | 0.33 | 0.33 | 48.42 | 0.25 | 0.56 |
| Hex | AB | A0 | 72 | 0 | 6 | 21 | 21 | 30 | 19 | 38 |
| Octal | 253 | 240 | 162 | 0 | 6 | 41 | 41 | 60 | 31 | 70 |
| Binary | 10101011 | 10100000 | 1110010 | 0 | 110 | 100001 | 100001 | 110000 | 11001 | 111000 |
Color Harmonies of #ABA072
Complementary color
Monochromatic Colors of #ABA072
Black with #ABA072
Text Example
Text Example
White with #ABA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA072; }
p { color: rgb(171,160,114); }
H1.HeaderClassName
{
color: #ABA072;
}
.AnyTagClassName
{
color: #ABA072;
}
</style>
background-color css
<style>
a { background-color: #ABA072; }
a { background-color: rgb(171,160,114); }
div.DivClassName
{
background-color: #ABA072;
}
.BgClassName
{
background-color: #ABA072;
}
</style>
border-color css
<style>
span { border-color: #ABA072; }
span { border-color: rgb(171,160,114); }
td.TdClassName
{
border-color: #ABA072;
}
.TagClassName
{
border-color: #ABA072;
}
</style>