Shades of Tallow #A1966E
Tints of Tallow #A1966E
RGB
CMYK
RGB Variations
Color information
#A1966E (or 0xA1966E) is known color: Tallow. HEX triplet: A1, 96 and 6E. RGB value is (161,150,110). Sum of RGB (Red+Green+Blue) = 161+150+110=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A1966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1966E is #5E6991. Grayscale: #949494. Windows color (decimal): -6187410 or 7247521. OLE color: 7247521.
HSL color Cylindrical-coordinate representation of color #A1966E: hue angle of 47.06º 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 #A1966E is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 110 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.37 |
| HSL | 47.06º | 0.21% | 0.53% | - |
| HSV(B) | 47.06º | 0.32% | 0.63% | - |
| XYZ | 28.42 | 30.52 | 19.14 | - |
| YUV | 148.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 110 | 0 | 0.07 | 0.32 | 0.37 | 47.06 | 0.21 | 0.53 |
| Hex | A1 | 96 | 6E | 0 | 7 | 20 | 25 | 2F | 15 | 35 |
| Octal | 241 | 226 | 156 | 0 | 7 | 40 | 45 | 57 | 25 | 65 |
| Binary | 10100001 | 10010110 | 1101110 | 0 | 111 | 100000 | 100101 | 101111 | 10101 | 110101 |
Color Harmonies of #A1966E
Complementary color
Monochromatic Colors of #A1966E
Black with #A1966E
Text Example
Text Example
White with #A1966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1966E; }
p { color: rgb(161,150,110); }
H1.HeaderClassName
{
color: #A1966E;
}
.AnyTagClassName
{
color: #A1966E;
}
</style>
background-color css
<style>
a { background-color: #A1966E; }
a { background-color: rgb(161,150,110); }
div.DivClassName
{
background-color: #A1966E;
}
.BgClassName
{
background-color: #A1966E;
}
</style>
border-color css
<style>
span { border-color: #A1966E; }
span { border-color: rgb(161,150,110); }
td.TdClassName
{
border-color: #A1966E;
}
.TagClassName
{
border-color: #A1966E;
}
</style>