Shades of Tallow #A39C72
Tints of Tallow #A39C72
RGB
CMYK
RGB Variations
Color information
#A39C72 (or 0xA39C72) is known color: Tallow. HEX triplet: A3, 9C and 72. RGB value is (163,156,114). Sum of RGB (Red+Green+Blue) = 163+156+114=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39C72 is #5C638D. Grayscale: #999999. Windows color (decimal): -6054798 or 7511203. OLE color: 7511203.
HSL color Cylindrical-coordinate representation of color #A39C72: hue angle of 51.43º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A39C72 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 114 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.36 |
| HSL | 51.43º | 0.21% | 0.54% | - |
| HSV(B) | 51.43º | 0.3% | 0.64% | - |
| XYZ | 30.03 | 32.78 | 20.66 | - |
| YUV | 153.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 114 | 0 | 0.04 | 0.30 | 0.36 | 51.43 | 0.21 | 0.54 |
| Hex | A3 | 9C | 72 | 0 | 4 | 1E | 24 | 33 | 15 | 36 |
| Octal | 243 | 234 | 162 | 0 | 4 | 36 | 44 | 63 | 25 | 66 |
| Binary | 10100011 | 10011100 | 1110010 | 0 | 100 | 11110 | 100100 | 110011 | 10101 | 110110 |
Color Harmonies of #A39C72
Complementary color
Monochromatic Colors of #A39C72
Black with #A39C72
Text Example
Text Example
White with #A39C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C72; }
p { color: rgb(163,156,114); }
H1.HeaderClassName
{
color: #A39C72;
}
.AnyTagClassName
{
color: #A39C72;
}
</style>
background-color css
<style>
a { background-color: #A39C72; }
a { background-color: rgb(163,156,114); }
div.DivClassName
{
background-color: #A39C72;
}
.BgClassName
{
background-color: #A39C72;
}
</style>
border-color css
<style>
span { border-color: #A39C72; }
span { border-color: rgb(163,156,114); }
td.TdClassName
{
border-color: #A39C72;
}
.TagClassName
{
border-color: #A39C72;
}
</style>