Shades of Tallow #AD9B6E
Tints of Tallow #AD9B6E
RGB
CMYK
RGB Variations
Color information
#AD9B6E (or 0xAD9B6E) is known color: Tallow. HEX triplet: AD, 9B and 6E. RGB value is (173,155,110). Sum of RGB (Red+Green+Blue) = 173+155+110=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9B6E is #526491. Grayscale: #9B9B9B. Windows color (decimal): -5399698 or 7248813. OLE color: 7248813.
HSL color Cylindrical-coordinate representation of color #AD9B6E: hue angle of 42.86º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD9B6E is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 110 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.32 |
| HSL | 42.86º | 0.28% | 0.55% | - |
| HSV(B) | 42.86º | 0.36% | 0.68% | - |
| XYZ | 31.77 | 33.45 | 19.53 | - |
| YUV | 155.25 | 102.46 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 110 | 0 | 0.10 | 0.36 | 0.32 | 42.86 | 0.28 | 0.55 |
| Hex | AD | 9B | 6E | 0 | A | 24 | 20 | 2B | 1C | 37 |
| Octal | 255 | 233 | 156 | 0 | 12 | 44 | 40 | 53 | 34 | 67 |
| Binary | 10101101 | 10011011 | 1101110 | 0 | 1010 | 100100 | 100000 | 101011 | 11100 | 110111 |
Color Harmonies of #AD9B6E
Complementary color
Monochromatic Colors of #AD9B6E
Black with #AD9B6E
Text Example
Text Example
White with #AD9B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B6E; }
p { color: rgb(173,155,110); }
H1.HeaderClassName
{
color: #AD9B6E;
}
.AnyTagClassName
{
color: #AD9B6E;
}
</style>
background-color css
<style>
a { background-color: #AD9B6E; }
a { background-color: rgb(173,155,110); }
div.DivClassName
{
background-color: #AD9B6E;
}
.BgClassName
{
background-color: #AD9B6E;
}
</style>
border-color css
<style>
span { border-color: #AD9B6E; }
span { border-color: rgb(173,155,110); }
td.TdClassName
{
border-color: #AD9B6E;
}
.TagClassName
{
border-color: #AD9B6E;
}
</style>