Shades of Tallow #A19973
Tints of Tallow #A19973
RGB
CMYK
RGB Variations
Color information
#A19973 (or 0xA19973) is known color: Tallow. HEX triplet: A1, 99 and 73. RGB value is (161,153,115). Sum of RGB (Red+Green+Blue) = 161+153+115=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A19973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19973 is #5E668C. Grayscale: #979797. Windows color (decimal): -6186637 or 7575969. OLE color: 7575969.
HSL color Cylindrical-coordinate representation of color #A19973: hue angle of 49.57º 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 #A19973 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 115 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.37 |
| HSL | 49.57º | 0.2% | 0.54% | - |
| HSV(B) | 49.57º | 0.29% | 0.63% | - |
| XYZ | 29.18 | 31.6 | 20.78 | - |
| YUV | 151.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 115 | 0 | 0.05 | 0.29 | 0.37 | 49.57 | 0.2 | 0.54 |
| Hex | A1 | 99 | 73 | 0 | 5 | 1D | 25 | 32 | 14 | 36 |
| Octal | 241 | 231 | 163 | 0 | 5 | 35 | 45 | 62 | 24 | 66 |
| Binary | 10100001 | 10011001 | 1110011 | 0 | 101 | 11101 | 100101 | 110010 | 10100 | 110110 |
Color Harmonies of #A19973
Complementary color
Monochromatic Colors of #A19973
Black with #A19973
Text Example
Text Example
White with #A19973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19973; }
p { color: rgb(161,153,115); }
H1.HeaderClassName
{
color: #A19973;
}
.AnyTagClassName
{
color: #A19973;
}
</style>
background-color css
<style>
a { background-color: #A19973; }
a { background-color: rgb(161,153,115); }
div.DivClassName
{
background-color: #A19973;
}
.BgClassName
{
background-color: #A19973;
}
</style>
border-color css
<style>
span { border-color: #A19973; }
span { border-color: rgb(161,153,115); }
td.TdClassName
{
border-color: #A19973;
}
.TagClassName
{
border-color: #A19973;
}
</style>