Shades of Tallow #AD9D67
Tints of Tallow #AD9D67
RGB
CMYK
RGB Variations
Color information
#AD9D67 (or 0xAD9D67) is known color: Tallow. HEX triplet: AD, 9D and 67. RGB value is (173,157,103). Sum of RGB (Red+Green+Blue) = 173+157+103=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D67 is #526298. Grayscale: #9B9B9B. Windows color (decimal): -5399193 or 6790573. OLE color: 6790573.
HSL color Cylindrical-coordinate representation of color #AD9D67: hue angle of 46.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD9D67 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 103 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.32 |
| HSL | 46.29º | 0.3% | 0.54% | - |
| HSV(B) | 46.29º | 0.4% | 0.68% | - |
| XYZ | 31.74 | 33.98 | 17.72 | - |
| YUV | 155.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 103 | 0 | 0.09 | 0.40 | 0.32 | 46.29 | 0.3 | 0.54 |
| Hex | AD | 9D | 67 | 0 | 9 | 28 | 20 | 2E | 1E | 36 |
| Octal | 255 | 235 | 147 | 0 | 11 | 50 | 40 | 56 | 36 | 66 |
| Binary | 10101101 | 10011101 | 1100111 | 0 | 1001 | 101000 | 100000 | 101110 | 11110 | 110110 |
Color Harmonies of #AD9D67
Complementary color
Monochromatic Colors of #AD9D67
Black with #AD9D67
Text Example
Text Example
White with #AD9D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D67; }
p { color: rgb(173,157,103); }
H1.HeaderClassName
{
color: #AD9D67;
}
.AnyTagClassName
{
color: #AD9D67;
}
</style>
background-color css
<style>
a { background-color: #AD9D67; }
a { background-color: rgb(173,157,103); }
div.DivClassName
{
background-color: #AD9D67;
}
.BgClassName
{
background-color: #AD9D67;
}
</style>
border-color css
<style>
span { border-color: #AD9D67; }
span { border-color: rgb(173,157,103); }
td.TdClassName
{
border-color: #AD9D67;
}
.TagClassName
{
border-color: #AD9D67;
}
</style>