Shades of Tallow #AD9F6D
Tints of Tallow #AD9F6D
RGB
CMYK
RGB Variations
Color information
#AD9F6D (or 0xAD9F6D) is known color: Tallow. HEX triplet: AD, 9F and 6D. RGB value is (173,159,109). Sum of RGB (Red+Green+Blue) = 173+159+109=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F6D is #526092. Grayscale: #9D9D9D. Windows color (decimal): -5398675 or 7184301. OLE color: 7184301.
HSL color Cylindrical-coordinate representation of color #AD9F6D: hue angle of 46.88º 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 #AD9F6D is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 109 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.32 |
| HSL | 46.88º | 0.28% | 0.55% | - |
| HSV(B) | 46.88º | 0.37% | 0.68% | - |
| XYZ | 32.39 | 34.78 | 19.47 | - |
| YUV | 157.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 109 | 0 | 0.08 | 0.37 | 0.32 | 46.88 | 0.28 | 0.55 |
| Hex | AD | 9F | 6D | 0 | 8 | 25 | 20 | 2F | 1C | 37 |
| Octal | 255 | 237 | 155 | 0 | 10 | 45 | 40 | 57 | 34 | 67 |
| Binary | 10101101 | 10011111 | 1101101 | 0 | 1000 | 100101 | 100000 | 101111 | 11100 | 110111 |
Color Harmonies of #AD9F6D
Complementary color
Monochromatic Colors of #AD9F6D
Black with #AD9F6D
Text Example
Text Example
White with #AD9F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F6D; }
p { color: rgb(173,159,109); }
H1.HeaderClassName
{
color: #AD9F6D;
}
.AnyTagClassName
{
color: #AD9F6D;
}
</style>
background-color css
<style>
a { background-color: #AD9F6D; }
a { background-color: rgb(173,159,109); }
div.DivClassName
{
background-color: #AD9F6D;
}
.BgClassName
{
background-color: #AD9F6D;
}
</style>
border-color css
<style>
span { border-color: #AD9F6D; }
span { border-color: rgb(173,159,109); }
td.TdClassName
{
border-color: #AD9F6D;
}
.TagClassName
{
border-color: #AD9F6D;
}
</style>