Shades of Tallow #ABA26C
Tints of Tallow #ABA26C
RGB
CMYK
RGB Variations
Color information
#ABA26C (or 0xABA26C) is known color: Tallow. HEX triplet: AB, A2 and 6C. RGB value is (171,162,108). Sum of RGB (Red+Green+Blue) = 171+162+108=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA26C is #545D93. Grayscale: #9E9E9E. Windows color (decimal): -5528980 or 7119531. OLE color: 7119531.
HSL color Cylindrical-coordinate representation of color #ABA26C: hue angle of 51.43º degrees, saturation: 0.27, 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 #ABA26C is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 108 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.33 |
| HSL | 51.43º | 0.27% | 0.55% | - |
| HSV(B) | 51.43º | 0.37% | 0.67% | - |
| XYZ | 32.42 | 35.58 | 19.35 | - |
| YUV | 158.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 108 | 0 | 0.05 | 0.37 | 0.33 | 51.43 | 0.27 | 0.55 |
| Hex | AB | A2 | 6C | 0 | 5 | 25 | 21 | 33 | 1B | 37 |
| Octal | 253 | 242 | 154 | 0 | 5 | 45 | 41 | 63 | 33 | 67 |
| Binary | 10101011 | 10100010 | 1101100 | 0 | 101 | 100101 | 100001 | 110011 | 11011 | 110111 |
Color Harmonies of #ABA26C
Complementary color
Monochromatic Colors of #ABA26C
Black with #ABA26C
Text Example
Text Example
White with #ABA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA26C; }
p { color: rgb(171,162,108); }
H1.HeaderClassName
{
color: #ABA26C;
}
.AnyTagClassName
{
color: #ABA26C;
}
</style>
background-color css
<style>
a { background-color: #ABA26C; }
a { background-color: rgb(171,162,108); }
div.DivClassName
{
background-color: #ABA26C;
}
.BgClassName
{
background-color: #ABA26C;
}
</style>
border-color css
<style>
span { border-color: #ABA26C; }
span { border-color: rgb(171,162,108); }
td.TdClassName
{
border-color: #ABA26C;
}
.TagClassName
{
border-color: #ABA26C;
}
</style>