Shades of Tallow #A19974
Tints of Tallow #A19974
RGB
CMYK
RGB Variations
Color information
#A19974 (or 0xA19974) is known color: Tallow. HEX triplet: A1, 99 and 74. RGB value is (161,153,116). Sum of RGB (Red+Green+Blue) = 161+153+116=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A19974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19974 is #5E668B. Grayscale: #979797. Windows color (decimal): -6186636 or 7641505. OLE color: 7641505.
HSL color Cylindrical-coordinate representation of color #A19974: hue angle of 49.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A19974 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 116 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.37 |
| HSL | 49.33º | 0.19% | 0.54% | - |
| HSV(B) | 49.33º | 0.28% | 0.63% | - |
| XYZ | 29.24 | 31.62 | 21.09 | - |
| YUV | 151.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 116 | 0 | 0.05 | 0.28 | 0.37 | 49.33 | 0.19 | 0.54 |
| Hex | A1 | 99 | 74 | 0 | 5 | 1C | 25 | 31 | 13 | 36 |
| Octal | 241 | 231 | 164 | 0 | 5 | 34 | 45 | 61 | 23 | 66 |
| Binary | 10100001 | 10011001 | 1110100 | 0 | 101 | 11100 | 100101 | 110001 | 10011 | 110110 |
Color Harmonies of #A19974
Complementary color
Monochromatic Colors of #A19974
Black with #A19974
Text Example
Text Example
White with #A19974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19974; }
p { color: rgb(161,153,116); }
H1.HeaderClassName
{
color: #A19974;
}
.AnyTagClassName
{
color: #A19974;
}
</style>
background-color css
<style>
a { background-color: #A19974; }
a { background-color: rgb(161,153,116); }
div.DivClassName
{
background-color: #A19974;
}
.BgClassName
{
background-color: #A19974;
}
</style>
border-color css
<style>
span { border-color: #A19974; }
span { border-color: rgb(161,153,116); }
td.TdClassName
{
border-color: #A19974;
}
.TagClassName
{
border-color: #A19974;
}
</style>