Shades of Tallow #AD9E6F
Tints of Tallow #AD9E6F
RGB
CMYK
RGB Variations
Color information
#AD9E6F (or 0xAD9E6F) is known color: Tallow. HEX triplet: AD, 9E and 6F. RGB value is (173,158,111). Sum of RGB (Red+Green+Blue) = 173+158+111=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E6F is #526190. Grayscale: #9D9D9D. Windows color (decimal): -5398929 or 7315117. OLE color: 7315117.
HSL color Cylindrical-coordinate representation of color #AD9E6F: hue angle of 45.48º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD9E6F is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 111 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.32 |
| HSL | 45.48º | 0.27% | 0.56% | - |
| HSV(B) | 45.48º | 0.36% | 0.68% | - |
| XYZ | 32.33 | 34.49 | 19.99 | - |
| YUV | 157.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 111 | 0 | 0.09 | 0.36 | 0.32 | 45.48 | 0.27 | 0.56 |
| Hex | AD | 9E | 6F | 0 | 9 | 24 | 20 | 2D | 1B | 38 |
| Octal | 255 | 236 | 157 | 0 | 11 | 44 | 40 | 55 | 33 | 70 |
| Binary | 10101101 | 10011110 | 1101111 | 0 | 1001 | 100100 | 100000 | 101101 | 11011 | 111000 |
Color Harmonies of #AD9E6F
Complementary color
Monochromatic Colors of #AD9E6F
Black with #AD9E6F
Text Example
Text Example
White with #AD9E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E6F; }
p { color: rgb(173,158,111); }
H1.HeaderClassName
{
color: #AD9E6F;
}
.AnyTagClassName
{
color: #AD9E6F;
}
</style>
background-color css
<style>
a { background-color: #AD9E6F; }
a { background-color: rgb(173,158,111); }
div.DivClassName
{
background-color: #AD9E6F;
}
.BgClassName
{
background-color: #AD9E6F;
}
</style>
border-color css
<style>
span { border-color: #AD9E6F; }
span { border-color: rgb(173,158,111); }
td.TdClassName
{
border-color: #AD9E6F;
}
.TagClassName
{
border-color: #AD9E6F;
}
</style>