Shades of Tallow #ADA069
Tints of Tallow #ADA069
RGB
CMYK
RGB Variations
Color information
#ADA069 (or 0xADA069) is known color: Tallow. HEX triplet: AD, A0 and 69. RGB value is (173,160,105). Sum of RGB (Red+Green+Blue) = 173+160+105=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA069 is #525F96. Grayscale: #9D9D9D. Windows color (decimal): -5398423 or 6922413. OLE color: 6922413.
HSL color Cylindrical-coordinate representation of color #ADA069: hue angle of 48.53º 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 #ADA069 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 105 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.32 |
| HSL | 48.53º | 0.29% | 0.55% | - |
| HSV(B) | 48.53º | 0.39% | 0.68% | - |
| XYZ | 32.35 | 35.05 | 18.42 | - |
| YUV | 157.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 105 | 0 | 0.08 | 0.39 | 0.32 | 48.53 | 0.29 | 0.55 |
| Hex | AD | A0 | 69 | 0 | 8 | 27 | 20 | 31 | 1D | 37 |
| Octal | 255 | 240 | 151 | 0 | 10 | 47 | 40 | 61 | 35 | 67 |
| Binary | 10101101 | 10100000 | 1101001 | 0 | 1000 | 100111 | 100000 | 110001 | 11101 | 110111 |
Color Harmonies of #ADA069
Complementary color
Monochromatic Colors of #ADA069
Black with #ADA069
Text Example
Text Example
White with #ADA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA069; }
p { color: rgb(173,160,105); }
H1.HeaderClassName
{
color: #ADA069;
}
.AnyTagClassName
{
color: #ADA069;
}
</style>
background-color css
<style>
a { background-color: #ADA069; }
a { background-color: rgb(173,160,105); }
div.DivClassName
{
background-color: #ADA069;
}
.BgClassName
{
background-color: #ADA069;
}
</style>
border-color css
<style>
span { border-color: #ADA069; }
span { border-color: rgb(173,160,105); }
td.TdClassName
{
border-color: #ADA069;
}
.TagClassName
{
border-color: #ADA069;
}
</style>