Shades of Tallow #A3966B
Tints of Tallow #A3966B
RGB
CMYK
RGB Variations
Color information
#A3966B (or 0xA3966B) is known color: Tallow. HEX triplet: A3, 96 and 6B. RGB value is (163,150,107). Sum of RGB (Red+Green+Blue) = 163+150+107=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A3966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3966B is #5C6994. Grayscale: #959595. Windows color (decimal): -6056341 or 7050915. OLE color: 7050915.
HSL color Cylindrical-coordinate representation of color #A3966B: hue angle of 46.07º 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 #A3966B is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 107 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.36 |
| HSL | 46.07º | 0.23% | 0.53% | - |
| HSV(B) | 46.07º | 0.34% | 0.64% | - |
| XYZ | 28.66 | 30.66 | 18.32 | - |
| YUV | 148.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 107 | 0 | 0.08 | 0.34 | 0.36 | 46.07 | 0.23 | 0.53 |
| Hex | A3 | 96 | 6B | 0 | 8 | 22 | 24 | 2E | 17 | 35 |
| Octal | 243 | 226 | 153 | 0 | 10 | 42 | 44 | 56 | 27 | 65 |
| Binary | 10100011 | 10010110 | 1101011 | 0 | 1000 | 100010 | 100100 | 101110 | 10111 | 110101 |
Color Harmonies of #A3966B
Complementary color
Monochromatic Colors of #A3966B
Black with #A3966B
Text Example
Text Example
White with #A3966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3966B; }
p { color: rgb(163,150,107); }
H1.HeaderClassName
{
color: #A3966B;
}
.AnyTagClassName
{
color: #A3966B;
}
</style>
background-color css
<style>
a { background-color: #A3966B; }
a { background-color: rgb(163,150,107); }
div.DivClassName
{
background-color: #A3966B;
}
.BgClassName
{
background-color: #A3966B;
}
</style>
border-color css
<style>
span { border-color: #A3966B; }
span { border-color: rgb(163,150,107); }
td.TdClassName
{
border-color: #A3966B;
}
.TagClassName
{
border-color: #A3966B;
}
</style>