Shades of Tallow #A3956C
Tints of Tallow #A3956C
RGB
CMYK
RGB Variations
Color information
#A3956C (or 0xA3956C) is known color: Tallow. HEX triplet: A3, 95 and 6C. RGB value is (163,149,108). Sum of RGB (Red+Green+Blue) = 163+149+108=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3956C is #5C6A93. Grayscale: #949494. Windows color (decimal): -6056596 or 7116195. OLE color: 7116195.
HSL color Cylindrical-coordinate representation of color #A3956C: hue angle of 44.73º 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 #A3956C is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 108 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.36 |
| HSL | 44.73º | 0.23% | 0.53% | - |
| HSV(B) | 44.73º | 0.34% | 0.64% | - |
| XYZ | 28.56 | 30.36 | 18.54 | - |
| YUV | 148.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 108 | 0 | 0.09 | 0.34 | 0.36 | 44.73 | 0.23 | 0.53 |
| Hex | A3 | 95 | 6C | 0 | 9 | 22 | 24 | 2D | 17 | 35 |
| Octal | 243 | 225 | 154 | 0 | 11 | 42 | 44 | 55 | 27 | 65 |
| Binary | 10100011 | 10010101 | 1101100 | 0 | 1001 | 100010 | 100100 | 101101 | 10111 | 110101 |
Color Harmonies of #A3956C
Complementary color
Monochromatic Colors of #A3956C
Black with #A3956C
Text Example
Text Example
White with #A3956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3956C; }
p { color: rgb(163,149,108); }
H1.HeaderClassName
{
color: #A3956C;
}
.AnyTagClassName
{
color: #A3956C;
}
</style>
background-color css
<style>
a { background-color: #A3956C; }
a { background-color: rgb(163,149,108); }
div.DivClassName
{
background-color: #A3956C;
}
.BgClassName
{
background-color: #A3956C;
}
</style>
border-color css
<style>
span { border-color: #A3956C; }
span { border-color: rgb(163,149,108); }
td.TdClassName
{
border-color: #A3956C;
}
.TagClassName
{
border-color: #A3956C;
}
</style>