Shades of Tallow #A39D6F
Tints of Tallow #A39D6F
RGB
CMYK
RGB Variations
Color information
#A39D6F (or 0xA39D6F) is known color: Tallow. HEX triplet: A3, 9D and 6F. RGB value is (163,157,111). Sum of RGB (Red+Green+Blue) = 163+157+111=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39D6F is #5C6290. Grayscale: #999999. Windows color (decimal): -6054545 or 7314851. OLE color: 7314851.
HSL color Cylindrical-coordinate representation of color #A39D6F: hue angle of 53.08º 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 #A39D6F is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 111 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.36 |
| HSL | 53.08º | 0.22% | 0.54% | - |
| HSV(B) | 53.08º | 0.32% | 0.64% | - |
| XYZ | 30.03 | 33.05 | 19.84 | - |
| YUV | 153.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 111 | 0 | 0.04 | 0.32 | 0.36 | 53.08 | 0.22 | 0.54 |
| Hex | A3 | 9D | 6F | 0 | 4 | 20 | 24 | 35 | 16 | 36 |
| Octal | 243 | 235 | 157 | 0 | 4 | 40 | 44 | 65 | 26 | 66 |
| Binary | 10100011 | 10011101 | 1101111 | 0 | 100 | 100000 | 100100 | 110101 | 10110 | 110110 |
Color Harmonies of #A39D6F
Complementary color
Monochromatic Colors of #A39D6F
Black with #A39D6F
Text Example
Text Example
White with #A39D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D6F; }
p { color: rgb(163,157,111); }
H1.HeaderClassName
{
color: #A39D6F;
}
.AnyTagClassName
{
color: #A39D6F;
}
</style>
background-color css
<style>
a { background-color: #A39D6F; }
a { background-color: rgb(163,157,111); }
div.DivClassName
{
background-color: #A39D6F;
}
.BgClassName
{
background-color: #A39D6F;
}
</style>
border-color css
<style>
span { border-color: #A39D6F; }
span { border-color: rgb(163,157,111); }
td.TdClassName
{
border-color: #A39D6F;
}
.TagClassName
{
border-color: #A39D6F;
}
</style>