Shades of Tallow #AB9D75
Tints of Tallow #AB9D75
RGB
CMYK
RGB Variations
Color information
#AB9D75 (or 0xAB9D75) is known color: Tallow. HEX triplet: AB, 9D and 75. RGB value is (171,157,117). Sum of RGB (Red+Green+Blue) = 171+157+117=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D75 is #54628A. Grayscale: #9C9C9C. Windows color (decimal): -5530251 or 7708075. OLE color: 7708075.
HSL color Cylindrical-coordinate representation of color #AB9D75: hue angle of 44.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9D75 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 117 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.33 |
| HSL | 44.44º | 0.24% | 0.56% | - |
| HSV(B) | 44.44º | 0.32% | 0.67% | - |
| XYZ | 32.06 | 34.06 | 21.71 | - |
| YUV | 156.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 117 | 0 | 0.08 | 0.32 | 0.33 | 44.44 | 0.24 | 0.56 |
| Hex | AB | 9D | 75 | 0 | 8 | 20 | 21 | 2C | 18 | 38 |
| Octal | 253 | 235 | 165 | 0 | 10 | 40 | 41 | 54 | 30 | 70 |
| Binary | 10101011 | 10011101 | 1110101 | 0 | 1000 | 100000 | 100001 | 101100 | 11000 | 111000 |
Color Harmonies of #AB9D75
Complementary color
Monochromatic Colors of #AB9D75
Black with #AB9D75
Text Example
Text Example
White with #AB9D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D75; }
p { color: rgb(171,157,117); }
H1.HeaderClassName
{
color: #AB9D75;
}
.AnyTagClassName
{
color: #AB9D75;
}
</style>
background-color css
<style>
a { background-color: #AB9D75; }
a { background-color: rgb(171,157,117); }
div.DivClassName
{
background-color: #AB9D75;
}
.BgClassName
{
background-color: #AB9D75;
}
</style>
border-color css
<style>
span { border-color: #AB9D75; }
span { border-color: rgb(171,157,117); }
td.TdClassName
{
border-color: #AB9D75;
}
.TagClassName
{
border-color: #AB9D75;
}
</style>