Shades of Tallow #AD9974
Tints of Tallow #AD9974
RGB
CMYK
RGB Variations
Color information
#AD9974 (or 0xAD9974) is known color: Tallow. HEX triplet: AD, 99 and 74. RGB value is (173,153,116). Sum of RGB (Red+Green+Blue) = 173+153+116=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9974 is #52668B. Grayscale: #9A9A9A. Windows color (decimal): -5400204 or 7641517. OLE color: 7641517.
HSL color Cylindrical-coordinate representation of color #AD9974: hue angle of 38.95º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9974 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 116 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.32 |
| HSL | 38.95º | 0.26% | 0.57% | - |
| HSV(B) | 38.95º | 0.33% | 0.68% | - |
| XYZ | 31.78 | 32.93 | 21.2 | - |
| YUV | 154.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 116 | 0 | 0.12 | 0.33 | 0.32 | 38.95 | 0.26 | 0.57 |
| Hex | AD | 99 | 74 | 0 | C | 21 | 20 | 27 | 1A | 39 |
| Octal | 255 | 231 | 164 | 0 | 14 | 41 | 40 | 47 | 32 | 71 |
| Binary | 10101101 | 10011001 | 1110100 | 0 | 1100 | 100001 | 100000 | 100111 | 11010 | 111001 |
Color Harmonies of #AD9974
Complementary color
Monochromatic Colors of #AD9974
Black with #AD9974
Text Example
Text Example
White with #AD9974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9974; }
p { color: rgb(173,153,116); }
H1.HeaderClassName
{
color: #AD9974;
}
.AnyTagClassName
{
color: #AD9974;
}
</style>
background-color css
<style>
a { background-color: #AD9974; }
a { background-color: rgb(173,153,116); }
div.DivClassName
{
background-color: #AD9974;
}
.BgClassName
{
background-color: #AD9974;
}
</style>
border-color css
<style>
span { border-color: #AD9974; }
span { border-color: rgb(173,153,116); }
td.TdClassName
{
border-color: #AD9974;
}
.TagClassName
{
border-color: #AD9974;
}
</style>