Shades of Tallow #AD9F6A
Tints of Tallow #AD9F6A
RGB
CMYK
RGB Variations
Color information
#AD9F6A (or 0xAD9F6A) is known color: Tallow. HEX triplet: AD, 9F and 6A. RGB value is (173,159,106). Sum of RGB (Red+Green+Blue) = 173+159+106=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F6A is #526095. Grayscale: #9D9D9D. Windows color (decimal): -5398678 or 6987693. OLE color: 6987693.
HSL color Cylindrical-coordinate representation of color #AD9F6A: hue angle of 47.46º 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 #AD9F6A is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 159 | 106 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.32 |
| HSL | 47.46º | 0.29% | 0.55% | - |
| HSV(B) | 47.46º | 0.39% | 0.68% | - |
| XYZ | 32.23 | 34.72 | 18.64 | - |
| YUV | 157.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 159 | 106 | 0 | 0.08 | 0.39 | 0.32 | 47.46 | 0.29 | 0.55 |
| Hex | AD | 9F | 6A | 0 | 8 | 27 | 20 | 2F | 1D | 37 |
| Octal | 255 | 237 | 152 | 0 | 10 | 47 | 40 | 57 | 35 | 67 |
| Binary | 10101101 | 10011111 | 1101010 | 0 | 1000 | 100111 | 100000 | 101111 | 11101 | 110111 |
Color Harmonies of #AD9F6A
Complementary color
Monochromatic Colors of #AD9F6A
Black with #AD9F6A
Text Example
Text Example
White with #AD9F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F6A; }
p { color: rgb(173,159,106); }
H1.HeaderClassName
{
color: #AD9F6A;
}
.AnyTagClassName
{
color: #AD9F6A;
}
</style>
background-color css
<style>
a { background-color: #AD9F6A; }
a { background-color: rgb(173,159,106); }
div.DivClassName
{
background-color: #AD9F6A;
}
.BgClassName
{
background-color: #AD9F6A;
}
</style>
border-color css
<style>
span { border-color: #AD9F6A; }
span { border-color: rgb(173,159,106); }
td.TdClassName
{
border-color: #AD9F6A;
}
.TagClassName
{
border-color: #AD9F6A;
}
</style>