Shades of Tallow #AD9C6D
Tints of Tallow #AD9C6D
RGB
CMYK
RGB Variations
Color information
#AD9C6D (or 0xAD9C6D) is known color: Tallow. HEX triplet: AD, 9C and 6D. RGB value is (173,156,109). Sum of RGB (Red+Green+Blue) = 173+156+109=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C6D is #526392. Grayscale: #9B9B9B. Windows color (decimal): -5399443 or 7183533. OLE color: 7183533.
HSL color Cylindrical-coordinate representation of color #AD9C6D: hue angle of 44.06º 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 #AD9C6D is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 109 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.32 |
| HSL | 44.06º | 0.28% | 0.55% | - |
| HSV(B) | 44.06º | 0.37% | 0.68% | - |
| XYZ | 31.88 | 33.77 | 19.3 | - |
| YUV | 155.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 109 | 0 | 0.10 | 0.37 | 0.32 | 44.06 | 0.28 | 0.55 |
| Hex | AD | 9C | 6D | 0 | A | 25 | 20 | 2C | 1C | 37 |
| Octal | 255 | 234 | 155 | 0 | 12 | 45 | 40 | 54 | 34 | 67 |
| Binary | 10101101 | 10011100 | 1101101 | 0 | 1010 | 100101 | 100000 | 101100 | 11100 | 110111 |
Color Harmonies of #AD9C6D
Complementary color
Monochromatic Colors of #AD9C6D
Black with #AD9C6D
Text Example
Text Example
White with #AD9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C6D; }
p { color: rgb(173,156,109); }
H1.HeaderClassName
{
color: #AD9C6D;
}
.AnyTagClassName
{
color: #AD9C6D;
}
</style>
background-color css
<style>
a { background-color: #AD9C6D; }
a { background-color: rgb(173,156,109); }
div.DivClassName
{
background-color: #AD9C6D;
}
.BgClassName
{
background-color: #AD9C6D;
}
</style>
border-color css
<style>
span { border-color: #AD9C6D; }
span { border-color: rgb(173,156,109); }
td.TdClassName
{
border-color: #AD9C6D;
}
.TagClassName
{
border-color: #AD9C6D;
}
</style>