Shades of Tallow #AB9F73
Tints of Tallow #AB9F73
RGB
CMYK
RGB Variations
Color information
#AB9F73 (or 0xAB9F73) is known color: Tallow. HEX triplet: AB, 9F and 73. RGB value is (171,159,115). Sum of RGB (Red+Green+Blue) = 171+159+115=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F73 is #54608C. Grayscale: #9D9D9D. Windows color (decimal): -5529741 or 7577515. OLE color: 7577515.
HSL color Cylindrical-coordinate representation of color #AB9F73: hue angle of 47.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB9F73 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 115 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.33 |
| HSL | 47.14º | 0.25% | 0.56% | - |
| HSV(B) | 47.14º | 0.33% | 0.67% | - |
| XYZ | 32.29 | 34.69 | 21.21 | - |
| YUV | 157.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 115 | 0 | 0.07 | 0.33 | 0.33 | 47.14 | 0.25 | 0.56 |
| Hex | AB | 9F | 73 | 0 | 7 | 21 | 21 | 2F | 19 | 38 |
| Octal | 253 | 237 | 163 | 0 | 7 | 41 | 41 | 57 | 31 | 70 |
| Binary | 10101011 | 10011111 | 1110011 | 0 | 111 | 100001 | 100001 | 101111 | 11001 | 111000 |
Color Harmonies of #AB9F73
Complementary color
Monochromatic Colors of #AB9F73
Black with #AB9F73
Text Example
Text Example
White with #AB9F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F73; }
p { color: rgb(171,159,115); }
H1.HeaderClassName
{
color: #AB9F73;
}
.AnyTagClassName
{
color: #AB9F73;
}
</style>
background-color css
<style>
a { background-color: #AB9F73; }
a { background-color: rgb(171,159,115); }
div.DivClassName
{
background-color: #AB9F73;
}
.BgClassName
{
background-color: #AB9F73;
}
</style>
border-color css
<style>
span { border-color: #AB9F73; }
span { border-color: rgb(171,159,115); }
td.TdClassName
{
border-color: #AB9F73;
}
.TagClassName
{
border-color: #AB9F73;
}
</style>