Shades of Tallow #ADA170
Tints of Tallow #ADA170
RGB
CMYK
RGB Variations
Color information
#ADA170 (or 0xADA170) is known color: Tallow. HEX triplet: AD, A1 and 70. RGB value is (173,161,112). Sum of RGB (Red+Green+Blue) = 173+161+112=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA170 is #525E8F. Grayscale: #9F9F9F. Windows color (decimal): -5398160 or 7381421. OLE color: 7381421.
HSL color Cylindrical-coordinate representation of color #ADA170: hue angle of 48.2º 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 #ADA170 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 112 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.32 |
| HSL | 48.2º | 0.27% | 0.56% | - |
| HSV(B) | 48.2º | 0.35% | 0.68% | - |
| XYZ | 32.9 | 35.54 | 20.46 | - |
| YUV | 159 | 101.48 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 112 | 0 | 0.07 | 0.35 | 0.32 | 48.2 | 0.27 | 0.56 |
| Hex | AD | A1 | 70 | 0 | 7 | 23 | 20 | 30 | 1B | 38 |
| Octal | 255 | 241 | 160 | 0 | 7 | 43 | 40 | 60 | 33 | 70 |
| Binary | 10101101 | 10100001 | 1110000 | 0 | 111 | 100011 | 100000 | 110000 | 11011 | 111000 |
Color Harmonies of #ADA170
Complementary color
Monochromatic Colors of #ADA170
Black with #ADA170
Text Example
Text Example
White with #ADA170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA170; }
p { color: rgb(173,161,112); }
H1.HeaderClassName
{
color: #ADA170;
}
.AnyTagClassName
{
color: #ADA170;
}
</style>
background-color css
<style>
a { background-color: #ADA170; }
a { background-color: rgb(173,161,112); }
div.DivClassName
{
background-color: #ADA170;
}
.BgClassName
{
background-color: #ADA170;
}
</style>
border-color css
<style>
span { border-color: #ADA170; }
span { border-color: rgb(173,161,112); }
td.TdClassName
{
border-color: #ADA170;
}
.TagClassName
{
border-color: #ADA170;
}
</style>