Shades of Tallow #A1966D
Tints of Tallow #A1966D
RGB
CMYK
RGB Variations
Color information
#A1966D (or 0xA1966D) is known color: Tallow. HEX triplet: A1, 96 and 6D. RGB value is (161,150,109). Sum of RGB (Red+Green+Blue) = 161+150+109=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1966D is #5E6992. Grayscale: #949494. Windows color (decimal): -6187411 or 7181985. OLE color: 7181985.
HSL color Cylindrical-coordinate representation of color #A1966D: hue angle of 47.31º degrees, saturation: 0.22, 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 #A1966D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 109 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.37 |
| HSL | 47.31º | 0.22% | 0.53% | - |
| HSV(B) | 47.31º | 0.32% | 0.63% | - |
| XYZ | 28.36 | 30.49 | 18.86 | - |
| YUV | 148.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 109 | 0 | 0.07 | 0.32 | 0.37 | 47.31 | 0.22 | 0.53 |
| Hex | A1 | 96 | 6D | 0 | 7 | 20 | 25 | 2F | 16 | 35 |
| Octal | 241 | 226 | 155 | 0 | 7 | 40 | 45 | 57 | 26 | 65 |
| Binary | 10100001 | 10010110 | 1101101 | 0 | 111 | 100000 | 100101 | 101111 | 10110 | 110101 |
Color Harmonies of #A1966D
Complementary color
Monochromatic Colors of #A1966D
Black with #A1966D
Text Example
Text Example
White with #A1966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1966D; }
p { color: rgb(161,150,109); }
H1.HeaderClassName
{
color: #A1966D;
}
.AnyTagClassName
{
color: #A1966D;
}
</style>
background-color css
<style>
a { background-color: #A1966D; }
a { background-color: rgb(161,150,109); }
div.DivClassName
{
background-color: #A1966D;
}
.BgClassName
{
background-color: #A1966D;
}
</style>
border-color css
<style>
span { border-color: #A1966D; }
span { border-color: rgb(161,150,109); }
td.TdClassName
{
border-color: #A1966D;
}
.TagClassName
{
border-color: #A1966D;
}
</style>