Shades of Tallow #A19776
Tints of Tallow #A19776
RGB
CMYK
RGB Variations
Color information
#A19776 (or 0xA19776) is known color: Tallow. HEX triplet: A1, 97 and 76. RGB value is (161,151,118). Sum of RGB (Red+Green+Blue) = 161+151+118=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A19776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19776 is #5E6889. Grayscale: #969696. Windows color (decimal): -6187146 or 7772065. OLE color: 7772065.
HSL color Cylindrical-coordinate representation of color #A19776: hue angle of 46.05º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A19776 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 118 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.37 |
| HSL | 46.05º | 0.19% | 0.55% | - |
| HSV(B) | 46.05º | 0.27% | 0.63% | - |
| XYZ | 29.03 | 31.02 | 21.6 | - |
| YUV | 150.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 118 | 0 | 0.06 | 0.27 | 0.37 | 46.05 | 0.19 | 0.55 |
| Hex | A1 | 97 | 76 | 0 | 6 | 1B | 25 | 2E | 13 | 37 |
| Octal | 241 | 227 | 166 | 0 | 6 | 33 | 45 | 56 | 23 | 67 |
| Binary | 10100001 | 10010111 | 1110110 | 0 | 110 | 11011 | 100101 | 101110 | 10011 | 110111 |
Color Harmonies of #A19776
Complementary color
Monochromatic Colors of #A19776
Black with #A19776
Text Example
Text Example
White with #A19776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19776; }
p { color: rgb(161,151,118); }
H1.HeaderClassName
{
color: #A19776;
}
.AnyTagClassName
{
color: #A19776;
}
</style>
background-color css
<style>
a { background-color: #A19776; }
a { background-color: rgb(161,151,118); }
div.DivClassName
{
background-color: #A19776;
}
.BgClassName
{
background-color: #A19776;
}
</style>
border-color css
<style>
span { border-color: #A19776; }
span { border-color: rgb(161,151,118); }
td.TdClassName
{
border-color: #A19776;
}
.TagClassName
{
border-color: #A19776;
}
</style>