Shades of Tallow #AD9F73
Tints of Tallow #AD9F73
RGB
CMYK
RGB Variations
Color information
#AD9F73 (or 0xAD9F73) is known color: Tallow. HEX triplet: AD, 9F and 73. RGB value is (173,159,115). Sum of RGB (Red+Green+Blue) = 173+159+115=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F73 is #52608C. Grayscale: #9E9E9E. Windows color (decimal): -5398669 or 7577517. OLE color: 7577517.
HSL color Cylindrical-coordinate representation of color #AD9F73: hue angle of 45.52º 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 #AD9F73 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 115 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.32 |
| HSL | 45.52º | 0.26% | 0.56% | - |
| HSV(B) | 45.52º | 0.34% | 0.68% | - |
| XYZ | 32.73 | 34.92 | 21.23 | - |
| YUV | 158.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 115 | 0 | 0.08 | 0.34 | 0.32 | 45.52 | 0.26 | 0.56 |
| Hex | AD | 9F | 73 | 0 | 8 | 22 | 20 | 2E | 1A | 38 |
| Octal | 255 | 237 | 163 | 0 | 10 | 42 | 40 | 56 | 32 | 70 |
| Binary | 10101101 | 10011111 | 1110011 | 0 | 1000 | 100010 | 100000 | 101110 | 11010 | 111000 |
Color Harmonies of #AD9F73
Complementary color
Monochromatic Colors of #AD9F73
Black with #AD9F73
Text Example
Text Example
White with #AD9F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F73; }
p { color: rgb(173,159,115); }
H1.HeaderClassName
{
color: #AD9F73;
}
.AnyTagClassName
{
color: #AD9F73;
}
</style>
background-color css
<style>
a { background-color: #AD9F73; }
a { background-color: rgb(173,159,115); }
div.DivClassName
{
background-color: #AD9F73;
}
.BgClassName
{
background-color: #AD9F73;
}
</style>
border-color css
<style>
span { border-color: #AD9F73; }
span { border-color: rgb(173,159,115); }
td.TdClassName
{
border-color: #AD9F73;
}
.TagClassName
{
border-color: #AD9F73;
}
</style>