Shades of Tallow #A1967C
Tints of Tallow #A1967C
RGB
CMYK
RGB Variations
Color information
#A1967C (or 0xA1967C) is known color: Tallow. HEX triplet: A1, 96 and 7C. RGB value is (161,150,124). Sum of RGB (Red+Green+Blue) = 161+150+124=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1967C is #5E6983. Grayscale: #969696. Windows color (decimal): -6187396 or 8165025. OLE color: 8165025.
HSL color Cylindrical-coordinate representation of color #A1967C: hue angle of 42.16º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1967C is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 124 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.37 |
| HSL | 42.16º | 0.16% | 0.56% | - |
| HSV(B) | 42.16º | 0.23% | 0.63% | - |
| XYZ | 29.24 | 30.85 | 23.48 | - |
| YUV | 150.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 124 | 0 | 0.07 | 0.23 | 0.37 | 42.16 | 0.16 | 0.56 |
| Hex | A1 | 96 | 7C | 0 | 7 | 17 | 25 | 2A | 10 | 38 |
| Octal | 241 | 226 | 174 | 0 | 7 | 27 | 45 | 52 | 20 | 70 |
| Binary | 10100001 | 10010110 | 1111100 | 0 | 111 | 10111 | 100101 | 101010 | 10000 | 111000 |
Color Harmonies of #A1967C
Complementary color
Monochromatic Colors of #A1967C
Black with #A1967C
Text Example
Text Example
White with #A1967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1967C; }
p { color: rgb(161,150,124); }
H1.HeaderClassName
{
color: #A1967C;
}
.AnyTagClassName
{
color: #A1967C;
}
</style>
background-color css
<style>
a { background-color: #A1967C; }
a { background-color: rgb(161,150,124); }
div.DivClassName
{
background-color: #A1967C;
}
.BgClassName
{
background-color: #A1967C;
}
</style>
border-color css
<style>
span { border-color: #A1967C; }
span { border-color: rgb(161,150,124); }
td.TdClassName
{
border-color: #A1967C;
}
.TagClassName
{
border-color: #A1967C;
}
</style>