Shades of Tallow #A4976E
Tints of Tallow #A4976E
RGB
CMYK
RGB Variations
Color information
#A4976E (or 0xA4976E) is known color: Tallow. HEX triplet: A4, 97 and 6E. RGB value is (164,151,110). Sum of RGB (Red+Green+Blue) = 164+151+110=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A4976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4976E is #5B6891. Grayscale: #969696. Windows color (decimal): -5990546 or 7247780. OLE color: 7247780.
HSL color Cylindrical-coordinate representation of color #A4976E: hue angle of 45.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4976E is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 151 | 110 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.36 |
| HSL | 45.56º | 0.23% | 0.54% | - |
| HSV(B) | 45.56º | 0.33% | 0.64% | - |
| XYZ | 29.19 | 31.15 | 19.23 | - |
| YUV | 150.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 110 | 0 | 0.08 | 0.33 | 0.36 | 45.56 | 0.23 | 0.54 |
| Hex | A4 | 97 | 6E | 0 | 8 | 21 | 24 | 2E | 17 | 36 |
| Octal | 244 | 227 | 156 | 0 | 10 | 41 | 44 | 56 | 27 | 66 |
| Binary | 10100100 | 10010111 | 1101110 | 0 | 1000 | 100001 | 100100 | 101110 | 10111 | 110110 |
Color Harmonies of #A4976E
Complementary color
Monochromatic Colors of #A4976E
Black with #A4976E
Text Example
Text Example
White with #A4976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4976E; }
p { color: rgb(164,151,110); }
H1.HeaderClassName
{
color: #A4976E;
}
.AnyTagClassName
{
color: #A4976E;
}
</style>
background-color css
<style>
a { background-color: #A4976E; }
a { background-color: rgb(164,151,110); }
div.DivClassName
{
background-color: #A4976E;
}
.BgClassName
{
background-color: #A4976E;
}
</style>
border-color css
<style>
span { border-color: #A4976E; }
span { border-color: rgb(164,151,110); }
td.TdClassName
{
border-color: #A4976E;
}
.TagClassName
{
border-color: #A4976E;
}
</style>