Shades of Tallow #ADA16C
Tints of Tallow #ADA16C
RGB
CMYK
RGB Variations
Color information
#ADA16C (or 0xADA16C) is known color: Tallow. HEX triplet: AD, A1 and 6C. RGB value is (173,161,108). Sum of RGB (Red+Green+Blue) = 173+161+108=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA16C is #525E93. Grayscale: #9E9E9E. Windows color (decimal): -5398164 or 7119277. OLE color: 7119277.
HSL color Cylindrical-coordinate representation of color #ADA16C: hue angle of 48.92º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADA16C is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 108 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.32 |
| HSL | 48.92º | 0.28% | 0.55% | - |
| HSV(B) | 48.92º | 0.38% | 0.68% | - |
| XYZ | 32.69 | 35.46 | 19.31 | - |
| YUV | 158.55 | 99.48 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 108 | 0 | 0.07 | 0.38 | 0.32 | 48.92 | 0.28 | 0.55 |
| Hex | AD | A1 | 6C | 0 | 7 | 26 | 20 | 31 | 1C | 37 |
| Octal | 255 | 241 | 154 | 0 | 7 | 46 | 40 | 61 | 34 | 67 |
| Binary | 10101101 | 10100001 | 1101100 | 0 | 111 | 100110 | 100000 | 110001 | 11100 | 110111 |
Color Harmonies of #ADA16C
Complementary color
Monochromatic Colors of #ADA16C
Black with #ADA16C
Text Example
Text Example
White with #ADA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA16C; }
p { color: rgb(173,161,108); }
H1.HeaderClassName
{
color: #ADA16C;
}
.AnyTagClassName
{
color: #ADA16C;
}
</style>
background-color css
<style>
a { background-color: #ADA16C; }
a { background-color: rgb(173,161,108); }
div.DivClassName
{
background-color: #ADA16C;
}
.BgClassName
{
background-color: #ADA16C;
}
</style>
border-color css
<style>
span { border-color: #ADA16C; }
span { border-color: rgb(173,161,108); }
td.TdClassName
{
border-color: #ADA16C;
}
.TagClassName
{
border-color: #ADA16C;
}
</style>