Shades of Tallow #AD9E68
Tints of Tallow #AD9E68
RGB
CMYK
RGB Variations
Color information
#AD9E68 (or 0xAD9E68) is known color: Tallow. HEX triplet: AD, 9E and 68. RGB value is (173,158,104). Sum of RGB (Red+Green+Blue) = 173+158+104=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E68 is #526197. Grayscale: #9C9C9C. Windows color (decimal): -5398936 or 6856365. OLE color: 6856365.
HSL color Cylindrical-coordinate representation of color #AD9E68: hue angle of 46.96º 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 #AD9E68 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 104 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.32 |
| HSL | 46.96º | 0.3% | 0.54% | - |
| HSV(B) | 46.96º | 0.4% | 0.68% | - |
| XYZ | 31.96 | 34.34 | 18.04 | - |
| YUV | 156.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 104 | 0 | 0.09 | 0.40 | 0.32 | 46.96 | 0.3 | 0.54 |
| Hex | AD | 9E | 68 | 0 | 9 | 28 | 20 | 2F | 1E | 36 |
| Octal | 255 | 236 | 150 | 0 | 11 | 50 | 40 | 57 | 36 | 66 |
| Binary | 10101101 | 10011110 | 1101000 | 0 | 1001 | 101000 | 100000 | 101111 | 11110 | 110110 |
Color Harmonies of #AD9E68
Complementary color
Monochromatic Colors of #AD9E68
Black with #AD9E68
Text Example
Text Example
White with #AD9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E68; }
p { color: rgb(173,158,104); }
H1.HeaderClassName
{
color: #AD9E68;
}
.AnyTagClassName
{
color: #AD9E68;
}
</style>
background-color css
<style>
a { background-color: #AD9E68; }
a { background-color: rgb(173,158,104); }
div.DivClassName
{
background-color: #AD9E68;
}
.BgClassName
{
background-color: #AD9E68;
}
</style>
border-color css
<style>
span { border-color: #AD9E68; }
span { border-color: rgb(173,158,104); }
td.TdClassName
{
border-color: #AD9E68;
}
.TagClassName
{
border-color: #AD9E68;
}
</style>