Shades of Tallow #A19972
Tints of Tallow #A19972
RGB
CMYK
RGB Variations
Color information
#A19972 (or 0xA19972) is known color: Tallow. HEX triplet: A1, 99 and 72. RGB value is (161,153,114). Sum of RGB (Red+Green+Blue) = 161+153+114=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A19972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19972 is #5E668D. Grayscale: #979797. Windows color (decimal): -6186638 or 7510433. OLE color: 7510433.
HSL color Cylindrical-coordinate representation of color #A19972: hue angle of 49.79º 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 #A19972 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 114 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.37 |
| HSL | 49.79º | 0.2% | 0.54% | - |
| HSV(B) | 49.79º | 0.29% | 0.63% | - |
| XYZ | 29.13 | 31.57 | 20.48 | - |
| YUV | 150.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 114 | 0 | 0.05 | 0.29 | 0.37 | 49.79 | 0.2 | 0.54 |
| Hex | A1 | 99 | 72 | 0 | 5 | 1D | 25 | 32 | 14 | 36 |
| Octal | 241 | 231 | 162 | 0 | 5 | 35 | 45 | 62 | 24 | 66 |
| Binary | 10100001 | 10011001 | 1110010 | 0 | 101 | 11101 | 100101 | 110010 | 10100 | 110110 |
Color Harmonies of #A19972
Complementary color
Monochromatic Colors of #A19972
Black with #A19972
Text Example
Text Example
White with #A19972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19972; }
p { color: rgb(161,153,114); }
H1.HeaderClassName
{
color: #A19972;
}
.AnyTagClassName
{
color: #A19972;
}
</style>
background-color css
<style>
a { background-color: #A19972; }
a { background-color: rgb(161,153,114); }
div.DivClassName
{
background-color: #A19972;
}
.BgClassName
{
background-color: #A19972;
}
</style>
border-color css
<style>
span { border-color: #A19972; }
span { border-color: rgb(161,153,114); }
td.TdClassName
{
border-color: #A19972;
}
.TagClassName
{
border-color: #A19972;
}
</style>