Shades of Tallow #A09970
Tints of Tallow #A09970
RGB
CMYK
RGB Variations
Color information
#A09970 (or 0xA09970) is known color: Tallow. HEX triplet: A0, 99 and 70. RGB value is (160,153,112). Sum of RGB (Red+Green+Blue) = 160+153+112=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A09970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09970 is #5F668F. Grayscale: #969696. Windows color (decimal): -6252176 or 7379360. OLE color: 7379360.
HSL color Cylindrical-coordinate representation of color #A09970: hue angle of 51.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09970 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 112 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.37 |
| HSL | 51.25º | 0.2% | 0.53% | - |
| HSV(B) | 51.25º | 0.3% | 0.63% | - |
| XYZ | 28.81 | 31.43 | 19.88 | - |
| YUV | 150.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 112 | 0 | 0.04 | 0.30 | 0.37 | 51.25 | 0.2 | 0.53 |
| Hex | A0 | 99 | 70 | 0 | 4 | 1E | 25 | 33 | 14 | 35 |
| Octal | 240 | 231 | 160 | 0 | 4 | 36 | 45 | 63 | 24 | 65 |
| Binary | 10100000 | 10011001 | 1110000 | 0 | 100 | 11110 | 100101 | 110011 | 10100 | 110101 |
Color Harmonies of #A09970
Complementary color
Monochromatic Colors of #A09970
Black with #A09970
Text Example
Text Example
White with #A09970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09970; }
p { color: rgb(160,153,112); }
H1.HeaderClassName
{
color: #A09970;
}
.AnyTagClassName
{
color: #A09970;
}
</style>
background-color css
<style>
a { background-color: #A09970; }
a { background-color: rgb(160,153,112); }
div.DivClassName
{
background-color: #A09970;
}
.BgClassName
{
background-color: #A09970;
}
</style>
border-color css
<style>
span { border-color: #A09970; }
span { border-color: rgb(160,153,112); }
td.TdClassName
{
border-color: #A09970;
}
.TagClassName
{
border-color: #A09970;
}
</style>