Shades of Tallow #A0957B
Tints of Tallow #A0957B
RGB
CMYK
RGB Variations
Color information
#A0957B (or 0xA0957B) is known color: Tallow. HEX triplet: A0, 95 and 7B. RGB value is (160,149,123). Sum of RGB (Red+Green+Blue) = 160+149+123=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A0957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0957B is #5F6A84. Grayscale: #959595. Windows color (decimal): -6253189 or 8099232. OLE color: 8099232.
HSL color Cylindrical-coordinate representation of color #A0957B: hue angle of 42.16º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0957B is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 123 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.37 |
| HSL | 42.16º | 0.16% | 0.55% | - |
| HSV(B) | 42.16º | 0.23% | 0.63% | - |
| XYZ | 28.82 | 30.4 | 23.09 | - |
| YUV | 149.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 123 | 0 | 0.07 | 0.23 | 0.37 | 42.16 | 0.16 | 0.55 |
| Hex | A0 | 95 | 7B | 0 | 7 | 17 | 25 | 2A | 10 | 37 |
| Octal | 240 | 225 | 173 | 0 | 7 | 27 | 45 | 52 | 20 | 67 |
| Binary | 10100000 | 10010101 | 1111011 | 0 | 111 | 10111 | 100101 | 101010 | 10000 | 110111 |
Color Harmonies of #A0957B
Complementary color
Monochromatic Colors of #A0957B
Black with #A0957B
Text Example
Text Example
White with #A0957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0957B; }
p { color: rgb(160,149,123); }
H1.HeaderClassName
{
color: #A0957B;
}
.AnyTagClassName
{
color: #A0957B;
}
</style>
background-color css
<style>
a { background-color: #A0957B; }
a { background-color: rgb(160,149,123); }
div.DivClassName
{
background-color: #A0957B;
}
.BgClassName
{
background-color: #A0957B;
}
</style>
border-color css
<style>
span { border-color: #A0957B; }
span { border-color: rgb(160,149,123); }
td.TdClassName
{
border-color: #A0957B;
}
.TagClassName
{
border-color: #A0957B;
}
</style>