Shades of Tallow #AB9B73
Tints of Tallow #AB9B73
RGB
CMYK
RGB Variations
Color information
#AB9B73 (or 0xAB9B73) is known color: Tallow. HEX triplet: AB, 9B and 73. RGB value is (171,155,115). Sum of RGB (Red+Green+Blue) = 171+155+115=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B73 is #54648C. Grayscale: #9B9B9B. Windows color (decimal): -5530765 or 7576491. OLE color: 7576491.
HSL color Cylindrical-coordinate representation of color #AB9B73: hue angle of 42.86º 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 #AB9B73 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 115 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.33 |
| HSL | 42.86º | 0.25% | 0.56% | - |
| HSV(B) | 42.86º | 0.33% | 0.67% | - |
| XYZ | 31.61 | 33.34 | 20.99 | - |
| YUV | 155.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 115 | 0 | 0.09 | 0.33 | 0.33 | 42.86 | 0.25 | 0.56 |
| Hex | AB | 9B | 73 | 0 | 9 | 21 | 21 | 2B | 19 | 38 |
| Octal | 253 | 233 | 163 | 0 | 11 | 41 | 41 | 53 | 31 | 70 |
| Binary | 10101011 | 10011011 | 1110011 | 0 | 1001 | 100001 | 100001 | 101011 | 11001 | 111000 |
Color Harmonies of #AB9B73
Complementary color
Monochromatic Colors of #AB9B73
Black with #AB9B73
Text Example
Text Example
White with #AB9B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9B73; }
p { color: rgb(171,155,115); }
H1.HeaderClassName
{
color: #AB9B73;
}
.AnyTagClassName
{
color: #AB9B73;
}
</style>
background-color css
<style>
a { background-color: #AB9B73; }
a { background-color: rgb(171,155,115); }
div.DivClassName
{
background-color: #AB9B73;
}
.BgClassName
{
background-color: #AB9B73;
}
</style>
border-color css
<style>
span { border-color: #AB9B73; }
span { border-color: rgb(171,155,115); }
td.TdClassName
{
border-color: #AB9B73;
}
.TagClassName
{
border-color: #AB9B73;
}
</style>