Shades of Tallow #ABA06F
Tints of Tallow #ABA06F
RGB
CMYK
RGB Variations
Color information
#ABA06F (or 0xABA06F) is known color: Tallow. HEX triplet: AB, A0 and 6F. RGB value is (171,160,111). Sum of RGB (Red+Green+Blue) = 171+160+111=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA06F is #545F90. Grayscale: #9D9D9D. Windows color (decimal): -5529489 or 7315627. OLE color: 7315627.
HSL color Cylindrical-coordinate representation of color #ABA06F: hue angle of 49º 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 #ABA06F is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 111 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.33 |
| HSL | 49º | 0.26% | 0.55% | - |
| HSV(B) | 49º | 0.35% | 0.67% | - |
| XYZ | 32.23 | 34.95 | 20.09 | - |
| YUV | 157.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 111 | 0 | 0.06 | 0.35 | 0.33 | 49 | 0.26 | 0.55 |
| Hex | AB | A0 | 6F | 0 | 6 | 23 | 21 | 31 | 1A | 37 |
| Octal | 253 | 240 | 157 | 0 | 6 | 43 | 41 | 61 | 32 | 67 |
| Binary | 10101011 | 10100000 | 1101111 | 0 | 110 | 100011 | 100001 | 110001 | 11010 | 110111 |
Color Harmonies of #ABA06F
Complementary color
Monochromatic Colors of #ABA06F
Black with #ABA06F
Text Example
Text Example
White with #ABA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA06F; }
p { color: rgb(171,160,111); }
H1.HeaderClassName
{
color: #ABA06F;
}
.AnyTagClassName
{
color: #ABA06F;
}
</style>
background-color css
<style>
a { background-color: #ABA06F; }
a { background-color: rgb(171,160,111); }
div.DivClassName
{
background-color: #ABA06F;
}
.BgClassName
{
background-color: #ABA06F;
}
</style>
border-color css
<style>
span { border-color: #ABA06F; }
span { border-color: rgb(171,160,111); }
td.TdClassName
{
border-color: #ABA06F;
}
.TagClassName
{
border-color: #ABA06F;
}
</style>