Shades of Tallow #ADA26C
Tints of Tallow #ADA26C
RGB
CMYK
RGB Variations
Color information
#ADA26C (or 0xADA26C) is known color: Tallow. HEX triplet: AD, A2 and 6C. RGB value is (173,162,108). Sum of RGB (Red+Green+Blue) = 173+162+108=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA26C is #525D93. Grayscale: #9F9F9F. Windows color (decimal): -5397908 or 7119533. OLE color: 7119533.
HSL color Cylindrical-coordinate representation of color #ADA26C: hue angle of 49.85º 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 #ADA26C is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 108 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.32 |
| HSL | 49.85º | 0.28% | 0.55% | - |
| HSV(B) | 49.85º | 0.38% | 0.68% | - |
| XYZ | 32.86 | 35.81 | 19.37 | - |
| YUV | 159.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 108 | 0 | 0.06 | 0.38 | 0.32 | 49.85 | 0.28 | 0.55 |
| Hex | AD | A2 | 6C | 0 | 6 | 26 | 20 | 32 | 1C | 37 |
| Octal | 255 | 242 | 154 | 0 | 6 | 46 | 40 | 62 | 34 | 67 |
| Binary | 10101101 | 10100010 | 1101100 | 0 | 110 | 100110 | 100000 | 110010 | 11100 | 110111 |
Color Harmonies of #ADA26C
Complementary color
Monochromatic Colors of #ADA26C
Black with #ADA26C
Text Example
Text Example
White with #ADA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA26C; }
p { color: rgb(173,162,108); }
H1.HeaderClassName
{
color: #ADA26C;
}
.AnyTagClassName
{
color: #ADA26C;
}
</style>
background-color css
<style>
a { background-color: #ADA26C; }
a { background-color: rgb(173,162,108); }
div.DivClassName
{
background-color: #ADA26C;
}
.BgClassName
{
background-color: #ADA26C;
}
</style>
border-color css
<style>
span { border-color: #ADA26C; }
span { border-color: rgb(173,162,108); }
td.TdClassName
{
border-color: #ADA26C;
}
.TagClassName
{
border-color: #ADA26C;
}
</style>