Shades of Tallow #AB9D76
Tints of Tallow #AB9D76
RGB
CMYK
RGB Variations
Color information
#AB9D76 (or 0xAB9D76) is known color: Tallow. HEX triplet: AB, 9D and 76. RGB value is (171,157,118). Sum of RGB (Red+Green+Blue) = 171+157+118=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D76 is #546289. Grayscale: #9C9C9C. Windows color (decimal): -5530250 or 7773611. OLE color: 7773611.
HSL color Cylindrical-coordinate representation of color #AB9D76: hue angle of 44.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB9D76 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 118 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.33 |
| HSL | 44.15º | 0.24% | 0.57% | - |
| HSV(B) | 44.15º | 0.31% | 0.67% | - |
| XYZ | 32.12 | 34.08 | 22.02 | - |
| YUV | 156.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 118 | 0 | 0.08 | 0.31 | 0.33 | 44.15 | 0.24 | 0.57 |
| Hex | AB | 9D | 76 | 0 | 8 | 1F | 21 | 2C | 18 | 39 |
| Octal | 253 | 235 | 166 | 0 | 10 | 37 | 41 | 54 | 30 | 71 |
| Binary | 10101011 | 10011101 | 1110110 | 0 | 1000 | 11111 | 100001 | 101100 | 11000 | 111001 |
Color Harmonies of #AB9D76
Complementary color
Monochromatic Colors of #AB9D76
Black with #AB9D76
Text Example
Text Example
White with #AB9D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D76; }
p { color: rgb(171,157,118); }
H1.HeaderClassName
{
color: #AB9D76;
}
.AnyTagClassName
{
color: #AB9D76;
}
</style>
background-color css
<style>
a { background-color: #AB9D76; }
a { background-color: rgb(171,157,118); }
div.DivClassName
{
background-color: #AB9D76;
}
.BgClassName
{
background-color: #AB9D76;
}
</style>
border-color css
<style>
span { border-color: #AB9D76; }
span { border-color: rgb(171,157,118); }
td.TdClassName
{
border-color: #AB9D76;
}
.TagClassName
{
border-color: #AB9D76;
}
</style>