Shades of Tallow #ABA06D
Tints of Tallow #ABA06D
RGB
CMYK
RGB Variations
Color information
#ABA06D (or 0xABA06D) is known color: Tallow. HEX triplet: AB, A0 and 6D. RGB value is (171,160,109). Sum of RGB (Red+Green+Blue) = 171+160+109=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA06D is #545F92. Grayscale: #9D9D9D. Windows color (decimal): -5529491 or 7184555. OLE color: 7184555.
HSL color Cylindrical-coordinate representation of color #ABA06D: hue angle of 49.35º 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 #ABA06D is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 109 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.33 |
| HSL | 49.35º | 0.27% | 0.55% | - |
| HSV(B) | 49.35º | 0.36% | 0.67% | - |
| XYZ | 32.13 | 34.9 | 19.51 | - |
| YUV | 157.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 109 | 0 | 0.06 | 0.36 | 0.33 | 49.35 | 0.27 | 0.55 |
| Hex | AB | A0 | 6D | 0 | 6 | 24 | 21 | 31 | 1B | 37 |
| Octal | 253 | 240 | 155 | 0 | 6 | 44 | 41 | 61 | 33 | 67 |
| Binary | 10101011 | 10100000 | 1101101 | 0 | 110 | 100100 | 100001 | 110001 | 11011 | 110111 |
Color Harmonies of #ABA06D
Complementary color
Monochromatic Colors of #ABA06D
Black with #ABA06D
Text Example
Text Example
White with #ABA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA06D; }
p { color: rgb(171,160,109); }
H1.HeaderClassName
{
color: #ABA06D;
}
.AnyTagClassName
{
color: #ABA06D;
}
</style>
background-color css
<style>
a { background-color: #ABA06D; }
a { background-color: rgb(171,160,109); }
div.DivClassName
{
background-color: #ABA06D;
}
.BgClassName
{
background-color: #ABA06D;
}
</style>
border-color css
<style>
span { border-color: #ABA06D; }
span { border-color: rgb(171,160,109); }
td.TdClassName
{
border-color: #ABA06D;
}
.TagClassName
{
border-color: #ABA06D;
}
</style>