Shades of Tallow #AD9D73
Tints of Tallow #AD9D73
RGB
CMYK
RGB Variations
Color information
#AD9D73 (or 0xAD9D73) is known color: Tallow. HEX triplet: AD, 9D and 73. RGB value is (173,157,115). Sum of RGB (Red+Green+Blue) = 173+157+115=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D73 is #52628C. Grayscale: #9D9D9D. Windows color (decimal): -5399181 or 7577005. OLE color: 7577005.
HSL color Cylindrical-coordinate representation of color #AD9D73: hue angle of 43.45º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD9D73 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 115 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.32 |
| HSL | 43.45º | 0.26% | 0.56% | - |
| HSV(B) | 43.45º | 0.34% | 0.68% | - |
| XYZ | 32.39 | 34.24 | 21.12 | - |
| YUV | 157 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 115 | 0 | 0.09 | 0.34 | 0.32 | 43.45 | 0.26 | 0.56 |
| Hex | AD | 9D | 73 | 0 | 9 | 22 | 20 | 2B | 1A | 38 |
| Octal | 255 | 235 | 163 | 0 | 11 | 42 | 40 | 53 | 32 | 70 |
| Binary | 10101101 | 10011101 | 1110011 | 0 | 1001 | 100010 | 100000 | 101011 | 11010 | 111000 |
Color Harmonies of #AD9D73
Complementary color
Monochromatic Colors of #AD9D73
Black with #AD9D73
Text Example
Text Example
White with #AD9D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D73; }
p { color: rgb(173,157,115); }
H1.HeaderClassName
{
color: #AD9D73;
}
.AnyTagClassName
{
color: #AD9D73;
}
</style>
background-color css
<style>
a { background-color: #AD9D73; }
a { background-color: rgb(173,157,115); }
div.DivClassName
{
background-color: #AD9D73;
}
.BgClassName
{
background-color: #AD9D73;
}
</style>
border-color css
<style>
span { border-color: #AD9D73; }
span { border-color: rgb(173,157,115); }
td.TdClassName
{
border-color: #AD9D73;
}
.TagClassName
{
border-color: #AD9D73;
}
</style>