Shades of Tallow #A4946D
Tints of Tallow #A4946D
RGB
CMYK
RGB Variations
Color information
#A4946D (or 0xA4946D) is known color: Tallow. HEX triplet: A4, 94 and 6D. RGB value is (164,148,109). Sum of RGB (Red+Green+Blue) = 164+148+109=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4946D is #5B6B92. Grayscale: #949494. Windows color (decimal): -5991315 or 7181476. OLE color: 7181476.
HSL color Cylindrical-coordinate representation of color #A4946D: hue angle of 42.55º 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 #A4946D is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 109 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.36 |
| HSL | 42.55º | 0.23% | 0.54% | - |
| HSV(B) | 42.55º | 0.34% | 0.64% | - |
| XYZ | 28.66 | 30.18 | 18.78 | - |
| YUV | 148.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 109 | 0 | 0.10 | 0.34 | 0.36 | 42.55 | 0.23 | 0.54 |
| Hex | A4 | 94 | 6D | 0 | A | 22 | 24 | 2B | 17 | 36 |
| Octal | 244 | 224 | 155 | 0 | 12 | 42 | 44 | 53 | 27 | 66 |
| Binary | 10100100 | 10010100 | 1101101 | 0 | 1010 | 100010 | 100100 | 101011 | 10111 | 110110 |
Color Harmonies of #A4946D
Complementary color
Monochromatic Colors of #A4946D
Black with #A4946D
Text Example
Text Example
White with #A4946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4946D; }
p { color: rgb(164,148,109); }
H1.HeaderClassName
{
color: #A4946D;
}
.AnyTagClassName
{
color: #A4946D;
}
</style>
background-color css
<style>
a { background-color: #A4946D; }
a { background-color: rgb(164,148,109); }
div.DivClassName
{
background-color: #A4946D;
}
.BgClassName
{
background-color: #A4946D;
}
</style>
border-color css
<style>
span { border-color: #A4946D; }
span { border-color: rgb(164,148,109); }
td.TdClassName
{
border-color: #A4946D;
}
.TagClassName
{
border-color: #A4946D;
}
</style>