Shades of Tallow #A3966F
Tints of Tallow #A3966F
RGB
CMYK
RGB Variations
Color information
#A3966F (or 0xA3966F) is known color: Tallow. HEX triplet: A3, 96 and 6F. RGB value is (163,150,111). Sum of RGB (Red+Green+Blue) = 163+150+111=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A3966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3966F is #5C6990. Grayscale: #959595. Windows color (decimal): -6056337 or 7313059. OLE color: 7313059.
HSL color Cylindrical-coordinate representation of color #A3966F: hue angle of 45º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3966F is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 111 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.36 |
| HSL | 45º | 0.22% | 0.54% | - |
| HSV(B) | 45º | 0.32% | 0.64% | - |
| XYZ | 28.88 | 30.75 | 19.45 | - |
| YUV | 149.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 111 | 0 | 0.08 | 0.32 | 0.36 | 45 | 0.22 | 0.54 |
| Hex | A3 | 96 | 6F | 0 | 8 | 20 | 24 | 2D | 16 | 36 |
| Octal | 243 | 226 | 157 | 0 | 10 | 40 | 44 | 55 | 26 | 66 |
| Binary | 10100011 | 10010110 | 1101111 | 0 | 1000 | 100000 | 100100 | 101101 | 10110 | 110110 |
Color Harmonies of #A3966F
Complementary color
Monochromatic Colors of #A3966F
Black with #A3966F
Text Example
Text Example
White with #A3966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3966F; }
p { color: rgb(163,150,111); }
H1.HeaderClassName
{
color: #A3966F;
}
.AnyTagClassName
{
color: #A3966F;
}
</style>
background-color css
<style>
a { background-color: #A3966F; }
a { background-color: rgb(163,150,111); }
div.DivClassName
{
background-color: #A3966F;
}
.BgClassName
{
background-color: #A3966F;
}
</style>
border-color css
<style>
span { border-color: #A3966F; }
span { border-color: rgb(163,150,111); }
td.TdClassName
{
border-color: #A3966F;
}
.TagClassName
{
border-color: #A3966F;
}
</style>