Shades of Tallow #A19A6E
Tints of Tallow #A19A6E
RGB
CMYK
RGB Variations
Color information
#A19A6E (or 0xA19A6E) is known color: Tallow. HEX triplet: A1, 9A and 6E. RGB value is (161,154,110). Sum of RGB (Red+Green+Blue) = 161+154+110=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A6E is #5E6591. Grayscale: #979797. Windows color (decimal): -6186386 or 7248545. OLE color: 7248545.
HSL color Cylindrical-coordinate representation of color #A19A6E: hue angle of 51.76º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A19A6E is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 110 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.37 |
| HSL | 51.76º | 0.21% | 0.53% | - |
| HSV(B) | 51.76º | 0.32% | 0.63% | - |
| XYZ | 29.07 | 31.81 | 19.36 | - |
| YUV | 151.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 110 | 0 | 0.04 | 0.32 | 0.37 | 51.76 | 0.21 | 0.53 |
| Hex | A1 | 9A | 6E | 0 | 4 | 20 | 25 | 34 | 15 | 35 |
| Octal | 241 | 232 | 156 | 0 | 4 | 40 | 45 | 64 | 25 | 65 |
| Binary | 10100001 | 10011010 | 1101110 | 0 | 100 | 100000 | 100101 | 110100 | 10101 | 110101 |
Color Harmonies of #A19A6E
Complementary color
Monochromatic Colors of #A19A6E
Black with #A19A6E
Text Example
Text Example
White with #A19A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A6E; }
p { color: rgb(161,154,110); }
H1.HeaderClassName
{
color: #A19A6E;
}
.AnyTagClassName
{
color: #A19A6E;
}
</style>
background-color css
<style>
a { background-color: #A19A6E; }
a { background-color: rgb(161,154,110); }
div.DivClassName
{
background-color: #A19A6E;
}
.BgClassName
{
background-color: #A19A6E;
}
</style>
border-color css
<style>
span { border-color: #A19A6E; }
span { border-color: rgb(161,154,110); }
td.TdClassName
{
border-color: #A19A6E;
}
.TagClassName
{
border-color: #A19A6E;
}
</style>