Shades of Tallow #A49568
Tints of Tallow #A49568
RGB
CMYK
RGB Variations
Color information
#A49568 (or 0xA49568) is known color: Tallow. HEX triplet: A4, 95 and 68. RGB value is (164,149,104). Sum of RGB (Red+Green+Blue) = 164+149+104=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A49568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49568 is #5B6A97. Grayscale: #949494. Windows color (decimal): -5991064 or 6854052. OLE color: 6854052.
HSL color Cylindrical-coordinate representation of color #A49568: hue angle of 45º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A49568 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 104 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.36 |
| HSL | 45º | 0.25% | 0.53% | - |
| HSV(B) | 45º | 0.37% | 0.64% | - |
| XYZ | 28.56 | 30.39 | 17.46 | - |
| YUV | 148.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 104 | 0 | 0.09 | 0.37 | 0.36 | 45 | 0.25 | 0.53 |
| Hex | A4 | 95 | 68 | 0 | 9 | 25 | 24 | 2D | 19 | 35 |
| Octal | 244 | 225 | 150 | 0 | 11 | 45 | 44 | 55 | 31 | 65 |
| Binary | 10100100 | 10010101 | 1101000 | 0 | 1001 | 100101 | 100100 | 101101 | 11001 | 110101 |
Color Harmonies of #A49568
Complementary color
Monochromatic Colors of #A49568
Black with #A49568
Text Example
Text Example
White with #A49568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49568; }
p { color: rgb(164,149,104); }
H1.HeaderClassName
{
color: #A49568;
}
.AnyTagClassName
{
color: #A49568;
}
</style>
background-color css
<style>
a { background-color: #A49568; }
a { background-color: rgb(164,149,104); }
div.DivClassName
{
background-color: #A49568;
}
.BgClassName
{
background-color: #A49568;
}
</style>
border-color css
<style>
span { border-color: #A49568; }
span { border-color: rgb(164,149,104); }
td.TdClassName
{
border-color: #A49568;
}
.TagClassName
{
border-color: #A49568;
}
</style>