Shades of Tapestry #A16D7E
Tints of Tapestry #A16D7E
RGB
CMYK
RGB Variations
Color information
#A16D7E (or 0xA16D7E) is known color: Tapestry. HEX triplet: A1, 6D and 7E. RGB value is (161,109,126). Sum of RGB (Red+Green+Blue) = 161+109+126=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D7E is #5E9281. Grayscale: #7E7E7E. Windows color (decimal): -6197890 or 8285601. OLE color: 8285601.
HSL color Cylindrical-coordinate representation of color #A16D7E: hue angle of 340.38º 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 #A16D7E is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 126 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.37 |
| HSL | 340.38º | 0.22% | 0.53% | - |
| HSV(B) | 340.38º | 0.32% | 0.63% | - |
| XYZ | 23.93 | 20.02 | 22.34 | - |
| YUV | 126.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 126 | 0 | 0.32 | 0.22 | 0.37 | 340.38 | 0.22 | 0.53 |
| Hex | A1 | 6D | 7E | 0 | 20 | 16 | 25 | 154 | 16 | 35 |
| Octal | 241 | 155 | 176 | 0 | 40 | 26 | 45 | 524 | 26 | 65 |
| Binary | 10100001 | 1101101 | 1111110 | 0 | 100000 | 10110 | 100101 | 101010100 | 10110 | 110101 |
Color Harmonies of #A16D7E
Complementary color
Monochromatic Colors of #A16D7E
Black with #A16D7E
Text Example
Text Example
White with #A16D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D7E; }
p { color: rgb(161,109,126); }
H1.HeaderClassName
{
color: #A16D7E;
}
.AnyTagClassName
{
color: #A16D7E;
}
</style>
background-color css
<style>
a { background-color: #A16D7E; }
a { background-color: rgb(161,109,126); }
div.DivClassName
{
background-color: #A16D7E;
}
.BgClassName
{
background-color: #A16D7E;
}
</style>
border-color css
<style>
span { border-color: #A16D7E; }
span { border-color: rgb(161,109,126); }
td.TdClassName
{
border-color: #A16D7E;
}
.TagClassName
{
border-color: #A16D7E;
}
</style>