Shades of Tallow #AD986D
Tints of Tallow #AD986D
RGB
CMYK
RGB Variations
Color information
#AD986D (or 0xAD986D) is known color: Tallow. HEX triplet: AD, 98 and 6D. RGB value is (173,152,109). Sum of RGB (Red+Green+Blue) = 173+152+109=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD986D is #526792. Grayscale: #999999. Windows color (decimal): -5400467 or 7182509. OLE color: 7182509.
HSL color Cylindrical-coordinate representation of color #AD986D: hue angle of 40.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD986D is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 109 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.32 |
| HSL | 40.31º | 0.28% | 0.55% | - |
| HSV(B) | 40.31º | 0.37% | 0.68% | - |
| XYZ | 31.22 | 32.44 | 19.08 | - |
| YUV | 153.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 109 | 0 | 0.12 | 0.37 | 0.32 | 40.31 | 0.28 | 0.55 |
| Hex | AD | 98 | 6D | 0 | C | 25 | 20 | 28 | 1C | 37 |
| Octal | 255 | 230 | 155 | 0 | 14 | 45 | 40 | 50 | 34 | 67 |
| Binary | 10101101 | 10011000 | 1101101 | 0 | 1100 | 100101 | 100000 | 101000 | 11100 | 110111 |
Color Harmonies of #AD986D
Complementary color
Monochromatic Colors of #AD986D
Black with #AD986D
Text Example
Text Example
White with #AD986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD986D; }
p { color: rgb(173,152,109); }
H1.HeaderClassName
{
color: #AD986D;
}
.AnyTagClassName
{
color: #AD986D;
}
</style>
background-color css
<style>
a { background-color: #AD986D; }
a { background-color: rgb(173,152,109); }
div.DivClassName
{
background-color: #AD986D;
}
.BgClassName
{
background-color: #AD986D;
}
</style>
border-color css
<style>
span { border-color: #AD986D; }
span { border-color: rgb(173,152,109); }
td.TdClassName
{
border-color: #AD986D;
}
.TagClassName
{
border-color: #AD986D;
}
</style>