Shades of Tallow #A09872
Tints of Tallow #A09872
RGB
CMYK
RGB Variations
Color information
#A09872 (or 0xA09872) is known color: Tallow. HEX triplet: A0, 98 and 72. RGB value is (160,152,114). Sum of RGB (Red+Green+Blue) = 160+152+114=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A09872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09872 is #5F678D. Grayscale: #969696. Windows color (decimal): -6252430 or 7510176. OLE color: 7510176.
HSL color Cylindrical-coordinate representation of color #A09872: hue angle of 49.57º degrees, saturation: 0.19, 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 #A09872 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 114 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.37 |
| HSL | 49.57º | 0.19% | 0.54% | - |
| HSV(B) | 49.57º | 0.29% | 0.63% | - |
| XYZ | 28.76 | 31.14 | 20.42 | - |
| YUV | 150.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 114 | 0 | 0.05 | 0.29 | 0.37 | 49.57 | 0.19 | 0.54 |
| Hex | A0 | 98 | 72 | 0 | 5 | 1D | 25 | 32 | 13 | 36 |
| Octal | 240 | 230 | 162 | 0 | 5 | 35 | 45 | 62 | 23 | 66 |
| Binary | 10100000 | 10011000 | 1110010 | 0 | 101 | 11101 | 100101 | 110010 | 10011 | 110110 |
Color Harmonies of #A09872
Complementary color
Monochromatic Colors of #A09872
Black with #A09872
Text Example
Text Example
White with #A09872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09872; }
p { color: rgb(160,152,114); }
H1.HeaderClassName
{
color: #A09872;
}
.AnyTagClassName
{
color: #A09872;
}
</style>
background-color css
<style>
a { background-color: #A09872; }
a { background-color: rgb(160,152,114); }
div.DivClassName
{
background-color: #A09872;
}
.BgClassName
{
background-color: #A09872;
}
</style>
border-color css
<style>
span { border-color: #A09872; }
span { border-color: rgb(160,152,114); }
td.TdClassName
{
border-color: #A09872;
}
.TagClassName
{
border-color: #A09872;
}
</style>