Shades of Tallow #A1946E
Tints of Tallow #A1946E
RGB
CMYK
RGB Variations
Color information
#A1946E (or 0xA1946E) is known color: Tallow. HEX triplet: A1, 94 and 6E. RGB value is (161,148,110). Sum of RGB (Red+Green+Blue) = 161+148+110=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1946E is #5E6B91. Grayscale: #939393. Windows color (decimal): -6187922 or 7247009. OLE color: 7247009.
HSL color Cylindrical-coordinate representation of color #A1946E: hue angle of 44.71º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1946E is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 110 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.37 |
| HSL | 44.71º | 0.21% | 0.53% | - |
| HSV(B) | 44.71º | 0.32% | 0.63% | - |
| XYZ | 28.1 | 29.88 | 19.04 | - |
| YUV | 147.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 110 | 0 | 0.08 | 0.32 | 0.37 | 44.71 | 0.21 | 0.53 |
| Hex | A1 | 94 | 6E | 0 | 8 | 20 | 25 | 2D | 15 | 35 |
| Octal | 241 | 224 | 156 | 0 | 10 | 40 | 45 | 55 | 25 | 65 |
| Binary | 10100001 | 10010100 | 1101110 | 0 | 1000 | 100000 | 100101 | 101101 | 10101 | 110101 |
Color Harmonies of #A1946E
Complementary color
Monochromatic Colors of #A1946E
Black with #A1946E
Text Example
Text Example
White with #A1946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1946E; }
p { color: rgb(161,148,110); }
H1.HeaderClassName
{
color: #A1946E;
}
.AnyTagClassName
{
color: #A1946E;
}
</style>
background-color css
<style>
a { background-color: #A1946E; }
a { background-color: rgb(161,148,110); }
div.DivClassName
{
background-color: #A1946E;
}
.BgClassName
{
background-color: #A1946E;
}
</style>
border-color css
<style>
span { border-color: #A1946E; }
span { border-color: rgb(161,148,110); }
td.TdClassName
{
border-color: #A1946E;
}
.TagClassName
{
border-color: #A1946E;
}
</style>