Shades of Tallow #ABA06C
Tints of Tallow #ABA06C
RGB
CMYK
RGB Variations
Color information
#ABA06C (or 0xABA06C) is known color: Tallow. HEX triplet: AB, A0 and 6C. RGB value is (171,160,108). Sum of RGB (Red+Green+Blue) = 171+160+108=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA06C is #545F93. Grayscale: #9D9D9D. Windows color (decimal): -5529492 or 7119019. OLE color: 7119019.
HSL color Cylindrical-coordinate representation of color #ABA06C: hue angle of 49.52º 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 #ABA06C is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 108 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.33 |
| HSL | 49.52º | 0.27% | 0.55% | - |
| HSV(B) | 49.52º | 0.37% | 0.67% | - |
| XYZ | 32.07 | 34.88 | 19.23 | - |
| YUV | 157.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 108 | 0 | 0.06 | 0.37 | 0.33 | 49.52 | 0.27 | 0.55 |
| Hex | AB | A0 | 6C | 0 | 6 | 25 | 21 | 32 | 1B | 37 |
| Octal | 253 | 240 | 154 | 0 | 6 | 45 | 41 | 62 | 33 | 67 |
| Binary | 10101011 | 10100000 | 1101100 | 0 | 110 | 100101 | 100001 | 110010 | 11011 | 110111 |
Color Harmonies of #ABA06C
Complementary color
Monochromatic Colors of #ABA06C
Black with #ABA06C
Text Example
Text Example
White with #ABA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA06C; }
p { color: rgb(171,160,108); }
H1.HeaderClassName
{
color: #ABA06C;
}
.AnyTagClassName
{
color: #ABA06C;
}
</style>
background-color css
<style>
a { background-color: #ABA06C; }
a { background-color: rgb(171,160,108); }
div.DivClassName
{
background-color: #ABA06C;
}
.BgClassName
{
background-color: #ABA06C;
}
</style>
border-color css
<style>
span { border-color: #ABA06C; }
span { border-color: rgb(171,160,108); }
td.TdClassName
{
border-color: #ABA06C;
}
.TagClassName
{
border-color: #ABA06C;
}
</style>