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