Shades of Tallow #A49976
Tints of Tallow #A49976
RGB
CMYK
RGB Variations
Color information
#A49976 (or 0xA49976) is known color: Tallow. HEX triplet: A4, 99 and 76. RGB value is (164,153,118). Sum of RGB (Red+Green+Blue) = 164+153+118=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A49976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49976 is #5B6689. Grayscale: #989898. Windows color (decimal): -5990026 or 7772580. OLE color: 7772580.
HSL color Cylindrical-coordinate representation of color #A49976: hue angle of 45.65º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49976 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 153 | 118 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.36 |
| HSL | 45.65º | 0.2% | 0.55% | - |
| HSV(B) | 45.65º | 0.28% | 0.64% | - |
| XYZ | 29.97 | 31.98 | 21.73 | - |
| YUV | 152.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 118 | 0 | 0.07 | 0.28 | 0.36 | 45.65 | 0.2 | 0.55 |
| Hex | A4 | 99 | 76 | 0 | 7 | 1C | 24 | 2E | 14 | 37 |
| Octal | 244 | 231 | 166 | 0 | 7 | 34 | 44 | 56 | 24 | 67 |
| Binary | 10100100 | 10011001 | 1110110 | 0 | 111 | 11100 | 100100 | 101110 | 10100 | 110111 |
Color Harmonies of #A49976
Complementary color
Monochromatic Colors of #A49976
Black with #A49976
Text Example
Text Example
White with #A49976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49976; }
p { color: rgb(164,153,118); }
H1.HeaderClassName
{
color: #A49976;
}
.AnyTagClassName
{
color: #A49976;
}
</style>
background-color css
<style>
a { background-color: #A49976; }
a { background-color: rgb(164,153,118); }
div.DivClassName
{
background-color: #A49976;
}
.BgClassName
{
background-color: #A49976;
}
</style>
border-color css
<style>
span { border-color: #A49976; }
span { border-color: rgb(164,153,118); }
td.TdClassName
{
border-color: #A49976;
}
.TagClassName
{
border-color: #A49976;
}
</style>