Shades of Tallow #A09575
Tints of Tallow #A09575
RGB
CMYK
RGB Variations
Color information
#A09575 (or 0xA09575) is known color: Tallow. HEX triplet: A0, 95 and 75. RGB value is (160,149,117). Sum of RGB (Red+Green+Blue) = 160+149+117=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A09575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09575 is #5F6A8A. Grayscale: #949494. Windows color (decimal): -6253195 or 7706016. OLE color: 7706016.
HSL color Cylindrical-coordinate representation of color #A09575: hue angle of 44.65º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A09575 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 117 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.37 |
| HSL | 44.65º | 0.18% | 0.54% | - |
| HSV(B) | 44.65º | 0.27% | 0.63% | - |
| XYZ | 28.46 | 30.25 | 21.17 | - |
| YUV | 148.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 117 | 0 | 0.07 | 0.27 | 0.37 | 44.65 | 0.18 | 0.54 |
| Hex | A0 | 95 | 75 | 0 | 7 | 1B | 25 | 2D | 12 | 36 |
| Octal | 240 | 225 | 165 | 0 | 7 | 33 | 45 | 55 | 22 | 66 |
| Binary | 10100000 | 10010101 | 1110101 | 0 | 111 | 11011 | 100101 | 101101 | 10010 | 110110 |
Color Harmonies of #A09575
Complementary color
Monochromatic Colors of #A09575
Black with #A09575
Text Example
Text Example
White with #A09575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09575; }
p { color: rgb(160,149,117); }
H1.HeaderClassName
{
color: #A09575;
}
.AnyTagClassName
{
color: #A09575;
}
</style>
background-color css
<style>
a { background-color: #A09575; }
a { background-color: rgb(160,149,117); }
div.DivClassName
{
background-color: #A09575;
}
.BgClassName
{
background-color: #A09575;
}
</style>
border-color css
<style>
span { border-color: #A09575; }
span { border-color: rgb(160,149,117); }
td.TdClassName
{
border-color: #A09575;
}
.TagClassName
{
border-color: #A09575;
}
</style>