Shades of Tallow #A0987A
Tints of Tallow #A0987A
RGB
CMYK
RGB Variations
Color information
#A0987A (or 0xA0987A) is known color: Tallow. HEX triplet: A0, 98 and 7A. RGB value is (160,152,122). Sum of RGB (Red+Green+Blue) = 160+152+122=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0987A is #5F6785. Grayscale: #979797. Windows color (decimal): -6252422 or 8034464. OLE color: 8034464.
HSL color Cylindrical-coordinate representation of color #A0987A: hue angle of 47.37º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0987A is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 122 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.37 |
| HSL | 47.37º | 0.17% | 0.55% | - |
| HSV(B) | 47.37º | 0.24% | 0.63% | - |
| XYZ | 29.24 | 31.34 | 22.92 | - |
| YUV | 150.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 122 | 0 | 0.05 | 0.24 | 0.37 | 47.37 | 0.17 | 0.55 |
| Hex | A0 | 98 | 7A | 0 | 5 | 18 | 25 | 2F | 11 | 37 |
| Octal | 240 | 230 | 172 | 0 | 5 | 30 | 45 | 57 | 21 | 67 |
| Binary | 10100000 | 10011000 | 1111010 | 0 | 101 | 11000 | 100101 | 101111 | 10001 | 110111 |
Color Harmonies of #A0987A
Complementary color
Monochromatic Colors of #A0987A
Black with #A0987A
Text Example
Text Example
White with #A0987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0987A; }
p { color: rgb(160,152,122); }
H1.HeaderClassName
{
color: #A0987A;
}
.AnyTagClassName
{
color: #A0987A;
}
</style>
background-color css
<style>
a { background-color: #A0987A; }
a { background-color: rgb(160,152,122); }
div.DivClassName
{
background-color: #A0987A;
}
.BgClassName
{
background-color: #A0987A;
}
</style>
border-color css
<style>
span { border-color: #A0987A; }
span { border-color: rgb(160,152,122); }
td.TdClassName
{
border-color: #A0987A;
}
.TagClassName
{
border-color: #A0987A;
}
</style>