Shades of Tallow #ABA06B
Tints of Tallow #ABA06B
RGB
CMYK
RGB Variations
Color information
#ABA06B (or 0xABA06B) is known color: Tallow. HEX triplet: AB, A0 and 6B. RGB value is (171,160,107). Sum of RGB (Red+Green+Blue) = 171+160+107=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA06B is #545F94. Grayscale: #9D9D9D. Windows color (decimal): -5529493 or 7053483. OLE color: 7053483.
HSL color Cylindrical-coordinate representation of color #ABA06B: hue angle of 49.69º degrees, saturation: 0.28, 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 #ABA06B is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 107 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.33 |
| HSL | 49.69º | 0.28% | 0.55% | - |
| HSV(B) | 49.69º | 0.37% | 0.67% | - |
| XYZ | 32.02 | 34.86 | 18.95 | - |
| YUV | 157.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 107 | 0 | 0.06 | 0.37 | 0.33 | 49.69 | 0.28 | 0.55 |
| Hex | AB | A0 | 6B | 0 | 6 | 25 | 21 | 32 | 1C | 37 |
| Octal | 253 | 240 | 153 | 0 | 6 | 45 | 41 | 62 | 34 | 67 |
| Binary | 10101011 | 10100000 | 1101011 | 0 | 110 | 100101 | 100001 | 110010 | 11100 | 110111 |
Color Harmonies of #ABA06B
Complementary color
Monochromatic Colors of #ABA06B
Black with #ABA06B
Text Example
Text Example
White with #ABA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA06B; }
p { color: rgb(171,160,107); }
H1.HeaderClassName
{
color: #ABA06B;
}
.AnyTagClassName
{
color: #ABA06B;
}
</style>
background-color css
<style>
a { background-color: #ABA06B; }
a { background-color: rgb(171,160,107); }
div.DivClassName
{
background-color: #ABA06B;
}
.BgClassName
{
background-color: #ABA06B;
}
</style>
border-color css
<style>
span { border-color: #ABA06B; }
span { border-color: rgb(171,160,107); }
td.TdClassName
{
border-color: #ABA06B;
}
.TagClassName
{
border-color: #ABA06B;
}
</style>