Shades of Tallow #A49575
Tints of Tallow #A49575
RGB
CMYK
RGB Variations
Color information
#A49575 (or 0xA49575) is known color: Tallow. HEX triplet: A4, 95 and 75. RGB value is (164,149,117). Sum of RGB (Red+Green+Blue) = 164+149+117=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A49575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49575 is #5B6A8A. Grayscale: #959595. Windows color (decimal): -5991051 or 7706020. OLE color: 7706020.
HSL color Cylindrical-coordinate representation of color #A49575: hue angle of 40.85º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A49575 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 117 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.36 |
| HSL | 40.85º | 0.21% | 0.55% | - |
| HSV(B) | 40.85º | 0.29% | 0.64% | - |
| XYZ | 29.27 | 30.67 | 21.21 | - |
| YUV | 149.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 117 | 0 | 0.09 | 0.29 | 0.36 | 40.85 | 0.21 | 0.55 |
| Hex | A4 | 95 | 75 | 0 | 9 | 1D | 24 | 29 | 15 | 37 |
| Octal | 244 | 225 | 165 | 0 | 11 | 35 | 44 | 51 | 25 | 67 |
| Binary | 10100100 | 10010101 | 1110101 | 0 | 1001 | 11101 | 100100 | 101001 | 10101 | 110111 |
Color Harmonies of #A49575
Complementary color
Monochromatic Colors of #A49575
Black with #A49575
Text Example
Text Example
White with #A49575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49575; }
p { color: rgb(164,149,117); }
H1.HeaderClassName
{
color: #A49575;
}
.AnyTagClassName
{
color: #A49575;
}
</style>
background-color css
<style>
a { background-color: #A49575; }
a { background-color: rgb(164,149,117); }
div.DivClassName
{
background-color: #A49575;
}
.BgClassName
{
background-color: #A49575;
}
</style>
border-color css
<style>
span { border-color: #A49575; }
span { border-color: rgb(164,149,117); }
td.TdClassName
{
border-color: #A49575;
}
.TagClassName
{
border-color: #A49575;
}
</style>