Shades of Tallow #A39A70
Tints of Tallow #A39A70
RGB
CMYK
RGB Variations
Color information
#A39A70 (or 0xA39A70) is known color: Tallow. HEX triplet: A3, 9A and 70. RGB value is (163,154,112). Sum of RGB (Red+Green+Blue) = 163+154+112=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A70 is #5C658F. Grayscale: #989898. Windows color (decimal): -6055312 or 7379619. OLE color: 7379619.
HSL color Cylindrical-coordinate representation of color #A39A70: hue angle of 49.41º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A39A70 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 112 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.36 |
| HSL | 49.41º | 0.22% | 0.54% | - |
| HSV(B) | 49.41º | 0.31% | 0.64% | - |
| XYZ | 29.58 | 32.07 | 19.96 | - |
| YUV | 151.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 112 | 0 | 0.06 | 0.31 | 0.36 | 49.41 | 0.22 | 0.54 |
| Hex | A3 | 9A | 70 | 0 | 6 | 1F | 24 | 31 | 16 | 36 |
| Octal | 243 | 232 | 160 | 0 | 6 | 37 | 44 | 61 | 26 | 66 |
| Binary | 10100011 | 10011010 | 1110000 | 0 | 110 | 11111 | 100100 | 110001 | 10110 | 110110 |
Color Harmonies of #A39A70
Complementary color
Monochromatic Colors of #A39A70
Black with #A39A70
Text Example
Text Example
White with #A39A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A70; }
p { color: rgb(163,154,112); }
H1.HeaderClassName
{
color: #A39A70;
}
.AnyTagClassName
{
color: #A39A70;
}
</style>
background-color css
<style>
a { background-color: #A39A70; }
a { background-color: rgb(163,154,112); }
div.DivClassName
{
background-color: #A39A70;
}
.BgClassName
{
background-color: #A39A70;
}
</style>
border-color css
<style>
span { border-color: #A39A70; }
span { border-color: rgb(163,154,112); }
td.TdClassName
{
border-color: #A39A70;
}
.TagClassName
{
border-color: #A39A70;
}
</style>