Shades of Tallow #AB9C70
Tints of Tallow #AB9C70
RGB
CMYK
RGB Variations
Color information
#AB9C70 (or 0xAB9C70) is known color: Tallow. HEX triplet: AB, 9C and 70. RGB value is (171,156,112). Sum of RGB (Red+Green+Blue) = 171+156+112=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C70 is #54638F. Grayscale: #9B9B9B. Windows color (decimal): -5530512 or 7380139. OLE color: 7380139.
HSL color Cylindrical-coordinate representation of color #AB9C70: hue angle of 44.75º 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 #AB9C70 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 112 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.33 |
| HSL | 44.75º | 0.26% | 0.55% | - |
| HSV(B) | 44.75º | 0.35% | 0.67% | - |
| XYZ | 31.61 | 33.6 | 20.15 | - |
| YUV | 155.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 112 | 0 | 0.09 | 0.35 | 0.33 | 44.75 | 0.26 | 0.55 |
| Hex | AB | 9C | 70 | 0 | 9 | 23 | 21 | 2D | 1A | 37 |
| Octal | 253 | 234 | 160 | 0 | 11 | 43 | 41 | 55 | 32 | 67 |
| Binary | 10101011 | 10011100 | 1110000 | 0 | 1001 | 100011 | 100001 | 101101 | 11010 | 110111 |
Color Harmonies of #AB9C70
Complementary color
Monochromatic Colors of #AB9C70
Black with #AB9C70
Text Example
Text Example
White with #AB9C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C70; }
p { color: rgb(171,156,112); }
H1.HeaderClassName
{
color: #AB9C70;
}
.AnyTagClassName
{
color: #AB9C70;
}
</style>
background-color css
<style>
a { background-color: #AB9C70; }
a { background-color: rgb(171,156,112); }
div.DivClassName
{
background-color: #AB9C70;
}
.BgClassName
{
background-color: #AB9C70;
}
</style>
border-color css
<style>
span { border-color: #AB9C70; }
span { border-color: rgb(171,156,112); }
td.TdClassName
{
border-color: #AB9C70;
}
.TagClassName
{
border-color: #AB9C70;
}
</style>