Shades of Tallow #ADA26D
Tints of Tallow #ADA26D
RGB
CMYK
RGB Variations
Color information
#ADA26D (or 0xADA26D) is known color: Tallow. HEX triplet: AD, A2 and 6D. RGB value is (173,162,109). Sum of RGB (Red+Green+Blue) = 173+162+109=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA26D is #525D92. Grayscale: #9F9F9F. Windows color (decimal): -5397907 or 7185069. OLE color: 7185069.
HSL color Cylindrical-coordinate representation of color #ADA26D: hue angle of 49.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADA26D is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 109 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.32 |
| HSL | 49.69º | 0.28% | 0.55% | - |
| HSV(B) | 49.69º | 0.37% | 0.68% | - |
| XYZ | 32.91 | 35.83 | 19.65 | - |
| YUV | 159.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 109 | 0 | 0.06 | 0.37 | 0.32 | 49.69 | 0.28 | 0.55 |
| Hex | AD | A2 | 6D | 0 | 6 | 25 | 20 | 32 | 1C | 37 |
| Octal | 255 | 242 | 155 | 0 | 6 | 45 | 40 | 62 | 34 | 67 |
| Binary | 10101101 | 10100010 | 1101101 | 0 | 110 | 100101 | 100000 | 110010 | 11100 | 110111 |
Color Harmonies of #ADA26D
Complementary color
Monochromatic Colors of #ADA26D
Black with #ADA26D
Text Example
Text Example
White with #ADA26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA26D; }
p { color: rgb(173,162,109); }
H1.HeaderClassName
{
color: #ADA26D;
}
.AnyTagClassName
{
color: #ADA26D;
}
</style>
background-color css
<style>
a { background-color: #ADA26D; }
a { background-color: rgb(173,162,109); }
div.DivClassName
{
background-color: #ADA26D;
}
.BgClassName
{
background-color: #ADA26D;
}
</style>
border-color css
<style>
span { border-color: #ADA26D; }
span { border-color: rgb(173,162,109); }
td.TdClassName
{
border-color: #ADA26D;
}
.TagClassName
{
border-color: #ADA26D;
}
</style>