Shades of Tallow #A19878
Tints of Tallow #A19878
RGB
CMYK
RGB Variations
Color information
#A19878 (or 0xA19878) is known color: Tallow. HEX triplet: A1, 98 and 78. RGB value is (161,152,120). Sum of RGB (Red+Green+Blue) = 161+152+120=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A19878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19878 is #5E6787. Grayscale: #979797. Windows color (decimal): -6186888 or 7903393. OLE color: 7903393.
HSL color Cylindrical-coordinate representation of color #A19878: hue angle of 46.83º 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 #A19878 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 120 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.37 |
| HSL | 46.83º | 0.18% | 0.55% | - |
| HSV(B) | 46.83º | 0.25% | 0.63% | - |
| XYZ | 29.32 | 31.39 | 22.28 | - |
| YUV | 151.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 120 | 0 | 0.06 | 0.25 | 0.37 | 46.83 | 0.18 | 0.55 |
| Hex | A1 | 98 | 78 | 0 | 6 | 19 | 25 | 2F | 12 | 37 |
| Octal | 241 | 230 | 170 | 0 | 6 | 31 | 45 | 57 | 22 | 67 |
| Binary | 10100001 | 10011000 | 1111000 | 0 | 110 | 11001 | 100101 | 101111 | 10010 | 110111 |
Color Harmonies of #A19878
Complementary color
Monochromatic Colors of #A19878
Black with #A19878
Text Example
Text Example
White with #A19878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19878; }
p { color: rgb(161,152,120); }
H1.HeaderClassName
{
color: #A19878;
}
.AnyTagClassName
{
color: #A19878;
}
</style>
background-color css
<style>
a { background-color: #A19878; }
a { background-color: rgb(161,152,120); }
div.DivClassName
{
background-color: #A19878;
}
.BgClassName
{
background-color: #A19878;
}
</style>
border-color css
<style>
span { border-color: #A19878; }
span { border-color: rgb(161,152,120); }
td.TdClassName
{
border-color: #A19878;
}
.TagClassName
{
border-color: #A19878;
}
</style>