Shades of Tallow #AB9E70
Tints of Tallow #AB9E70
RGB
CMYK
RGB Variations
Color information
#AB9E70 (or 0xAB9E70) is known color: Tallow. HEX triplet: AB, 9E and 70. RGB value is (171,158,112). Sum of RGB (Red+Green+Blue) = 171+158+112=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E70 is #54618F. Grayscale: #9C9C9C. Windows color (decimal): -5530000 or 7380651. OLE color: 7380651.
HSL color Cylindrical-coordinate representation of color #AB9E70: hue angle of 46.78º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB9E70 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 112 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.33 |
| HSL | 46.78º | 0.26% | 0.55% | - |
| HSV(B) | 46.78º | 0.35% | 0.67% | - |
| XYZ | 31.95 | 34.28 | 20.26 | - |
| YUV | 156.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 112 | 0 | 0.08 | 0.35 | 0.33 | 46.78 | 0.26 | 0.55 |
| Hex | AB | 9E | 70 | 0 | 8 | 23 | 21 | 2F | 1A | 37 |
| Octal | 253 | 236 | 160 | 0 | 10 | 43 | 41 | 57 | 32 | 67 |
| Binary | 10101011 | 10011110 | 1110000 | 0 | 1000 | 100011 | 100001 | 101111 | 11010 | 110111 |
Color Harmonies of #AB9E70
Complementary color
Monochromatic Colors of #AB9E70
Black with #AB9E70
Text Example
Text Example
White with #AB9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E70; }
p { color: rgb(171,158,112); }
H1.HeaderClassName
{
color: #AB9E70;
}
.AnyTagClassName
{
color: #AB9E70;
}
</style>
background-color css
<style>
a { background-color: #AB9E70; }
a { background-color: rgb(171,158,112); }
div.DivClassName
{
background-color: #AB9E70;
}
.BgClassName
{
background-color: #AB9E70;
}
</style>
border-color css
<style>
span { border-color: #AB9E70; }
span { border-color: rgb(171,158,112); }
td.TdClassName
{
border-color: #AB9E70;
}
.TagClassName
{
border-color: #AB9E70;
}
</style>