Shades of Tallow #A4956D
Tints of Tallow #A4956D
RGB
CMYK
RGB Variations
Color information
#A4956D (or 0xA4956D) is known color: Tallow. HEX triplet: A4, 95 and 6D. RGB value is (164,149,109). Sum of RGB (Red+Green+Blue) = 164+149+109=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4956D is #5B6A92. Grayscale: #959595. Windows color (decimal): -5991059 or 7181732. OLE color: 7181732.
HSL color Cylindrical-coordinate representation of color #A4956D: hue angle of 43.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4956D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 109 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.36 |
| HSL | 43.64º | 0.23% | 0.54% | - |
| HSV(B) | 43.64º | 0.34% | 0.64% | - |
| XYZ | 28.82 | 30.49 | 18.83 | - |
| YUV | 148.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 109 | 0 | 0.09 | 0.34 | 0.36 | 43.64 | 0.23 | 0.54 |
| Hex | A4 | 95 | 6D | 0 | 9 | 22 | 24 | 2C | 17 | 36 |
| Octal | 244 | 225 | 155 | 0 | 11 | 42 | 44 | 54 | 27 | 66 |
| Binary | 10100100 | 10010101 | 1101101 | 0 | 1001 | 100010 | 100100 | 101100 | 10111 | 110110 |
Color Harmonies of #A4956D
Complementary color
Monochromatic Colors of #A4956D
Black with #A4956D
Text Example
Text Example
White with #A4956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4956D; }
p { color: rgb(164,149,109); }
H1.HeaderClassName
{
color: #A4956D;
}
.AnyTagClassName
{
color: #A4956D;
}
</style>
background-color css
<style>
a { background-color: #A4956D; }
a { background-color: rgb(164,149,109); }
div.DivClassName
{
background-color: #A4956D;
}
.BgClassName
{
background-color: #A4956D;
}
</style>
border-color css
<style>
span { border-color: #A4956D; }
span { border-color: rgb(164,149,109); }
td.TdClassName
{
border-color: #A4956D;
}
.TagClassName
{
border-color: #A4956D;
}
</style>