Shades of Tallow #AD996C
Tints of Tallow #AD996C
RGB
CMYK
RGB Variations
Color information
#AD996C (or 0xAD996C) is known color: Tallow. HEX triplet: AD, 99 and 6C. RGB value is (173,153,108). Sum of RGB (Red+Green+Blue) = 173+153+108=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD996C is #526693. Grayscale: #9A9A9A. Windows color (decimal): -5400212 or 7117229. OLE color: 7117229.
HSL color Cylindrical-coordinate representation of color #AD996C: hue angle of 41.54º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD996C is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 108 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.32 |
| HSL | 41.54º | 0.28% | 0.55% | - |
| HSV(B) | 41.54º | 0.38% | 0.68% | - |
| XYZ | 31.33 | 32.75 | 18.86 | - |
| YUV | 153.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 108 | 0 | 0.12 | 0.38 | 0.32 | 41.54 | 0.28 | 0.55 |
| Hex | AD | 99 | 6C | 0 | C | 26 | 20 | 2A | 1C | 37 |
| Octal | 255 | 231 | 154 | 0 | 14 | 46 | 40 | 52 | 34 | 67 |
| Binary | 10101101 | 10011001 | 1101100 | 0 | 1100 | 100110 | 100000 | 101010 | 11100 | 110111 |
Color Harmonies of #AD996C
Complementary color
Monochromatic Colors of #AD996C
Black with #AD996C
Text Example
Text Example
White with #AD996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD996C; }
p { color: rgb(173,153,108); }
H1.HeaderClassName
{
color: #AD996C;
}
.AnyTagClassName
{
color: #AD996C;
}
</style>
background-color css
<style>
a { background-color: #AD996C; }
a { background-color: rgb(173,153,108); }
div.DivClassName
{
background-color: #AD996C;
}
.BgClassName
{
background-color: #AD996C;
}
</style>
border-color css
<style>
span { border-color: #AD996C; }
span { border-color: rgb(173,153,108); }
td.TdClassName
{
border-color: #AD996C;
}
.TagClassName
{
border-color: #AD996C;
}
</style>