Shades of Tallow #AD976F
Tints of Tallow #AD976F
RGB
CMYK
RGB Variations
Color information
#AD976F (or 0xAD976F) is known color: Tallow. HEX triplet: AD, 97 and 6F. RGB value is (173,151,111). Sum of RGB (Red+Green+Blue) = 173+151+111=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD976F is #526890. Grayscale: #999999. Windows color (decimal): -5400721 or 7313325. OLE color: 7313325.
HSL color Cylindrical-coordinate representation of color #AD976F: hue angle of 38.71º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD976F is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 111 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.32 |
| HSL | 38.71º | 0.27% | 0.56% | - |
| HSV(B) | 38.71º | 0.36% | 0.68% | - |
| XYZ | 31.17 | 32.17 | 19.6 | - |
| YUV | 153.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 111 | 0 | 0.13 | 0.36 | 0.32 | 38.71 | 0.27 | 0.56 |
| Hex | AD | 97 | 6F | 0 | D | 24 | 20 | 27 | 1B | 38 |
| Octal | 255 | 227 | 157 | 0 | 15 | 44 | 40 | 47 | 33 | 70 |
| Binary | 10101101 | 10010111 | 1101111 | 0 | 1101 | 100100 | 100000 | 100111 | 11011 | 111000 |
Color Harmonies of #AD976F
Complementary color
Monochromatic Colors of #AD976F
Black with #AD976F
Text Example
Text Example
White with #AD976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD976F; }
p { color: rgb(173,151,111); }
H1.HeaderClassName
{
color: #AD976F;
}
.AnyTagClassName
{
color: #AD976F;
}
</style>
background-color css
<style>
a { background-color: #AD976F; }
a { background-color: rgb(173,151,111); }
div.DivClassName
{
background-color: #AD976F;
}
.BgClassName
{
background-color: #AD976F;
}
</style>
border-color css
<style>
span { border-color: #AD976F; }
span { border-color: rgb(173,151,111); }
td.TdClassName
{
border-color: #AD976F;
}
.TagClassName
{
border-color: #AD976F;
}
</style>