Shades of Tallow #AD9D79
Tints of Tallow #AD9D79
RGB
CMYK
RGB Variations
Color information
#AD9D79 (or 0xAD9D79) is known color: Tallow. HEX triplet: AD, 9D and 79. RGB value is (173,157,121). Sum of RGB (Red+Green+Blue) = 173+157+121=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D79 is #526286. Grayscale: #9D9D9D. Windows color (decimal): -5399175 or 7970221. OLE color: 7970221.
HSL color Cylindrical-coordinate representation of color #AD9D79: hue angle of 41.54º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9D79 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 121 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.32 |
| HSL | 41.54º | 0.24% | 0.58% | - |
| HSV(B) | 41.54º | 0.3% | 0.68% | - |
| XYZ | 32.74 | 34.38 | 23 | - |
| YUV | 157.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 121 | 0 | 0.09 | 0.30 | 0.32 | 41.54 | 0.24 | 0.58 |
| Hex | AD | 9D | 79 | 0 | 9 | 1E | 20 | 2A | 18 | 3A |
| Octal | 255 | 235 | 171 | 0 | 11 | 36 | 40 | 52 | 30 | 72 |
| Binary | 10101101 | 10011101 | 1111001 | 0 | 1001 | 11110 | 100000 | 101010 | 11000 | 111010 |
Color Harmonies of #AD9D79
Complementary color
Monochromatic Colors of #AD9D79
Black with #AD9D79
Text Example
Text Example
White with #AD9D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D79; }
p { color: rgb(173,157,121); }
H1.HeaderClassName
{
color: #AD9D79;
}
.AnyTagClassName
{
color: #AD9D79;
}
</style>
background-color css
<style>
a { background-color: #AD9D79; }
a { background-color: rgb(173,157,121); }
div.DivClassName
{
background-color: #AD9D79;
}
.BgClassName
{
background-color: #AD9D79;
}
</style>
border-color css
<style>
span { border-color: #AD9D79; }
span { border-color: rgb(173,157,121); }
td.TdClassName
{
border-color: #AD9D79;
}
.TagClassName
{
border-color: #AD9D79;
}
</style>