Shades of Tallow #AD9C73
Tints of Tallow #AD9C73
RGB
CMYK
RGB Variations
Color information
#AD9C73 (or 0xAD9C73) is known color: Tallow. HEX triplet: AD, 9C and 73. RGB value is (173,156,115). Sum of RGB (Red+Green+Blue) = 173+156+115=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C73 is #52638C. Grayscale: #9C9C9C. Windows color (decimal): -5399437 or 7576749. OLE color: 7576749.
HSL color Cylindrical-coordinate representation of color #AD9C73: hue angle of 42.41º 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 #AD9C73 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 115 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.32 |
| HSL | 42.41º | 0.26% | 0.56% | - |
| HSV(B) | 42.41º | 0.34% | 0.68% | - |
| XYZ | 32.22 | 33.9 | 21.06 | - |
| YUV | 156.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 115 | 0 | 0.10 | 0.34 | 0.32 | 42.41 | 0.26 | 0.56 |
| Hex | AD | 9C | 73 | 0 | A | 22 | 20 | 2A | 1A | 38 |
| Octal | 255 | 234 | 163 | 0 | 12 | 42 | 40 | 52 | 32 | 70 |
| Binary | 10101101 | 10011100 | 1110011 | 0 | 1010 | 100010 | 100000 | 101010 | 11010 | 111000 |
Color Harmonies of #AD9C73
Complementary color
Monochromatic Colors of #AD9C73
Black with #AD9C73
Text Example
Text Example
White with #AD9C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C73; }
p { color: rgb(173,156,115); }
H1.HeaderClassName
{
color: #AD9C73;
}
.AnyTagClassName
{
color: #AD9C73;
}
</style>
background-color css
<style>
a { background-color: #AD9C73; }
a { background-color: rgb(173,156,115); }
div.DivClassName
{
background-color: #AD9C73;
}
.BgClassName
{
background-color: #AD9C73;
}
</style>
border-color css
<style>
span { border-color: #AD9C73; }
span { border-color: rgb(173,156,115); }
td.TdClassName
{
border-color: #AD9C73;
}
.TagClassName
{
border-color: #AD9C73;
}
</style>