Shades of Tallow #AB9B70
Tints of Tallow #AB9B70
RGB
CMYK
RGB Variations
Color information
#AB9B70 (or 0xAB9B70) is known color: Tallow. HEX triplet: AB, 9B and 70. RGB value is (171,155,112). Sum of RGB (Red+Green+Blue) = 171+155+112=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B70 is #54648F. Grayscale: #9B9B9B. Windows color (decimal): -5530768 or 7379883. OLE color: 7379883.
HSL color Cylindrical-coordinate representation of color #AB9B70: hue angle of 43.73º 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 #AB9B70 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 112 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.33 |
| HSL | 43.73º | 0.26% | 0.55% | - |
| HSV(B) | 43.73º | 0.35% | 0.67% | - |
| XYZ | 31.44 | 33.27 | 20.09 | - |
| YUV | 154.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 112 | 0 | 0.09 | 0.35 | 0.33 | 43.73 | 0.26 | 0.55 |
| Hex | AB | 9B | 70 | 0 | 9 | 23 | 21 | 2C | 1A | 37 |
| Octal | 253 | 233 | 160 | 0 | 11 | 43 | 41 | 54 | 32 | 67 |
| Binary | 10101011 | 10011011 | 1110000 | 0 | 1001 | 100011 | 100001 | 101100 | 11010 | 110111 |
Color Harmonies of #AB9B70
Complementary color
Monochromatic Colors of #AB9B70
Black with #AB9B70
Text Example
Text Example
White with #AB9B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B70; }
p { color: rgb(171,155,112); }
H1.HeaderClassName
{
color: #AB9B70;
}
.AnyTagClassName
{
color: #AB9B70;
}
</style>
background-color css
<style>
a { background-color: #AB9B70; }
a { background-color: rgb(171,155,112); }
div.DivClassName
{
background-color: #AB9B70;
}
.BgClassName
{
background-color: #AB9B70;
}
</style>
border-color css
<style>
span { border-color: #AB9B70; }
span { border-color: rgb(171,155,112); }
td.TdClassName
{
border-color: #AB9B70;
}
.TagClassName
{
border-color: #AB9B70;
}
</style>