Shades of Tallow #A4977C
Tints of Tallow #A4977C
RGB
CMYK
RGB Variations
Color information
#A4977C (or 0xA4977C) is known color: Tallow. HEX triplet: A4, 97 and 7C. RGB value is (164,151,124). Sum of RGB (Red+Green+Blue) = 164+151+124=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A4977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4977C is #5B6883. Grayscale: #979797. Windows color (decimal): -5990532 or 8165284. OLE color: 8165284.
HSL color Cylindrical-coordinate representation of color #A4977C: hue angle of 40.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4977C is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 151 | 124 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.36 |
| HSL | 40.5º | 0.18% | 0.56% | - |
| HSV(B) | 40.5º | 0.24% | 0.64% | - |
| XYZ | 30.01 | 31.48 | 23.56 | - |
| YUV | 151.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 124 | 0 | 0.08 | 0.24 | 0.36 | 40.5 | 0.18 | 0.56 |
| Hex | A4 | 97 | 7C | 0 | 8 | 18 | 24 | 28 | 12 | 38 |
| Octal | 244 | 227 | 174 | 0 | 10 | 30 | 44 | 50 | 22 | 70 |
| Binary | 10100100 | 10010111 | 1111100 | 0 | 1000 | 11000 | 100100 | 101000 | 10010 | 111000 |
Color Harmonies of #A4977C
Complementary color
Monochromatic Colors of #A4977C
Black with #A4977C
Text Example
Text Example
White with #A4977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4977C; }
p { color: rgb(164,151,124); }
H1.HeaderClassName
{
color: #A4977C;
}
.AnyTagClassName
{
color: #A4977C;
}
</style>
background-color css
<style>
a { background-color: #A4977C; }
a { background-color: rgb(164,151,124); }
div.DivClassName
{
background-color: #A4977C;
}
.BgClassName
{
background-color: #A4977C;
}
</style>
border-color css
<style>
span { border-color: #A4977C; }
span { border-color: rgb(164,151,124); }
td.TdClassName
{
border-color: #A4977C;
}
.TagClassName
{
border-color: #A4977C;
}
</style>