Shades of Tallow #A4946B
Tints of Tallow #A4946B
RGB
CMYK
RGB Variations
Color information
#A4946B (or 0xA4946B) is known color: Tallow. HEX triplet: A4, 94 and 6B. RGB value is (164,148,107). Sum of RGB (Red+Green+Blue) = 164+148+107=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4946B is #5B6B94. Grayscale: #949494. Windows color (decimal): -5991317 or 7050404. OLE color: 7050404.
HSL color Cylindrical-coordinate representation of color #A4946B: hue angle of 43.16º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4946B is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 107 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.36 |
| HSL | 43.16º | 0.24% | 0.53% | - |
| HSV(B) | 43.16º | 0.35% | 0.64% | - |
| XYZ | 28.55 | 30.13 | 18.22 | - |
| YUV | 148.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 107 | 0 | 0.10 | 0.35 | 0.36 | 43.16 | 0.24 | 0.53 |
| Hex | A4 | 94 | 6B | 0 | A | 23 | 24 | 2B | 18 | 35 |
| Octal | 244 | 224 | 153 | 0 | 12 | 43 | 44 | 53 | 30 | 65 |
| Binary | 10100100 | 10010100 | 1101011 | 0 | 1010 | 100011 | 100100 | 101011 | 11000 | 110101 |
Color Harmonies of #A4946B
Complementary color
Monochromatic Colors of #A4946B
Black with #A4946B
Text Example
Text Example
White with #A4946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4946B; }
p { color: rgb(164,148,107); }
H1.HeaderClassName
{
color: #A4946B;
}
.AnyTagClassName
{
color: #A4946B;
}
</style>
background-color css
<style>
a { background-color: #A4946B; }
a { background-color: rgb(164,148,107); }
div.DivClassName
{
background-color: #A4946B;
}
.BgClassName
{
background-color: #A4946B;
}
</style>
border-color css
<style>
span { border-color: #A4946B; }
span { border-color: rgb(164,148,107); }
td.TdClassName
{
border-color: #A4946B;
}
.TagClassName
{
border-color: #A4946B;
}
</style>