Shades of Tallow #ABA16A
Tints of Tallow #ABA16A
RGB
CMYK
RGB Variations
Color information
#ABA16A (or 0xABA16A) is known color: Tallow. HEX triplet: AB, A1 and 6A. RGB value is (171,161,106). Sum of RGB (Red+Green+Blue) = 171+161+106=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA16A is #545E95. Grayscale: #9D9D9D. Windows color (decimal): -5529238 or 6988203. OLE color: 6988203.
HSL color Cylindrical-coordinate representation of color #ABA16A: hue angle of 50.77º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABA16A is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 106 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.33 |
| HSL | 50.77º | 0.28% | 0.54% | - |
| HSV(B) | 50.77º | 0.38% | 0.67% | - |
| XYZ | 32.14 | 35.19 | 18.73 | - |
| YUV | 157.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 106 | 0 | 0.06 | 0.38 | 0.33 | 50.77 | 0.28 | 0.54 |
| Hex | AB | A1 | 6A | 0 | 6 | 26 | 21 | 33 | 1C | 36 |
| Octal | 253 | 241 | 152 | 0 | 6 | 46 | 41 | 63 | 34 | 66 |
| Binary | 10101011 | 10100001 | 1101010 | 0 | 110 | 100110 | 100001 | 110011 | 11100 | 110110 |
Color Harmonies of #ABA16A
Complementary color
Monochromatic Colors of #ABA16A
Black with #ABA16A
Text Example
Text Example
White with #ABA16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA16A; }
p { color: rgb(171,161,106); }
H1.HeaderClassName
{
color: #ABA16A;
}
.AnyTagClassName
{
color: #ABA16A;
}
</style>
background-color css
<style>
a { background-color: #ABA16A; }
a { background-color: rgb(171,161,106); }
div.DivClassName
{
background-color: #ABA16A;
}
.BgClassName
{
background-color: #ABA16A;
}
</style>
border-color css
<style>
span { border-color: #ABA16A; }
span { border-color: rgb(171,161,106); }
td.TdClassName
{
border-color: #ABA16A;
}
.TagClassName
{
border-color: #ABA16A;
}
</style>