Shades of Tallow #A19579
Tints of Tallow #A19579
RGB
CMYK
RGB Variations
Color information
#A19579 (or 0xA19579) is known color: Tallow. HEX triplet: A1, 95 and 79. RGB value is (161,149,121). Sum of RGB (Red+Green+Blue) = 161+149+121=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A19579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19579 is #5E6A86. Grayscale: #959595. Windows color (decimal): -6187655 or 7968161. OLE color: 7968161.
HSL color Cylindrical-coordinate representation of color #A19579: hue angle of 42º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A19579 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 121 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.37 |
| HSL | 42º | 0.18% | 0.55% | - |
| HSV(B) | 42º | 0.25% | 0.63% | - |
| XYZ | 28.9 | 30.45 | 22.44 | - |
| YUV | 149.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 121 | 0 | 0.07 | 0.25 | 0.37 | 42 | 0.18 | 0.55 |
| Hex | A1 | 95 | 79 | 0 | 7 | 19 | 25 | 2A | 12 | 37 |
| Octal | 241 | 225 | 171 | 0 | 7 | 31 | 45 | 52 | 22 | 67 |
| Binary | 10100001 | 10010101 | 1111001 | 0 | 111 | 11001 | 100101 | 101010 | 10010 | 110111 |
Color Harmonies of #A19579
Complementary color
Monochromatic Colors of #A19579
Black with #A19579
Text Example
Text Example
White with #A19579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19579; }
p { color: rgb(161,149,121); }
H1.HeaderClassName
{
color: #A19579;
}
.AnyTagClassName
{
color: #A19579;
}
</style>
background-color css
<style>
a { background-color: #A19579; }
a { background-color: rgb(161,149,121); }
div.DivClassName
{
background-color: #A19579;
}
.BgClassName
{
background-color: #A19579;
}
</style>
border-color css
<style>
span { border-color: #A19579; }
span { border-color: rgb(161,149,121); }
td.TdClassName
{
border-color: #A19579;
}
.TagClassName
{
border-color: #A19579;
}
</style>