Shades of Tapestry #A16B7E
Tints of Tapestry #A16B7E
RGB
CMYK
RGB Variations
Color information
#A16B7E (or 0xA16B7E) is known color: Tapestry. HEX triplet: A1, 6B and 7E. RGB value is (161,107,126). Sum of RGB (Red+Green+Blue) = 161+107+126=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B7E is #5E9481. Grayscale: #7D7D7D. Windows color (decimal): -6198402 or 8285089. OLE color: 8285089.
HSL color Cylindrical-coordinate representation of color #A16B7E: hue angle of 338.89º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16B7E is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 126 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.37 |
| HSL | 338.89º | 0.22% | 0.53% | - |
| HSV(B) | 338.89º | 0.34% | 0.63% | - |
| XYZ | 23.72 | 19.6 | 22.27 | - |
| YUV | 125.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 126 | 0 | 0.34 | 0.22 | 0.37 | 338.89 | 0.22 | 0.53 |
| Hex | A1 | 6B | 7E | 0 | 22 | 16 | 25 | 153 | 16 | 35 |
| Octal | 241 | 153 | 176 | 0 | 42 | 26 | 45 | 523 | 26 | 65 |
| Binary | 10100001 | 1101011 | 1111110 | 0 | 100010 | 10110 | 100101 | 101010011 | 10110 | 110101 |
Color Harmonies of #A16B7E
Complementary color
Monochromatic Colors of #A16B7E
Black with #A16B7E
Text Example
Text Example
White with #A16B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B7E; }
p { color: rgb(161,107,126); }
H1.HeaderClassName
{
color: #A16B7E;
}
.AnyTagClassName
{
color: #A16B7E;
}
</style>
background-color css
<style>
a { background-color: #A16B7E; }
a { background-color: rgb(161,107,126); }
div.DivClassName
{
background-color: #A16B7E;
}
.BgClassName
{
background-color: #A16B7E;
}
</style>
border-color css
<style>
span { border-color: #A16B7E; }
span { border-color: rgb(161,107,126); }
td.TdClassName
{
border-color: #A16B7E;
}
.TagClassName
{
border-color: #A16B7E;
}
</style>