Shades of Tallow #AB9A70
Tints of Tallow #AB9A70
RGB
CMYK
RGB Variations
Color information
#AB9A70 (or 0xAB9A70) is known color: Tallow. HEX triplet: AB, 9A and 70. RGB value is (171,154,112). Sum of RGB (Red+Green+Blue) = 171+154+112=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A70 is #54658F. Grayscale: #9A9A9A. Windows color (decimal): -5531024 or 7379627. OLE color: 7379627.
HSL color Cylindrical-coordinate representation of color #AB9A70: hue angle of 42.71º 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 #AB9A70 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 112 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.33 |
| HSL | 42.71º | 0.26% | 0.55% | - |
| HSV(B) | 42.71º | 0.35% | 0.67% | - |
| XYZ | 31.27 | 32.94 | 20.04 | - |
| YUV | 154.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 112 | 0 | 0.10 | 0.35 | 0.33 | 42.71 | 0.26 | 0.55 |
| Hex | AB | 9A | 70 | 0 | A | 23 | 21 | 2B | 1A | 37 |
| Octal | 253 | 232 | 160 | 0 | 12 | 43 | 41 | 53 | 32 | 67 |
| Binary | 10101011 | 10011010 | 1110000 | 0 | 1010 | 100011 | 100001 | 101011 | 11010 | 110111 |
Color Harmonies of #AB9A70
Complementary color
Monochromatic Colors of #AB9A70
Black with #AB9A70
Text Example
Text Example
White with #AB9A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A70; }
p { color: rgb(171,154,112); }
H1.HeaderClassName
{
color: #AB9A70;
}
.AnyTagClassName
{
color: #AB9A70;
}
</style>
background-color css
<style>
a { background-color: #AB9A70; }
a { background-color: rgb(171,154,112); }
div.DivClassName
{
background-color: #AB9A70;
}
.BgClassName
{
background-color: #AB9A70;
}
</style>
border-color css
<style>
span { border-color: #AB9A70; }
span { border-color: rgb(171,154,112); }
td.TdClassName
{
border-color: #AB9A70;
}
.TagClassName
{
border-color: #AB9A70;
}
</style>