Shades of Tallow #A19678
Tints of Tallow #A19678
RGB
CMYK
RGB Variations
Color information
#A19678 (or 0xA19678) is known color: Tallow. HEX triplet: A1, 96 and 78. RGB value is (161,150,120). Sum of RGB (Red+Green+Blue) = 161+150+120=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A19678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19678 is #5E6987. Grayscale: #969696. Windows color (decimal): -6187400 or 7902881. OLE color: 7902881.
HSL color Cylindrical-coordinate representation of color #A19678: hue angle of 43.9º 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 #A19678 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 120 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.37 |
| HSL | 43.9º | 0.18% | 0.55% | - |
| HSV(B) | 43.9º | 0.25% | 0.63% | - |
| XYZ | 28.99 | 30.75 | 22.18 | - |
| YUV | 149.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 120 | 0 | 0.07 | 0.25 | 0.37 | 43.9 | 0.18 | 0.55 |
| Hex | A1 | 96 | 78 | 0 | 7 | 19 | 25 | 2C | 12 | 37 |
| Octal | 241 | 226 | 170 | 0 | 7 | 31 | 45 | 54 | 22 | 67 |
| Binary | 10100001 | 10010110 | 1111000 | 0 | 111 | 11001 | 100101 | 101100 | 10010 | 110111 |
Color Harmonies of #A19678
Complementary color
Monochromatic Colors of #A19678
Black with #A19678
Text Example
Text Example
White with #A19678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19678; }
p { color: rgb(161,150,120); }
H1.HeaderClassName
{
color: #A19678;
}
.AnyTagClassName
{
color: #A19678;
}
</style>
background-color css
<style>
a { background-color: #A19678; }
a { background-color: rgb(161,150,120); }
div.DivClassName
{
background-color: #A19678;
}
.BgClassName
{
background-color: #A19678;
}
</style>
border-color css
<style>
span { border-color: #A19678; }
span { border-color: rgb(161,150,120); }
td.TdClassName
{
border-color: #A19678;
}
.TagClassName
{
border-color: #A19678;
}
</style>