Shades of Tallow #AB9F70
Tints of Tallow #AB9F70
RGB
CMYK
RGB Variations
Color information
#AB9F70 (or 0xAB9F70) is known color: Tallow. HEX triplet: AB, 9F and 70. RGB value is (171,159,112). Sum of RGB (Red+Green+Blue) = 171+159+112=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F70 is #54608F. Grayscale: #9D9D9D. Windows color (decimal): -5529744 or 7380907. OLE color: 7380907.
HSL color Cylindrical-coordinate representation of color #AB9F70: hue angle of 47.8º 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 #AB9F70 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 112 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.33 |
| HSL | 47.8º | 0.26% | 0.55% | - |
| HSV(B) | 47.8º | 0.35% | 0.67% | - |
| XYZ | 32.12 | 34.62 | 20.32 | - |
| YUV | 157.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 112 | 0 | 0.07 | 0.35 | 0.33 | 47.8 | 0.26 | 0.55 |
| Hex | AB | 9F | 70 | 0 | 7 | 23 | 21 | 30 | 1A | 37 |
| Octal | 253 | 237 | 160 | 0 | 7 | 43 | 41 | 60 | 32 | 67 |
| Binary | 10101011 | 10011111 | 1110000 | 0 | 111 | 100011 | 100001 | 110000 | 11010 | 110111 |
Color Harmonies of #AB9F70
Complementary color
Monochromatic Colors of #AB9F70
Black with #AB9F70
Text Example
Text Example
White with #AB9F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F70; }
p { color: rgb(171,159,112); }
H1.HeaderClassName
{
color: #AB9F70;
}
.AnyTagClassName
{
color: #AB9F70;
}
</style>
background-color css
<style>
a { background-color: #AB9F70; }
a { background-color: rgb(171,159,112); }
div.DivClassName
{
background-color: #AB9F70;
}
.BgClassName
{
background-color: #AB9F70;
}
</style>
border-color css
<style>
span { border-color: #AB9F70; }
span { border-color: rgb(171,159,112); }
td.TdClassName
{
border-color: #AB9F70;
}
.TagClassName
{
border-color: #AB9F70;
}
</style>