Shades of Tallow #A1977C
Tints of Tallow #A1977C
RGB
CMYK
RGB Variations
Color information
#A1977C (or 0xA1977C) is known color: Tallow. HEX triplet: A1, 97 and 7C. RGB value is (161,151,124). Sum of RGB (Red+Green+Blue) = 161+151+124=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A1977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1977C is #5E6883. Grayscale: #979797. Windows color (decimal): -6187140 or 8165281. OLE color: 8165281.
HSL color Cylindrical-coordinate representation of color #A1977C: hue angle of 43.78º 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 #A1977C is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 124 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.37 |
| HSL | 43.78º | 0.16% | 0.56% | - |
| HSV(B) | 43.78º | 0.23% | 0.63% | - |
| XYZ | 29.4 | 31.17 | 23.53 | - |
| YUV | 150.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 124 | 0 | 0.06 | 0.23 | 0.37 | 43.78 | 0.16 | 0.56 |
| Hex | A1 | 97 | 7C | 0 | 6 | 17 | 25 | 2C | 10 | 38 |
| Octal | 241 | 227 | 174 | 0 | 6 | 27 | 45 | 54 | 20 | 70 |
| Binary | 10100001 | 10010111 | 1111100 | 0 | 110 | 10111 | 100101 | 101100 | 10000 | 111000 |
Color Harmonies of #A1977C
Complementary color
Monochromatic Colors of #A1977C
Black with #A1977C
Text Example
Text Example
White with #A1977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1977C; }
p { color: rgb(161,151,124); }
H1.HeaderClassName
{
color: #A1977C;
}
.AnyTagClassName
{
color: #A1977C;
}
</style>
background-color css
<style>
a { background-color: #A1977C; }
a { background-color: rgb(161,151,124); }
div.DivClassName
{
background-color: #A1977C;
}
.BgClassName
{
background-color: #A1977C;
}
</style>
border-color css
<style>
span { border-color: #A1977C; }
span { border-color: rgb(161,151,124); }
td.TdClassName
{
border-color: #A1977C;
}
.TagClassName
{
border-color: #A1977C;
}
</style>