Shades of Tallow #A3946C
Tints of Tallow #A3946C
RGB
CMYK
RGB Variations
Color information
#A3946C (or 0xA3946C) is known color: Tallow. HEX triplet: A3, 94 and 6C. RGB value is (163,148,108). Sum of RGB (Red+Green+Blue) = 163+148+108=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3946C is #5C6B93. Grayscale: #949494. Windows color (decimal): -6056852 or 7115939. OLE color: 7115939.
HSL color Cylindrical-coordinate representation of color #A3946C: hue angle of 43.64º 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 #A3946C is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 148 | 108 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.36 |
| HSL | 43.64º | 0.23% | 0.53% | - |
| HSV(B) | 43.64º | 0.34% | 0.64% | - |
| XYZ | 28.4 | 30.05 | 18.49 | - |
| YUV | 147.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 108 | 0 | 0.09 | 0.34 | 0.36 | 43.64 | 0.23 | 0.53 |
| Hex | A3 | 94 | 6C | 0 | 9 | 22 | 24 | 2C | 17 | 35 |
| Octal | 243 | 224 | 154 | 0 | 11 | 42 | 44 | 54 | 27 | 65 |
| Binary | 10100011 | 10010100 | 1101100 | 0 | 1001 | 100010 | 100100 | 101100 | 10111 | 110101 |
Color Harmonies of #A3946C
Complementary color
Monochromatic Colors of #A3946C
Black with #A3946C
Text Example
Text Example
White with #A3946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3946C; }
p { color: rgb(163,148,108); }
H1.HeaderClassName
{
color: #A3946C;
}
.AnyTagClassName
{
color: #A3946C;
}
</style>
background-color css
<style>
a { background-color: #A3946C; }
a { background-color: rgb(163,148,108); }
div.DivClassName
{
background-color: #A3946C;
}
.BgClassName
{
background-color: #A3946C;
}
</style>
border-color css
<style>
span { border-color: #A3946C; }
span { border-color: rgb(163,148,108); }
td.TdClassName
{
border-color: #A3946C;
}
.TagClassName
{
border-color: #A3946C;
}
</style>