Shades of Tallow #A19C6F
Tints of Tallow #A19C6F
RGB
CMYK
RGB Variations
Color information
#A19C6F (or 0xA19C6F) is known color: Tallow. HEX triplet: A1, 9C and 6F. RGB value is (161,156,111). Sum of RGB (Red+Green+Blue) = 161+156+111=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19C6F is #5E6390. Grayscale: #989898. Windows color (decimal): -6185873 or 7314593. OLE color: 7314593.
HSL color Cylindrical-coordinate representation of color #A19C6F: hue angle of 54º 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 #A19C6F is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 111 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.37 |
| HSL | 54º | 0.21% | 0.53% | - |
| HSV(B) | 54º | 0.31% | 0.63% | - |
| XYZ | 29.46 | 32.5 | 19.76 | - |
| YUV | 152.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 111 | 0 | 0.03 | 0.31 | 0.37 | 54 | 0.21 | 0.53 |
| Hex | A1 | 9C | 6F | 0 | 3 | 1F | 25 | 36 | 15 | 35 |
| Octal | 241 | 234 | 157 | 0 | 3 | 37 | 45 | 66 | 25 | 65 |
| Binary | 10100001 | 10011100 | 1101111 | 0 | 11 | 11111 | 100101 | 110110 | 10101 | 110101 |
Color Harmonies of #A19C6F
Complementary color
Monochromatic Colors of #A19C6F
Black with #A19C6F
Text Example
Text Example
White with #A19C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C6F; }
p { color: rgb(161,156,111); }
H1.HeaderClassName
{
color: #A19C6F;
}
.AnyTagClassName
{
color: #A19C6F;
}
</style>
background-color css
<style>
a { background-color: #A19C6F; }
a { background-color: rgb(161,156,111); }
div.DivClassName
{
background-color: #A19C6F;
}
.BgClassName
{
background-color: #A19C6F;
}
</style>
border-color css
<style>
span { border-color: #A19C6F; }
span { border-color: rgb(161,156,111); }
td.TdClassName
{
border-color: #A19C6F;
}
.TagClassName
{
border-color: #A19C6F;
}
</style>