Shades of Tallow #A09571
Tints of Tallow #A09571
RGB
CMYK
RGB Variations
Color information
#A09571 (or 0xA09571) is known color: Tallow. HEX triplet: A0, 95 and 71. RGB value is (160,149,113). Sum of RGB (Red+Green+Blue) = 160+149+113=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A09571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09571 is #5F6A8E. Grayscale: #949494. Windows color (decimal): -6253199 or 7443872. OLE color: 7443872.
HSL color Cylindrical-coordinate representation of color #A09571: hue angle of 45.96º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09571 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 113 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.37 |
| HSL | 45.96º | 0.2% | 0.54% | - |
| HSV(B) | 45.96º | 0.29% | 0.63% | - |
| XYZ | 28.23 | 30.16 | 19.96 | - |
| YUV | 148.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 113 | 0 | 0.07 | 0.29 | 0.37 | 45.96 | 0.2 | 0.54 |
| Hex | A0 | 95 | 71 | 0 | 7 | 1D | 25 | 2E | 14 | 36 |
| Octal | 240 | 225 | 161 | 0 | 7 | 35 | 45 | 56 | 24 | 66 |
| Binary | 10100000 | 10010101 | 1110001 | 0 | 111 | 11101 | 100101 | 101110 | 10100 | 110110 |
Color Harmonies of #A09571
Complementary color
Monochromatic Colors of #A09571
Black with #A09571
Text Example
Text Example
White with #A09571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09571; }
p { color: rgb(160,149,113); }
H1.HeaderClassName
{
color: #A09571;
}
.AnyTagClassName
{
color: #A09571;
}
</style>
background-color css
<style>
a { background-color: #A09571; }
a { background-color: rgb(160,149,113); }
div.DivClassName
{
background-color: #A09571;
}
.BgClassName
{
background-color: #A09571;
}
</style>
border-color css
<style>
span { border-color: #A09571; }
span { border-color: rgb(160,149,113); }
td.TdClassName
{
border-color: #A09571;
}
.TagClassName
{
border-color: #A09571;
}
</style>