Shades of Tapestry #A8627C
Tints of Tapestry #A8627C
RGB
CMYK
RGB Variations
Color information
#A8627C (or 0xA8627C) is known color: Tapestry. HEX triplet: A8, 62 and 7C. RGB value is (168,98,124). Sum of RGB (Red+Green+Blue) = 168+98+124=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8627C is #579D83. Grayscale: #797979. Windows color (decimal): -5741956 or 8151720. OLE color: 8151720.
HSL color Cylindrical-coordinate representation of color #A8627C: hue angle of 337.71º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8627C is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 124 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.34 |
| HSL | 337.71º | 0.29% | 0.52% | - |
| HSV(B) | 337.71º | 0.42% | 0.66% | - |
| XYZ | 24.15 | 18.52 | 21.37 | - |
| YUV | 121.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 124 | 0 | 0.42 | 0.26 | 0.34 | 337.71 | 0.29 | 0.52 |
| Hex | A8 | 62 | 7C | 0 | 2A | 1A | 22 | 152 | 1D | 34 |
| Octal | 250 | 142 | 174 | 0 | 52 | 32 | 42 | 522 | 35 | 64 |
| Binary | 10101000 | 1100010 | 1111100 | 0 | 101010 | 11010 | 100010 | 101010010 | 11101 | 110100 |
Color Harmonies of #A8627C
Complementary color
Monochromatic Colors of #A8627C
Black with #A8627C
Text Example
Text Example
White with #A8627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8627C; }
p { color: rgb(168,98,124); }
H1.HeaderClassName
{
color: #A8627C;
}
.AnyTagClassName
{
color: #A8627C;
}
</style>
background-color css
<style>
a { background-color: #A8627C; }
a { background-color: rgb(168,98,124); }
div.DivClassName
{
background-color: #A8627C;
}
.BgClassName
{
background-color: #A8627C;
}
</style>
border-color css
<style>
span { border-color: #A8627C; }
span { border-color: rgb(168,98,124); }
td.TdClassName
{
border-color: #A8627C;
}
.TagClassName
{
border-color: #A8627C;
}
</style>