Shades of Tallow #ADA06D
Tints of Tallow #ADA06D
RGB
CMYK
RGB Variations
Color information
#ADA06D (or 0xADA06D) is known color: Tallow. HEX triplet: AD, A0 and 6D. RGB value is (173,160,109). Sum of RGB (Red+Green+Blue) = 173+160+109=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA06D is #525F92. Grayscale: #9E9E9E. Windows color (decimal): -5398419 or 7184557. OLE color: 7184557.
HSL color Cylindrical-coordinate representation of color #ADA06D: hue angle of 47.81º 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 #ADA06D is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 109 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.32 |
| HSL | 47.81º | 0.28% | 0.55% | - |
| HSV(B) | 47.81º | 0.37% | 0.68% | - |
| XYZ | 32.56 | 35.13 | 19.53 | - |
| YUV | 158.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 109 | 0 | 0.08 | 0.37 | 0.32 | 47.81 | 0.28 | 0.55 |
| Hex | AD | A0 | 6D | 0 | 8 | 25 | 20 | 30 | 1C | 37 |
| Octal | 255 | 240 | 155 | 0 | 10 | 45 | 40 | 60 | 34 | 67 |
| Binary | 10101101 | 10100000 | 1101101 | 0 | 1000 | 100101 | 100000 | 110000 | 11100 | 110111 |
Color Harmonies of #ADA06D
Complementary color
Monochromatic Colors of #ADA06D
Black with #ADA06D
Text Example
Text Example
White with #ADA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA06D; }
p { color: rgb(173,160,109); }
H1.HeaderClassName
{
color: #ADA06D;
}
.AnyTagClassName
{
color: #ADA06D;
}
</style>
background-color css
<style>
a { background-color: #ADA06D; }
a { background-color: rgb(173,160,109); }
div.DivClassName
{
background-color: #ADA06D;
}
.BgClassName
{
background-color: #ADA06D;
}
</style>
border-color css
<style>
span { border-color: #ADA06D; }
span { border-color: rgb(173,160,109); }
td.TdClassName
{
border-color: #ADA06D;
}
.TagClassName
{
border-color: #ADA06D;
}
</style>