Shades of Tallow #AD9D76
Tints of Tallow #AD9D76
RGB
CMYK
RGB Variations
Color information
#AD9D76 (or 0xAD9D76) is known color: Tallow. HEX triplet: AD, 9D and 76. RGB value is (173,157,118). Sum of RGB (Red+Green+Blue) = 173+157+118=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D76 is #526289. Grayscale: #9D9D9D. Windows color (decimal): -5399178 or 7773613. OLE color: 7773613.
HSL color Cylindrical-coordinate representation of color #AD9D76: hue angle of 42.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9D76 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 118 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.32 |
| HSL | 42.55º | 0.25% | 0.57% | - |
| HSV(B) | 42.55º | 0.32% | 0.68% | - |
| XYZ | 32.56 | 34.31 | 22.05 | - |
| YUV | 157.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 118 | 0 | 0.09 | 0.32 | 0.32 | 42.55 | 0.25 | 0.57 |
| Hex | AD | 9D | 76 | 0 | 9 | 20 | 20 | 2B | 19 | 39 |
| Octal | 255 | 235 | 166 | 0 | 11 | 40 | 40 | 53 | 31 | 71 |
| Binary | 10101101 | 10011101 | 1110110 | 0 | 1001 | 100000 | 100000 | 101011 | 11001 | 111001 |
Color Harmonies of #AD9D76
Complementary color
Monochromatic Colors of #AD9D76
Black with #AD9D76
Text Example
Text Example
White with #AD9D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D76; }
p { color: rgb(173,157,118); }
H1.HeaderClassName
{
color: #AD9D76;
}
.AnyTagClassName
{
color: #AD9D76;
}
</style>
background-color css
<style>
a { background-color: #AD9D76; }
a { background-color: rgb(173,157,118); }
div.DivClassName
{
background-color: #AD9D76;
}
.BgClassName
{
background-color: #AD9D76;
}
</style>
border-color css
<style>
span { border-color: #AD9D76; }
span { border-color: rgb(173,157,118); }
td.TdClassName
{
border-color: #AD9D76;
}
.TagClassName
{
border-color: #AD9D76;
}
</style>