Shades of Tallow #AD9D6A
Tints of Tallow #AD9D6A
RGB
CMYK
RGB Variations
Color information
#AD9D6A (or 0xAD9D6A) is known color: Tallow. HEX triplet: AD, 9D and 6A. RGB value is (173,157,106). Sum of RGB (Red+Green+Blue) = 173+157+106=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D6A is #526295. Grayscale: #9C9C9C. Windows color (decimal): -5399190 or 6987181. OLE color: 6987181.
HSL color Cylindrical-coordinate representation of color #AD9D6A: hue angle of 45.67º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD9D6A is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 106 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.32 |
| HSL | 45.67º | 0.29% | 0.55% | - |
| HSV(B) | 45.67º | 0.39% | 0.68% | - |
| XYZ | 31.89 | 34.04 | 18.52 | - |
| YUV | 155.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 106 | 0 | 0.09 | 0.39 | 0.32 | 45.67 | 0.29 | 0.55 |
| Hex | AD | 9D | 6A | 0 | 9 | 27 | 20 | 2E | 1D | 37 |
| Octal | 255 | 235 | 152 | 0 | 11 | 47 | 40 | 56 | 35 | 67 |
| Binary | 10101101 | 10011101 | 1101010 | 0 | 1001 | 100111 | 100000 | 101110 | 11101 | 110111 |
Color Harmonies of #AD9D6A
Complementary color
Monochromatic Colors of #AD9D6A
Black with #AD9D6A
Text Example
Text Example
White with #AD9D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D6A; }
p { color: rgb(173,157,106); }
H1.HeaderClassName
{
color: #AD9D6A;
}
.AnyTagClassName
{
color: #AD9D6A;
}
</style>
background-color css
<style>
a { background-color: #AD9D6A; }
a { background-color: rgb(173,157,106); }
div.DivClassName
{
background-color: #AD9D6A;
}
.BgClassName
{
background-color: #AD9D6A;
}
</style>
border-color css
<style>
span { border-color: #AD9D6A; }
span { border-color: rgb(173,157,106); }
td.TdClassName
{
border-color: #AD9D6A;
}
.TagClassName
{
border-color: #AD9D6A;
}
</style>