Shades of Tallow #A19778
Tints of Tallow #A19778
RGB
CMYK
RGB Variations
Color information
#A19778 (or 0xA19778) is known color: Tallow. HEX triplet: A1, 97 and 78. RGB value is (161,151,120). Sum of RGB (Red+Green+Blue) = 161+151+120=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A19778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19778 is #5E6887. Grayscale: #969696. Windows color (decimal): -6187144 or 7903137. OLE color: 7903137.
HSL color Cylindrical-coordinate representation of color #A19778: hue angle of 45.37º 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 #A19778 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 120 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.37 |
| HSL | 45.37º | 0.18% | 0.55% | - |
| HSV(B) | 45.37º | 0.25% | 0.63% | - |
| XYZ | 29.15 | 31.07 | 22.23 | - |
| YUV | 150.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 120 | 0 | 0.06 | 0.25 | 0.37 | 45.37 | 0.18 | 0.55 |
| Hex | A1 | 97 | 78 | 0 | 6 | 19 | 25 | 2D | 12 | 37 |
| Octal | 241 | 227 | 170 | 0 | 6 | 31 | 45 | 55 | 22 | 67 |
| Binary | 10100001 | 10010111 | 1111000 | 0 | 110 | 11001 | 100101 | 101101 | 10010 | 110111 |
Color Harmonies of #A19778
Complementary color
Monochromatic Colors of #A19778
Black with #A19778
Text Example
Text Example
White with #A19778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19778; }
p { color: rgb(161,151,120); }
H1.HeaderClassName
{
color: #A19778;
}
.AnyTagClassName
{
color: #A19778;
}
</style>
background-color css
<style>
a { background-color: #A19778; }
a { background-color: rgb(161,151,120); }
div.DivClassName
{
background-color: #A19778;
}
.BgClassName
{
background-color: #A19778;
}
</style>
border-color css
<style>
span { border-color: #A19778; }
span { border-color: rgb(161,151,120); }
td.TdClassName
{
border-color: #A19778;
}
.TagClassName
{
border-color: #A19778;
}
</style>