Shades of Tallow #AD9F6C
Tints of Tallow #AD9F6C
RGB
CMYK
RGB Variations
Color information
#AD9F6C (or 0xAD9F6C) is known color: Tallow. HEX triplet: AD, 9F and 6C. RGB value is (173,159,108). Sum of RGB (Red+Green+Blue) = 173+159+108=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F6C is #526093. Grayscale: #9D9D9D. Windows color (decimal): -5398676 or 7118765. OLE color: 7118765.
HSL color Cylindrical-coordinate representation of color #AD9F6C: hue angle of 47.08º 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 #AD9F6C is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 108 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.32 |
| HSL | 47.08º | 0.28% | 0.55% | - |
| HSV(B) | 47.08º | 0.38% | 0.68% | - |
| XYZ | 32.34 | 34.76 | 19.19 | - |
| YUV | 157.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 108 | 0 | 0.08 | 0.38 | 0.32 | 47.08 | 0.28 | 0.55 |
| Hex | AD | 9F | 6C | 0 | 8 | 26 | 20 | 2F | 1C | 37 |
| Octal | 255 | 237 | 154 | 0 | 10 | 46 | 40 | 57 | 34 | 67 |
| Binary | 10101101 | 10011111 | 1101100 | 0 | 1000 | 100110 | 100000 | 101111 | 11100 | 110111 |
Color Harmonies of #AD9F6C
Complementary color
Monochromatic Colors of #AD9F6C
Black with #AD9F6C
Text Example
Text Example
White with #AD9F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F6C; }
p { color: rgb(173,159,108); }
H1.HeaderClassName
{
color: #AD9F6C;
}
.AnyTagClassName
{
color: #AD9F6C;
}
</style>
background-color css
<style>
a { background-color: #AD9F6C; }
a { background-color: rgb(173,159,108); }
div.DivClassName
{
background-color: #AD9F6C;
}
.BgClassName
{
background-color: #AD9F6C;
}
</style>
border-color css
<style>
span { border-color: #AD9F6C; }
span { border-color: rgb(173,159,108); }
td.TdClassName
{
border-color: #AD9F6C;
}
.TagClassName
{
border-color: #AD9F6C;
}
</style>