Shades of Tallow #A4987D
Tints of Tallow #A4987D
RGB
CMYK
RGB Variations
Color information
#A4987D (or 0xA4987D) is known color: Tallow. HEX triplet: A4, 98 and 7D. RGB value is (164,152,125). Sum of RGB (Red+Green+Blue) = 164+152+125=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A4987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4987D is #5B6782. Grayscale: #989898. Windows color (decimal): -5990275 or 8231076. OLE color: 8231076.
HSL color Cylindrical-coordinate representation of color #A4987D: hue angle of 41.54º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4987D is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 152 | 125 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.36 |
| HSL | 41.54º | 0.18% | 0.57% | - |
| HSV(B) | 41.54º | 0.24% | 0.64% | - |
| XYZ | 30.24 | 31.83 | 23.95 | - |
| YUV | 152.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 125 | 0 | 0.07 | 0.24 | 0.36 | 41.54 | 0.18 | 0.57 |
| Hex | A4 | 98 | 7D | 0 | 7 | 18 | 24 | 2A | 12 | 39 |
| Octal | 244 | 230 | 175 | 0 | 7 | 30 | 44 | 52 | 22 | 71 |
| Binary | 10100100 | 10011000 | 1111101 | 0 | 111 | 11000 | 100100 | 101010 | 10010 | 111001 |
Color Harmonies of #A4987D
Complementary color
Monochromatic Colors of #A4987D
Black with #A4987D
Text Example
Text Example
White with #A4987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4987D; }
p { color: rgb(164,152,125); }
H1.HeaderClassName
{
color: #A4987D;
}
.AnyTagClassName
{
color: #A4987D;
}
</style>
background-color css
<style>
a { background-color: #A4987D; }
a { background-color: rgb(164,152,125); }
div.DivClassName
{
background-color: #A4987D;
}
.BgClassName
{
background-color: #A4987D;
}
</style>
border-color css
<style>
span { border-color: #A4987D; }
span { border-color: rgb(164,152,125); }
td.TdClassName
{
border-color: #A4987D;
}
.TagClassName
{
border-color: #A4987D;
}
</style>