Shades of Tallow #A2946D
Tints of Tallow #A2946D
RGB
CMYK
RGB Variations
Color information
#A2946D (or 0xA2946D) is known color: Tallow. HEX triplet: A2, 94 and 6D. RGB value is (162,148,109). Sum of RGB (Red+Green+Blue) = 162+148+109=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A2946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2946D is #5D6B92. Grayscale: #939393. Windows color (decimal): -6122387 or 7181474. OLE color: 7181474.
HSL color Cylindrical-coordinate representation of color #A2946D: hue angle of 44.15º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2946D is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 148 | 109 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.36 |
| HSL | 44.15º | 0.22% | 0.53% | - |
| HSV(B) | 44.15º | 0.33% | 0.64% | - |
| XYZ | 28.25 | 29.97 | 18.76 | - |
| YUV | 147.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 109 | 0 | 0.09 | 0.33 | 0.36 | 44.15 | 0.22 | 0.53 |
| Hex | A2 | 94 | 6D | 0 | 9 | 21 | 24 | 2C | 16 | 35 |
| Octal | 242 | 224 | 155 | 0 | 11 | 41 | 44 | 54 | 26 | 65 |
| Binary | 10100010 | 10010100 | 1101101 | 0 | 1001 | 100001 | 100100 | 101100 | 10110 | 110101 |
Color Harmonies of #A2946D
Complementary color
Monochromatic Colors of #A2946D
Black with #A2946D
Text Example
Text Example
White with #A2946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2946D; }
p { color: rgb(162,148,109); }
H1.HeaderClassName
{
color: #A2946D;
}
.AnyTagClassName
{
color: #A2946D;
}
</style>
background-color css
<style>
a { background-color: #A2946D; }
a { background-color: rgb(162,148,109); }
div.DivClassName
{
background-color: #A2946D;
}
.BgClassName
{
background-color: #A2946D;
}
</style>
border-color css
<style>
span { border-color: #A2946D; }
span { border-color: rgb(162,148,109); }
td.TdClassName
{
border-color: #A2946D;
}
.TagClassName
{
border-color: #A2946D;
}
</style>