Shades of Tallow #AD9D69
Tints of Tallow #AD9D69
RGB
CMYK
RGB Variations
Color information
#AD9D69 (or 0xAD9D69) is known color: Tallow. HEX triplet: AD, 9D and 69. RGB value is (173,157,105). Sum of RGB (Red+Green+Blue) = 173+157+105=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D69 is #526296. Grayscale: #9C9C9C. Windows color (decimal): -5399191 or 6921645. OLE color: 6921645.
HSL color Cylindrical-coordinate representation of color #AD9D69: hue angle of 45.88º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD9D69 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 105 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.32 |
| HSL | 45.88º | 0.29% | 0.55% | - |
| HSV(B) | 45.88º | 0.39% | 0.68% | - |
| XYZ | 31.84 | 34.02 | 18.25 | - |
| YUV | 155.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 105 | 0 | 0.09 | 0.39 | 0.32 | 45.88 | 0.29 | 0.55 |
| Hex | AD | 9D | 69 | 0 | 9 | 27 | 20 | 2E | 1D | 37 |
| Octal | 255 | 235 | 151 | 0 | 11 | 47 | 40 | 56 | 35 | 67 |
| Binary | 10101101 | 10011101 | 1101001 | 0 | 1001 | 100111 | 100000 | 101110 | 11101 | 110111 |
Color Harmonies of #AD9D69
Complementary color
Monochromatic Colors of #AD9D69
Black with #AD9D69
Text Example
Text Example
White with #AD9D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D69; }
p { color: rgb(173,157,105); }
H1.HeaderClassName
{
color: #AD9D69;
}
.AnyTagClassName
{
color: #AD9D69;
}
</style>
background-color css
<style>
a { background-color: #AD9D69; }
a { background-color: rgb(173,157,105); }
div.DivClassName
{
background-color: #AD9D69;
}
.BgClassName
{
background-color: #AD9D69;
}
</style>
border-color css
<style>
span { border-color: #AD9D69; }
span { border-color: rgb(173,157,105); }
td.TdClassName
{
border-color: #AD9D69;
}
.TagClassName
{
border-color: #AD9D69;
}
</style>