Shades of Tallow #ABA06E
Tints of Tallow #ABA06E
RGB
CMYK
RGB Variations
Color information
#ABA06E (or 0xABA06E) is known color: Tallow. HEX triplet: AB, A0 and 6E. RGB value is (171,160,110). Sum of RGB (Red+Green+Blue) = 171+160+110=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA06E is #545F91. Grayscale: #9D9D9D. Windows color (decimal): -5529490 or 7250091. OLE color: 7250091.
HSL color Cylindrical-coordinate representation of color #ABA06E: hue angle of 49.18º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABA06E is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 110 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.33 |
| HSL | 49.18º | 0.27% | 0.55% | - |
| HSV(B) | 49.18º | 0.36% | 0.67% | - |
| XYZ | 32.18 | 34.93 | 19.8 | - |
| YUV | 157.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 110 | 0 | 0.06 | 0.36 | 0.33 | 49.18 | 0.27 | 0.55 |
| Hex | AB | A0 | 6E | 0 | 6 | 24 | 21 | 31 | 1B | 37 |
| Octal | 253 | 240 | 156 | 0 | 6 | 44 | 41 | 61 | 33 | 67 |
| Binary | 10101011 | 10100000 | 1101110 | 0 | 110 | 100100 | 100001 | 110001 | 11011 | 110111 |
Color Harmonies of #ABA06E
Complementary color
Monochromatic Colors of #ABA06E
Black with #ABA06E
Text Example
Text Example
White with #ABA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA06E; }
p { color: rgb(171,160,110); }
H1.HeaderClassName
{
color: #ABA06E;
}
.AnyTagClassName
{
color: #ABA06E;
}
</style>
background-color css
<style>
a { background-color: #ABA06E; }
a { background-color: rgb(171,160,110); }
div.DivClassName
{
background-color: #ABA06E;
}
.BgClassName
{
background-color: #ABA06E;
}
</style>
border-color css
<style>
span { border-color: #ABA06E; }
span { border-color: rgb(171,160,110); }
td.TdClassName
{
border-color: #ABA06E;
}
.TagClassName
{
border-color: #ABA06E;
}
</style>