Shades of Tallow #A3966C
Tints of Tallow #A3966C
RGB
CMYK
RGB Variations
Color information
#A3966C (or 0xA3966C) is known color: Tallow. HEX triplet: A3, 96 and 6C. RGB value is (163,150,108). Sum of RGB (Red+Green+Blue) = 163+150+108=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A3966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3966C is #5C6993. Grayscale: #959595. Windows color (decimal): -6056340 or 7116451. OLE color: 7116451.
HSL color Cylindrical-coordinate representation of color #A3966C: hue angle of 45.82º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3966C is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 108 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.36 |
| HSL | 45.82º | 0.23% | 0.53% | - |
| HSV(B) | 45.82º | 0.34% | 0.64% | - |
| XYZ | 28.72 | 30.68 | 18.6 | - |
| YUV | 149.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 108 | 0 | 0.08 | 0.34 | 0.36 | 45.82 | 0.23 | 0.53 |
| Hex | A3 | 96 | 6C | 0 | 8 | 22 | 24 | 2E | 17 | 35 |
| Octal | 243 | 226 | 154 | 0 | 10 | 42 | 44 | 56 | 27 | 65 |
| Binary | 10100011 | 10010110 | 1101100 | 0 | 1000 | 100010 | 100100 | 101110 | 10111 | 110101 |
Color Harmonies of #A3966C
Complementary color
Monochromatic Colors of #A3966C
Black with #A3966C
Text Example
Text Example
White with #A3966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3966C; }
p { color: rgb(163,150,108); }
H1.HeaderClassName
{
color: #A3966C;
}
.AnyTagClassName
{
color: #A3966C;
}
</style>
background-color css
<style>
a { background-color: #A3966C; }
a { background-color: rgb(163,150,108); }
div.DivClassName
{
background-color: #A3966C;
}
.BgClassName
{
background-color: #A3966C;
}
</style>
border-color css
<style>
span { border-color: #A3966C; }
span { border-color: rgb(163,150,108); }
td.TdClassName
{
border-color: #A3966C;
}
.TagClassName
{
border-color: #A3966C;
}
</style>