Shades of Tallow #A1966F
Tints of Tallow #A1966F
RGB
CMYK
RGB Variations
Color information
#A1966F (or 0xA1966F) is known color: Tallow. HEX triplet: A1, 96 and 6F. RGB value is (161,150,111). Sum of RGB (Red+Green+Blue) = 161+150+111=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A1966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1966F is #5E6990. Grayscale: #959595. Windows color (decimal): -6187409 or 7313057. OLE color: 7313057.
HSL color Cylindrical-coordinate representation of color #A1966F: hue angle of 46.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1966F is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 111 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.37 |
| HSL | 46.8º | 0.21% | 0.53% | - |
| HSV(B) | 46.8º | 0.31% | 0.63% | - |
| XYZ | 28.47 | 30.54 | 19.43 | - |
| YUV | 148.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 111 | 0 | 0.07 | 0.31 | 0.37 | 46.8 | 0.21 | 0.53 |
| Hex | A1 | 96 | 6F | 0 | 7 | 1F | 25 | 2F | 15 | 35 |
| Octal | 241 | 226 | 157 | 0 | 7 | 37 | 45 | 57 | 25 | 65 |
| Binary | 10100001 | 10010110 | 1101111 | 0 | 111 | 11111 | 100101 | 101111 | 10101 | 110101 |
Color Harmonies of #A1966F
Complementary color
Monochromatic Colors of #A1966F
Black with #A1966F
Text Example
Text Example
White with #A1966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1966F; }
p { color: rgb(161,150,111); }
H1.HeaderClassName
{
color: #A1966F;
}
.AnyTagClassName
{
color: #A1966F;
}
</style>
background-color css
<style>
a { background-color: #A1966F; }
a { background-color: rgb(161,150,111); }
div.DivClassName
{
background-color: #A1966F;
}
.BgClassName
{
background-color: #A1966F;
}
</style>
border-color css
<style>
span { border-color: #A1966F; }
span { border-color: rgb(161,150,111); }
td.TdClassName
{
border-color: #A1966F;
}
.TagClassName
{
border-color: #A1966F;
}
</style>