Shades of Tallow #AD9F67
Tints of Tallow #AD9F67
RGB
CMYK
RGB Variations
Color information
#AD9F67 (or 0xAD9F67) is known color: Tallow. HEX triplet: AD, 9F and 67. RGB value is (173,159,103). Sum of RGB (Red+Green+Blue) = 173+159+103=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F67 is #526098. Grayscale: #9D9D9D. Windows color (decimal): -5398681 or 6791085. OLE color: 6791085.
HSL color Cylindrical-coordinate representation of color #AD9F67: hue angle of 48º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD9F67 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 103 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.32 |
| HSL | 48º | 0.3% | 0.54% | - |
| HSV(B) | 48º | 0.4% | 0.68% | - |
| XYZ | 32.08 | 34.66 | 17.83 | - |
| YUV | 156.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 103 | 0 | 0.08 | 0.40 | 0.32 | 48 | 0.3 | 0.54 |
| Hex | AD | 9F | 67 | 0 | 8 | 28 | 20 | 30 | 1E | 36 |
| Octal | 255 | 237 | 147 | 0 | 10 | 50 | 40 | 60 | 36 | 66 |
| Binary | 10101101 | 10011111 | 1100111 | 0 | 1000 | 101000 | 100000 | 110000 | 11110 | 110110 |
Color Harmonies of #AD9F67
Complementary color
Monochromatic Colors of #AD9F67
Black with #AD9F67
Text Example
Text Example
White with #AD9F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F67; }
p { color: rgb(173,159,103); }
H1.HeaderClassName
{
color: #AD9F67;
}
.AnyTagClassName
{
color: #AD9F67;
}
</style>
background-color css
<style>
a { background-color: #AD9F67; }
a { background-color: rgb(173,159,103); }
div.DivClassName
{
background-color: #AD9F67;
}
.BgClassName
{
background-color: #AD9F67;
}
</style>
border-color css
<style>
span { border-color: #AD9F67; }
span { border-color: rgb(173,159,103); }
td.TdClassName
{
border-color: #AD9F67;
}
.TagClassName
{
border-color: #AD9F67;
}
</style>