Shades of Tallow #A4976F
Tints of Tallow #A4976F
RGB
CMYK
RGB Variations
Color information
#A4976F (or 0xA4976F) is known color: Tallow. HEX triplet: A4, 97 and 6F. RGB value is (164,151,111). Sum of RGB (Red+Green+Blue) = 164+151+111=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A4976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4976F is #5B6890. Grayscale: #969696. Windows color (decimal): -5990545 or 7313316. OLE color: 7313316.
HSL color Cylindrical-coordinate representation of color #A4976F: hue angle of 45.28º 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 #A4976F is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 151 | 111 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.36 |
| HSL | 45.28º | 0.23% | 0.54% | - |
| HSV(B) | 45.28º | 0.32% | 0.64% | - |
| XYZ | 29.25 | 31.17 | 19.51 | - |
| YUV | 150.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 111 | 0 | 0.08 | 0.32 | 0.36 | 45.28 | 0.23 | 0.54 |
| Hex | A4 | 97 | 6F | 0 | 8 | 20 | 24 | 2D | 17 | 36 |
| Octal | 244 | 227 | 157 | 0 | 10 | 40 | 44 | 55 | 27 | 66 |
| Binary | 10100100 | 10010111 | 1101111 | 0 | 1000 | 100000 | 100100 | 101101 | 10111 | 110110 |
Color Harmonies of #A4976F
Complementary color
Monochromatic Colors of #A4976F
Black with #A4976F
Text Example
Text Example
White with #A4976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4976F; }
p { color: rgb(164,151,111); }
H1.HeaderClassName
{
color: #A4976F;
}
.AnyTagClassName
{
color: #A4976F;
}
</style>
background-color css
<style>
a { background-color: #A4976F; }
a { background-color: rgb(164,151,111); }
div.DivClassName
{
background-color: #A4976F;
}
.BgClassName
{
background-color: #A4976F;
}
</style>
border-color css
<style>
span { border-color: #A4976F; }
span { border-color: rgb(164,151,111); }
td.TdClassName
{
border-color: #A4976F;
}
.TagClassName
{
border-color: #A4976F;
}
</style>