Shades of Tallow #ADA06C
Tints of Tallow #ADA06C
RGB
CMYK
RGB Variations
Color information
#ADA06C (or 0xADA06C) is known color: Tallow. HEX triplet: AD, A0 and 6C. RGB value is (173,160,108). Sum of RGB (Red+Green+Blue) = 173+160+108=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA06C is #525F93. Grayscale: #9E9E9E. Windows color (decimal): -5398420 or 7119021. OLE color: 7119021.
HSL color Cylindrical-coordinate representation of color #ADA06C: hue angle of 48º 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 #ADA06C is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 108 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.32 |
| HSL | 48º | 0.28% | 0.55% | - |
| HSV(B) | 48º | 0.38% | 0.68% | - |
| XYZ | 32.51 | 35.11 | 19.25 | - |
| YUV | 157.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 108 | 0 | 0.08 | 0.38 | 0.32 | 48 | 0.28 | 0.55 |
| Hex | AD | A0 | 6C | 0 | 8 | 26 | 20 | 30 | 1C | 37 |
| Octal | 255 | 240 | 154 | 0 | 10 | 46 | 40 | 60 | 34 | 67 |
| Binary | 10101101 | 10100000 | 1101100 | 0 | 1000 | 100110 | 100000 | 110000 | 11100 | 110111 |
Color Harmonies of #ADA06C
Complementary color
Monochromatic Colors of #ADA06C
Black with #ADA06C
Text Example
Text Example
White with #ADA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA06C; }
p { color: rgb(173,160,108); }
H1.HeaderClassName
{
color: #ADA06C;
}
.AnyTagClassName
{
color: #ADA06C;
}
</style>
background-color css
<style>
a { background-color: #ADA06C; }
a { background-color: rgb(173,160,108); }
div.DivClassName
{
background-color: #ADA06C;
}
.BgClassName
{
background-color: #ADA06C;
}
</style>
border-color css
<style>
span { border-color: #ADA06C; }
span { border-color: rgb(173,160,108); }
td.TdClassName
{
border-color: #ADA06C;
}
.TagClassName
{
border-color: #ADA06C;
}
</style>