Shades of Tallow #A49679
Tints of Tallow #A49679
RGB
CMYK
RGB Variations
Color information
#A49679 (or 0xA49679) is known color: Tallow. HEX triplet: A4, 96 and 79. RGB value is (164,150,121). Sum of RGB (Red+Green+Blue) = 164+150+121=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A49679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49679 is #5B6986. Grayscale: #979797. Windows color (decimal): -5990791 or 7968420. OLE color: 7968420.
HSL color Cylindrical-coordinate representation of color #A49679: hue angle of 40.47º 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 #A49679 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 121 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.36 |
| HSL | 40.47º | 0.19% | 0.56% | - |
| HSV(B) | 40.47º | 0.26% | 0.64% | - |
| XYZ | 29.67 | 31.09 | 22.53 | - |
| YUV | 150.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 121 | 0 | 0.09 | 0.26 | 0.36 | 40.47 | 0.19 | 0.56 |
| Hex | A4 | 96 | 79 | 0 | 9 | 1A | 24 | 28 | 13 | 38 |
| Octal | 244 | 226 | 171 | 0 | 11 | 32 | 44 | 50 | 23 | 70 |
| Binary | 10100100 | 10010110 | 1111001 | 0 | 1001 | 11010 | 100100 | 101000 | 10011 | 111000 |
Color Harmonies of #A49679
Complementary color
Monochromatic Colors of #A49679
Black with #A49679
Text Example
Text Example
White with #A49679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49679; }
p { color: rgb(164,150,121); }
H1.HeaderClassName
{
color: #A49679;
}
.AnyTagClassName
{
color: #A49679;
}
</style>
background-color css
<style>
a { background-color: #A49679; }
a { background-color: rgb(164,150,121); }
div.DivClassName
{
background-color: #A49679;
}
.BgClassName
{
background-color: #A49679;
}
</style>
border-color css
<style>
span { border-color: #A49679; }
span { border-color: rgb(164,150,121); }
td.TdClassName
{
border-color: #A49679;
}
.TagClassName
{
border-color: #A49679;
}
</style>