Shades of Tallow #A49C77
Tints of Tallow #A49C77
RGB
CMYK
RGB Variations
Color information
#A49C77 (or 0xA49C77) is known color: Tallow. HEX triplet: A4, 9C and 77. RGB value is (164,156,119). Sum of RGB (Red+Green+Blue) = 164+156+119=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C77 is #5B6388. Grayscale: #9A9A9A. Windows color (decimal): -5989257 or 7838884. OLE color: 7838884.
HSL color Cylindrical-coordinate representation of color #A49C77: hue angle of 49.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A49C77 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 156 | 119 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.36 |
| HSL | 49.33º | 0.2% | 0.55% | - |
| HSV(B) | 49.33º | 0.27% | 0.64% | - |
| XYZ | 30.53 | 33 | 22.21 | - |
| YUV | 154.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 119 | 0 | 0.05 | 0.27 | 0.36 | 49.33 | 0.2 | 0.55 |
| Hex | A4 | 9C | 77 | 0 | 5 | 1B | 24 | 31 | 14 | 37 |
| Octal | 244 | 234 | 167 | 0 | 5 | 33 | 44 | 61 | 24 | 67 |
| Binary | 10100100 | 10011100 | 1110111 | 0 | 101 | 11011 | 100100 | 110001 | 10100 | 110111 |
Color Harmonies of #A49C77
Complementary color
Monochromatic Colors of #A49C77
Black with #A49C77
Text Example
Text Example
White with #A49C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49C77; }
p { color: rgb(164,156,119); }
H1.HeaderClassName
{
color: #A49C77;
}
.AnyTagClassName
{
color: #A49C77;
}
</style>
background-color css
<style>
a { background-color: #A49C77; }
a { background-color: rgb(164,156,119); }
div.DivClassName
{
background-color: #A49C77;
}
.BgClassName
{
background-color: #A49C77;
}
</style>
border-color css
<style>
span { border-color: #A49C77; }
span { border-color: rgb(164,156,119); }
td.TdClassName
{
border-color: #A49C77;
}
.TagClassName
{
border-color: #A49C77;
}
</style>