Shades of Tallow #A4966F
Tints of Tallow #A4966F
RGB
CMYK
RGB Variations
Color information
#A4966F (or 0xA4966F) is known color: Tallow. HEX triplet: A4, 96 and 6F. RGB value is (164,150,111). Sum of RGB (Red+Green+Blue) = 164+150+111=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A4966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4966F is #5B6990. Grayscale: #959595. Windows color (decimal): -5990801 or 7313060. OLE color: 7313060.
HSL color Cylindrical-coordinate representation of color #A4966F: hue angle of 44.15º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4966F is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 111 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.36 |
| HSL | 44.15º | 0.23% | 0.54% | - |
| HSV(B) | 44.15º | 0.32% | 0.64% | - |
| XYZ | 29.09 | 30.85 | 19.46 | - |
| YUV | 149.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 111 | 0 | 0.09 | 0.32 | 0.36 | 44.15 | 0.23 | 0.54 |
| Hex | A4 | 96 | 6F | 0 | 9 | 20 | 24 | 2C | 17 | 36 |
| Octal | 244 | 226 | 157 | 0 | 11 | 40 | 44 | 54 | 27 | 66 |
| Binary | 10100100 | 10010110 | 1101111 | 0 | 1001 | 100000 | 100100 | 101100 | 10111 | 110110 |
Color Harmonies of #A4966F
Complementary color
Monochromatic Colors of #A4966F
Black with #A4966F
Text Example
Text Example
White with #A4966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4966F; }
p { color: rgb(164,150,111); }
H1.HeaderClassName
{
color: #A4966F;
}
.AnyTagClassName
{
color: #A4966F;
}
</style>
background-color css
<style>
a { background-color: #A4966F; }
a { background-color: rgb(164,150,111); }
div.DivClassName
{
background-color: #A4966F;
}
.BgClassName
{
background-color: #A4966F;
}
</style>
border-color css
<style>
span { border-color: #A4966F; }
span { border-color: rgb(164,150,111); }
td.TdClassName
{
border-color: #A4966F;
}
.TagClassName
{
border-color: #A4966F;
}
</style>