Shades of Tallow #A4966C
Tints of Tallow #A4966C
RGB
CMYK
RGB Variations
Color information
#A4966C (or 0xA4966C) is known color: Tallow. HEX triplet: A4, 96 and 6C. RGB value is (164,150,108). Sum of RGB (Red+Green+Blue) = 164+150+108=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4966C is #5B6993. Grayscale: #959595. Windows color (decimal): -5990804 or 7116452. OLE color: 7116452.
HSL color Cylindrical-coordinate representation of color #A4966C: hue angle of 45º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4966C is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 108 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.36 |
| HSL | 45º | 0.24% | 0.53% | - |
| HSV(B) | 45º | 0.34% | 0.64% | - |
| XYZ | 28.92 | 30.79 | 18.61 | - |
| YUV | 149.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 108 | 0 | 0.09 | 0.34 | 0.36 | 45 | 0.24 | 0.53 |
| Hex | A4 | 96 | 6C | 0 | 9 | 22 | 24 | 2D | 18 | 35 |
| Octal | 244 | 226 | 154 | 0 | 11 | 42 | 44 | 55 | 30 | 65 |
| Binary | 10100100 | 10010110 | 1101100 | 0 | 1001 | 100010 | 100100 | 101101 | 11000 | 110101 |
Color Harmonies of #A4966C
Complementary color
Monochromatic Colors of #A4966C
Black with #A4966C
Text Example
Text Example
White with #A4966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4966C; }
p { color: rgb(164,150,108); }
H1.HeaderClassName
{
color: #A4966C;
}
.AnyTagClassName
{
color: #A4966C;
}
</style>
background-color css
<style>
a { background-color: #A4966C; }
a { background-color: rgb(164,150,108); }
div.DivClassName
{
background-color: #A4966C;
}
.BgClassName
{
background-color: #A4966C;
}
</style>
border-color css
<style>
span { border-color: #A4966C; }
span { border-color: rgb(164,150,108); }
td.TdClassName
{
border-color: #A4966C;
}
.TagClassName
{
border-color: #A4966C;
}
</style>