Shades of Tapestry #A16A7D
Tints of Tapestry #A16A7D
RGB
CMYK
RGB Variations
Color information
#A16A7D (or 0xA16A7D) is known color: Tapestry. HEX triplet: A1, 6A and 7D. RGB value is (161,106,125). Sum of RGB (Red+Green+Blue) = 161+106+125=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16A7D is #5E9582. Grayscale: #7C7C7C. Windows color (decimal): -6198659 or 8219297. OLE color: 8219297.
HSL color Cylindrical-coordinate representation of color #A16A7D: hue angle of 339.27º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16A7D is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 125 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.37 |
| HSL | 339.27º | 0.23% | 0.52% | - |
| HSV(B) | 339.27º | 0.34% | 0.63% | - |
| XYZ | 23.55 | 19.37 | 21.9 | - |
| YUV | 124.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 125 | 0 | 0.34 | 0.22 | 0.37 | 339.27 | 0.23 | 0.52 |
| Hex | A1 | 6A | 7D | 0 | 22 | 16 | 25 | 153 | 17 | 34 |
| Octal | 241 | 152 | 175 | 0 | 42 | 26 | 45 | 523 | 27 | 64 |
| Binary | 10100001 | 1101010 | 1111101 | 0 | 100010 | 10110 | 100101 | 101010011 | 10111 | 110100 |
Color Harmonies of #A16A7D
Complementary color
Monochromatic Colors of #A16A7D
Black with #A16A7D
Text Example
Text Example
White with #A16A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A7D; }
p { color: rgb(161,106,125); }
H1.HeaderClassName
{
color: #A16A7D;
}
.AnyTagClassName
{
color: #A16A7D;
}
</style>
background-color css
<style>
a { background-color: #A16A7D; }
a { background-color: rgb(161,106,125); }
div.DivClassName
{
background-color: #A16A7D;
}
.BgClassName
{
background-color: #A16A7D;
}
</style>
border-color css
<style>
span { border-color: #A16A7D; }
span { border-color: rgb(161,106,125); }
td.TdClassName
{
border-color: #A16A7D;
}
.TagClassName
{
border-color: #A16A7D;
}
</style>