Shades of Tallow #A39579
Tints of Tallow #A39579
RGB
CMYK
RGB Variations
Color information
#A39579 (or 0xA39579) is known color: Tallow. HEX triplet: A3, 95 and 79. RGB value is (163,149,121). Sum of RGB (Red+Green+Blue) = 163+149+121=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A39579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39579 is #5C6A86. Grayscale: #969696. Windows color (decimal): -6056583 or 7968163. OLE color: 7968163.
HSL color Cylindrical-coordinate representation of color #A39579: hue angle of 40º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A39579 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 121 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.36 |
| HSL | 40º | 0.19% | 0.56% | - |
| HSV(B) | 40º | 0.26% | 0.64% | - |
| XYZ | 29.3 | 30.66 | 22.46 | - |
| YUV | 149.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 121 | 0 | 0.09 | 0.26 | 0.36 | 40 | 0.19 | 0.56 |
| Hex | A3 | 95 | 79 | 0 | 9 | 1A | 24 | 28 | 13 | 38 |
| Octal | 243 | 225 | 171 | 0 | 11 | 32 | 44 | 50 | 23 | 70 |
| Binary | 10100011 | 10010101 | 1111001 | 0 | 1001 | 11010 | 100100 | 101000 | 10011 | 111000 |
Color Harmonies of #A39579
Complementary color
Monochromatic Colors of #A39579
Black with #A39579
Text Example
Text Example
White with #A39579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39579; }
p { color: rgb(163,149,121); }
H1.HeaderClassName
{
color: #A39579;
}
.AnyTagClassName
{
color: #A39579;
}
</style>
background-color css
<style>
a { background-color: #A39579; }
a { background-color: rgb(163,149,121); }
div.DivClassName
{
background-color: #A39579;
}
.BgClassName
{
background-color: #A39579;
}
</style>
border-color css
<style>
span { border-color: #A39579; }
span { border-color: rgb(163,149,121); }
td.TdClassName
{
border-color: #A39579;
}
.TagClassName
{
border-color: #A39579;
}
</style>