Shades of Tallow #A19670
Tints of Tallow #A19670
RGB
CMYK
RGB Variations
Color information
#A19670 (or 0xA19670) is known color: Tallow. HEX triplet: A1, 96 and 70. RGB value is (161,150,112). Sum of RGB (Red+Green+Blue) = 161+150+112=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A19670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19670 is #5E698F. Grayscale: #959595. Windows color (decimal): -6187408 or 7378593. OLE color: 7378593.
HSL color Cylindrical-coordinate representation of color #A19670: hue angle of 46.53º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19670 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 112 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.37 |
| HSL | 46.53º | 0.21% | 0.54% | - |
| HSV(B) | 46.53º | 0.3% | 0.63% | - |
| XYZ | 28.53 | 30.56 | 19.72 | - |
| YUV | 148.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 112 | 0 | 0.07 | 0.30 | 0.37 | 46.53 | 0.21 | 0.54 |
| Hex | A1 | 96 | 70 | 0 | 7 | 1E | 25 | 2F | 15 | 36 |
| Octal | 241 | 226 | 160 | 0 | 7 | 36 | 45 | 57 | 25 | 66 |
| Binary | 10100001 | 10010110 | 1110000 | 0 | 111 | 11110 | 100101 | 101111 | 10101 | 110110 |
Color Harmonies of #A19670
Complementary color
Monochromatic Colors of #A19670
Black with #A19670
Text Example
Text Example
White with #A19670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19670; }
p { color: rgb(161,150,112); }
H1.HeaderClassName
{
color: #A19670;
}
.AnyTagClassName
{
color: #A19670;
}
</style>
background-color css
<style>
a { background-color: #A19670; }
a { background-color: rgb(161,150,112); }
div.DivClassName
{
background-color: #A19670;
}
.BgClassName
{
background-color: #A19670;
}
</style>
border-color css
<style>
span { border-color: #A19670; }
span { border-color: rgb(161,150,112); }
td.TdClassName
{
border-color: #A19670;
}
.TagClassName
{
border-color: #A19670;
}
</style>