Shades of Tallow #A2977C
Tints of Tallow #A2977C
RGB
CMYK
RGB Variations
Color information
#A2977C (or 0xA2977C) is known color: Tallow. HEX triplet: A2, 97 and 7C. RGB value is (162,151,124). Sum of RGB (Red+Green+Blue) = 162+151+124=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2977C is #5D6883. Grayscale: #979797. Windows color (decimal): -6121604 or 8165282. OLE color: 8165282.
HSL color Cylindrical-coordinate representation of color #A2977C: hue angle of 42.63º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2977C is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 151 | 124 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.36 |
| HSL | 42.63º | 0.17% | 0.56% | - |
| HSV(B) | 42.63º | 0.23% | 0.64% | - |
| XYZ | 29.61 | 31.27 | 23.54 | - |
| YUV | 151.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 124 | 0 | 0.07 | 0.23 | 0.36 | 42.63 | 0.17 | 0.56 |
| Hex | A2 | 97 | 7C | 0 | 7 | 17 | 24 | 2B | 11 | 38 |
| Octal | 242 | 227 | 174 | 0 | 7 | 27 | 44 | 53 | 21 | 70 |
| Binary | 10100010 | 10010111 | 1111100 | 0 | 111 | 10111 | 100100 | 101011 | 10001 | 111000 |
Color Harmonies of #A2977C
Complementary color
Monochromatic Colors of #A2977C
Black with #A2977C
Text Example
Text Example
White with #A2977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2977C; }
p { color: rgb(162,151,124); }
H1.HeaderClassName
{
color: #A2977C;
}
.AnyTagClassName
{
color: #A2977C;
}
</style>
background-color css
<style>
a { background-color: #A2977C; }
a { background-color: rgb(162,151,124); }
div.DivClassName
{
background-color: #A2977C;
}
.BgClassName
{
background-color: #A2977C;
}
</style>
border-color css
<style>
span { border-color: #A2977C; }
span { border-color: rgb(162,151,124); }
td.TdClassName
{
border-color: #A2977C;
}
.TagClassName
{
border-color: #A2977C;
}
</style>