Shades of Tallow #ADA16A
Tints of Tallow #ADA16A
RGB
CMYK
RGB Variations
Color information
#ADA16A (or 0xADA16A) is known color: Tallow. HEX triplet: AD, A1 and 6A. RGB value is (173,161,106). Sum of RGB (Red+Green+Blue) = 173+161+106=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA16A is #525E95. Grayscale: #9E9E9E. Windows color (decimal): -5398166 or 6988205. OLE color: 6988205.
HSL color Cylindrical-coordinate representation of color #ADA16A: hue angle of 49.25º 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 #ADA16A is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 106 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.32 |
| HSL | 49.25º | 0.29% | 0.55% | - |
| HSV(B) | 49.25º | 0.39% | 0.68% | - |
| XYZ | 32.58 | 35.41 | 18.75 | - |
| YUV | 158.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 106 | 0 | 0.07 | 0.39 | 0.32 | 49.25 | 0.29 | 0.55 |
| Hex | AD | A1 | 6A | 0 | 7 | 27 | 20 | 31 | 1D | 37 |
| Octal | 255 | 241 | 152 | 0 | 7 | 47 | 40 | 61 | 35 | 67 |
| Binary | 10101101 | 10100001 | 1101010 | 0 | 111 | 100111 | 100000 | 110001 | 11101 | 110111 |
Color Harmonies of #ADA16A
Complementary color
Monochromatic Colors of #ADA16A
Black with #ADA16A
Text Example
Text Example
White with #ADA16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA16A; }
p { color: rgb(173,161,106); }
H1.HeaderClassName
{
color: #ADA16A;
}
.AnyTagClassName
{
color: #ADA16A;
}
</style>
background-color css
<style>
a { background-color: #ADA16A; }
a { background-color: rgb(173,161,106); }
div.DivClassName
{
background-color: #ADA16A;
}
.BgClassName
{
background-color: #ADA16A;
}
</style>
border-color css
<style>
span { border-color: #ADA16A; }
span { border-color: rgb(173,161,106); }
td.TdClassName
{
border-color: #ADA16A;
}
.TagClassName
{
border-color: #ADA16A;
}
</style>