Shades of Tallow #ABA16C
Tints of Tallow #ABA16C
RGB
CMYK
RGB Variations
Color information
#ABA16C (or 0xABA16C) is known color: Tallow. HEX triplet: AB, A1 and 6C. RGB value is (171,161,108). Sum of RGB (Red+Green+Blue) = 171+161+108=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA16C is #545E93. Grayscale: #9E9E9E. Windows color (decimal): -5529236 or 7119275. OLE color: 7119275.
HSL color Cylindrical-coordinate representation of color #ABA16C: hue angle of 50.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABA16C is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 108 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.33 |
| HSL | 50.48º | 0.27% | 0.55% | - |
| HSV(B) | 50.48º | 0.37% | 0.67% | - |
| XYZ | 32.25 | 35.23 | 19.29 | - |
| YUV | 157.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 108 | 0 | 0.06 | 0.37 | 0.33 | 50.48 | 0.27 | 0.55 |
| Hex | AB | A1 | 6C | 0 | 6 | 25 | 21 | 32 | 1B | 37 |
| Octal | 253 | 241 | 154 | 0 | 6 | 45 | 41 | 62 | 33 | 67 |
| Binary | 10101011 | 10100001 | 1101100 | 0 | 110 | 100101 | 100001 | 110010 | 11011 | 110111 |
Color Harmonies of #ABA16C
Complementary color
Monochromatic Colors of #ABA16C
Black with #ABA16C
Text Example
Text Example
White with #ABA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA16C; }
p { color: rgb(171,161,108); }
H1.HeaderClassName
{
color: #ABA16C;
}
.AnyTagClassName
{
color: #ABA16C;
}
</style>
background-color css
<style>
a { background-color: #ABA16C; }
a { background-color: rgb(171,161,108); }
div.DivClassName
{
background-color: #ABA16C;
}
.BgClassName
{
background-color: #ABA16C;
}
</style>
border-color css
<style>
span { border-color: #ABA16C; }
span { border-color: rgb(171,161,108); }
td.TdClassName
{
border-color: #ABA16C;
}
.TagClassName
{
border-color: #ABA16C;
}
</style>