Shades of Tallow #A19573
Tints of Tallow #A19573
RGB
CMYK
RGB Variations
Color information
#A19573 (or 0xA19573) is known color: Tallow. HEX triplet: A1, 95 and 73. RGB value is (161,149,115). Sum of RGB (Red+Green+Blue) = 161+149+115=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A19573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19573 is #5E6A8C. Grayscale: #949494. Windows color (decimal): -6187661 or 7574945. OLE color: 7574945.
HSL color Cylindrical-coordinate representation of color #A19573: hue angle of 44.35º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A19573 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 115 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.37 |
| HSL | 44.35º | 0.2% | 0.54% | - |
| HSV(B) | 44.35º | 0.29% | 0.63% | - |
| XYZ | 28.54 | 30.31 | 20.57 | - |
| YUV | 148.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 115 | 0 | 0.07 | 0.29 | 0.37 | 44.35 | 0.2 | 0.54 |
| Hex | A1 | 95 | 73 | 0 | 7 | 1D | 25 | 2C | 14 | 36 |
| Octal | 241 | 225 | 163 | 0 | 7 | 35 | 45 | 54 | 24 | 66 |
| Binary | 10100001 | 10010101 | 1110011 | 0 | 111 | 11101 | 100101 | 101100 | 10100 | 110110 |
Color Harmonies of #A19573
Complementary color
Monochromatic Colors of #A19573
Black with #A19573
Text Example
Text Example
White with #A19573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19573; }
p { color: rgb(161,149,115); }
H1.HeaderClassName
{
color: #A19573;
}
.AnyTagClassName
{
color: #A19573;
}
</style>
background-color css
<style>
a { background-color: #A19573; }
a { background-color: rgb(161,149,115); }
div.DivClassName
{
background-color: #A19573;
}
.BgClassName
{
background-color: #A19573;
}
</style>
border-color css
<style>
span { border-color: #A19573; }
span { border-color: rgb(161,149,115); }
td.TdClassName
{
border-color: #A19573;
}
.TagClassName
{
border-color: #A19573;
}
</style>