Shades of Tallow #A1986F
Tints of Tallow #A1986F
RGB
CMYK
RGB Variations
Color information
#A1986F (or 0xA1986F) is known color: Tallow. HEX triplet: A1, 98 and 6F. RGB value is (161,152,111). Sum of RGB (Red+Green+Blue) = 161+152+111=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A1986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1986F is #5E6790. Grayscale: #969696. Windows color (decimal): -6186897 or 7313569. OLE color: 7313569.
HSL color Cylindrical-coordinate representation of color #A1986F: hue angle of 49.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1986F is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 111 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.37 |
| HSL | 49.2º | 0.21% | 0.53% | - |
| HSV(B) | 49.2º | 0.31% | 0.63% | - |
| XYZ | 28.8 | 31.18 | 19.54 | - |
| YUV | 150.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 111 | 0 | 0.06 | 0.31 | 0.37 | 49.2 | 0.21 | 0.53 |
| Hex | A1 | 98 | 6F | 0 | 6 | 1F | 25 | 31 | 15 | 35 |
| Octal | 241 | 230 | 157 | 0 | 6 | 37 | 45 | 61 | 25 | 65 |
| Binary | 10100001 | 10011000 | 1101111 | 0 | 110 | 11111 | 100101 | 110001 | 10101 | 110101 |
Color Harmonies of #A1986F
Complementary color
Monochromatic Colors of #A1986F
Black with #A1986F
Text Example
Text Example
White with #A1986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1986F; }
p { color: rgb(161,152,111); }
H1.HeaderClassName
{
color: #A1986F;
}
.AnyTagClassName
{
color: #A1986F;
}
</style>
background-color css
<style>
a { background-color: #A1986F; }
a { background-color: rgb(161,152,111); }
div.DivClassName
{
background-color: #A1986F;
}
.BgClassName
{
background-color: #A1986F;
}
</style>
border-color css
<style>
span { border-color: #A1986F; }
span { border-color: rgb(161,152,111); }
td.TdClassName
{
border-color: #A1986F;
}
.TagClassName
{
border-color: #A1986F;
}
</style>