Shades of Tallow #ADA070
Tints of Tallow #ADA070
RGB
CMYK
RGB Variations
Color information
#ADA070 (or 0xADA070) is known color: Tallow. HEX triplet: AD, A0 and 70. RGB value is (173,160,112). Sum of RGB (Red+Green+Blue) = 173+160+112=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA070 is #525F8F. Grayscale: #9E9E9E. Windows color (decimal): -5398416 or 7381165. OLE color: 7381165.
HSL color Cylindrical-coordinate representation of color #ADA070: hue angle of 47.21º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADA070 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 112 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.32 |
| HSL | 47.21º | 0.27% | 0.56% | - |
| HSV(B) | 47.21º | 0.35% | 0.68% | - |
| XYZ | 32.73 | 35.2 | 20.4 | - |
| YUV | 158.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 112 | 0 | 0.08 | 0.35 | 0.32 | 47.21 | 0.27 | 0.56 |
| Hex | AD | A0 | 70 | 0 | 8 | 23 | 20 | 2F | 1B | 38 |
| Octal | 255 | 240 | 160 | 0 | 10 | 43 | 40 | 57 | 33 | 70 |
| Binary | 10101101 | 10100000 | 1110000 | 0 | 1000 | 100011 | 100000 | 101111 | 11011 | 111000 |
Color Harmonies of #ADA070
Complementary color
Monochromatic Colors of #ADA070
Black with #ADA070
Text Example
Text Example
White with #ADA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA070; }
p { color: rgb(173,160,112); }
H1.HeaderClassName
{
color: #ADA070;
}
.AnyTagClassName
{
color: #ADA070;
}
</style>
background-color css
<style>
a { background-color: #ADA070; }
a { background-color: rgb(173,160,112); }
div.DivClassName
{
background-color: #ADA070;
}
.BgClassName
{
background-color: #ADA070;
}
</style>
border-color css
<style>
span { border-color: #ADA070; }
span { border-color: rgb(173,160,112); }
td.TdClassName
{
border-color: #ADA070;
}
.TagClassName
{
border-color: #ADA070;
}
</style>