Shades of Tallow #ABA36B
Tints of Tallow #ABA36B
RGB
CMYK
RGB Variations
Color information
#ABA36B (or 0xABA36B) is known color: Tallow. HEX triplet: AB, A3 and 6B. RGB value is (171,163,107). Sum of RGB (Red+Green+Blue) = 171+163+107=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA36B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA36B is #545C94. Grayscale: #9F9F9F. Windows color (decimal): -5528725 or 7054251. OLE color: 7054251.
HSL color Cylindrical-coordinate representation of color #ABA36B: hue angle of 52.5º 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 #ABA36B is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 107 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.33 |
| HSL | 52.5º | 0.28% | 0.55% | - |
| HSV(B) | 52.5º | 0.37% | 0.67% | - |
| XYZ | 32.55 | 35.91 | 19.13 | - |
| YUV | 159.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 107 | 0 | 0.05 | 0.37 | 0.33 | 52.5 | 0.28 | 0.55 |
| Hex | AB | A3 | 6B | 0 | 5 | 25 | 21 | 34 | 1C | 37 |
| Octal | 253 | 243 | 153 | 0 | 5 | 45 | 41 | 64 | 34 | 67 |
| Binary | 10101011 | 10100011 | 1101011 | 0 | 101 | 100101 | 100001 | 110100 | 11100 | 110111 |
Color Harmonies of #ABA36B
Complementary color
Monochromatic Colors of #ABA36B
Black with #ABA36B
Text Example
Text Example
White with #ABA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA36B; }
p { color: rgb(171,163,107); }
H1.HeaderClassName
{
color: #ABA36B;
}
.AnyTagClassName
{
color: #ABA36B;
}
</style>
background-color css
<style>
a { background-color: #ABA36B; }
a { background-color: rgb(171,163,107); }
div.DivClassName
{
background-color: #ABA36B;
}
.BgClassName
{
background-color: #ABA36B;
}
</style>
border-color css
<style>
span { border-color: #ABA36B; }
span { border-color: rgb(171,163,107); }
td.TdClassName
{
border-color: #ABA36B;
}
.TagClassName
{
border-color: #ABA36B;
}
</style>