Shades of Tallow #A39C6E
Tints of Tallow #A39C6E
RGB
CMYK
RGB Variations
Color information
#A39C6E (or 0xA39C6E) is known color: Tallow. HEX triplet: A3, 9C and 6E. RGB value is (163,156,110). Sum of RGB (Red+Green+Blue) = 163+156+110=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39C6E is #5C6391. Grayscale: #999999. Windows color (decimal): -6054802 or 7249059. OLE color: 7249059.
HSL color Cylindrical-coordinate representation of color #A39C6E: hue angle of 52.08º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A39C6E is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 110 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.36 |
| HSL | 52.08º | 0.22% | 0.54% | - |
| HSV(B) | 52.08º | 0.33% | 0.64% | - |
| XYZ | 29.81 | 32.69 | 19.49 | - |
| YUV | 152.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 110 | 0 | 0.04 | 0.33 | 0.36 | 52.08 | 0.22 | 0.54 |
| Hex | A3 | 9C | 6E | 0 | 4 | 21 | 24 | 34 | 16 | 36 |
| Octal | 243 | 234 | 156 | 0 | 4 | 41 | 44 | 64 | 26 | 66 |
| Binary | 10100011 | 10011100 | 1101110 | 0 | 100 | 100001 | 100100 | 110100 | 10110 | 110110 |
Color Harmonies of #A39C6E
Complementary color
Monochromatic Colors of #A39C6E
Black with #A39C6E
Text Example
Text Example
White with #A39C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C6E; }
p { color: rgb(163,156,110); }
H1.HeaderClassName
{
color: #A39C6E;
}
.AnyTagClassName
{
color: #A39C6E;
}
</style>
background-color css
<style>
a { background-color: #A39C6E; }
a { background-color: rgb(163,156,110); }
div.DivClassName
{
background-color: #A39C6E;
}
.BgClassName
{
background-color: #A39C6E;
}
</style>
border-color css
<style>
span { border-color: #A39C6E; }
span { border-color: rgb(163,156,110); }
td.TdClassName
{
border-color: #A39C6E;
}
.TagClassName
{
border-color: #A39C6E;
}
</style>