Shades of Tapestry #A16D7F
Tints of Tapestry #A16D7F
RGB
CMYK
RGB Variations
Color information
#A16D7F (or 0xA16D7F) is known color: Tapestry. HEX triplet: A1, 6D and 7F. RGB value is (161,109,127). Sum of RGB (Red+Green+Blue) = 161+109+127=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D7F is #5E9280. Grayscale: #7E7E7E. Windows color (decimal): -6197889 or 8351137. OLE color: 8351137.
HSL color Cylindrical-coordinate representation of color #A16D7F: hue angle of 339.23º degrees, saturation: 0.22, 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 #A16D7F is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 127 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.37 |
| HSL | 339.23º | 0.22% | 0.53% | - |
| HSV(B) | 339.23º | 0.32% | 0.63% | - |
| XYZ | 24 | 20.05 | 22.68 | - |
| YUV | 126.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 127 | 0 | 0.32 | 0.21 | 0.37 | 339.23 | 0.22 | 0.53 |
| Hex | A1 | 6D | 7F | 0 | 20 | 15 | 25 | 153 | 16 | 35 |
| Octal | 241 | 155 | 177 | 0 | 40 | 25 | 45 | 523 | 26 | 65 |
| Binary | 10100001 | 1101101 | 1111111 | 0 | 100000 | 10101 | 100101 | 101010011 | 10110 | 110101 |
Color Harmonies of #A16D7F
Complementary color
Monochromatic Colors of #A16D7F
Black with #A16D7F
Text Example
Text Example
White with #A16D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D7F; }
p { color: rgb(161,109,127); }
H1.HeaderClassName
{
color: #A16D7F;
}
.AnyTagClassName
{
color: #A16D7F;
}
</style>
background-color css
<style>
a { background-color: #A16D7F; }
a { background-color: rgb(161,109,127); }
div.DivClassName
{
background-color: #A16D7F;
}
.BgClassName
{
background-color: #A16D7F;
}
</style>
border-color css
<style>
span { border-color: #A16D7F; }
span { border-color: rgb(161,109,127); }
td.TdClassName
{
border-color: #A16D7F;
}
.TagClassName
{
border-color: #A16D7F;
}
</style>