Shades of Tallow #AD976C
Tints of Tallow #AD976C
RGB
CMYK
RGB Variations
Color information
#AD976C (or 0xAD976C) is known color: Tallow. HEX triplet: AD, 97 and 6C. RGB value is (173,151,108). Sum of RGB (Red+Green+Blue) = 173+151+108=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD976C is #526893. Grayscale: #989898. Windows color (decimal): -5400724 or 7116717. OLE color: 7116717.
HSL color Cylindrical-coordinate representation of color #AD976C: hue angle of 39.69º 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 #AD976C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 108 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.32 |
| HSL | 39.69º | 0.28% | 0.55% | - |
| HSV(B) | 39.69º | 0.38% | 0.68% | - |
| XYZ | 31.01 | 32.1 | 18.75 | - |
| YUV | 152.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 108 | 0 | 0.13 | 0.38 | 0.32 | 39.69 | 0.28 | 0.55 |
| Hex | AD | 97 | 6C | 0 | D | 26 | 20 | 28 | 1C | 37 |
| Octal | 255 | 227 | 154 | 0 | 15 | 46 | 40 | 50 | 34 | 67 |
| Binary | 10101101 | 10010111 | 1101100 | 0 | 1101 | 100110 | 100000 | 101000 | 11100 | 110111 |
Color Harmonies of #AD976C
Complementary color
Monochromatic Colors of #AD976C
Black with #AD976C
Text Example
Text Example
White with #AD976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD976C; }
p { color: rgb(173,151,108); }
H1.HeaderClassName
{
color: #AD976C;
}
.AnyTagClassName
{
color: #AD976C;
}
</style>
background-color css
<style>
a { background-color: #AD976C; }
a { background-color: rgb(173,151,108); }
div.DivClassName
{
background-color: #AD976C;
}
.BgClassName
{
background-color: #AD976C;
}
</style>
border-color css
<style>
span { border-color: #AD976C; }
span { border-color: rgb(173,151,108); }
td.TdClassName
{
border-color: #AD976C;
}
.TagClassName
{
border-color: #AD976C;
}
</style>