Shades of Tapestry #A8607C
Tints of Tapestry #A8607C
RGB
CMYK
RGB Variations
Color information
#A8607C (or 0xA8607C) is known color: Tapestry. HEX triplet: A8, 60 and 7C. RGB value is (168,96,124). Sum of RGB (Red+Green+Blue) = 168+96+124=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A8607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8607C is #579F83. Grayscale: #787878. Windows color (decimal): -5742468 or 8151208. OLE color: 8151208.
HSL color Cylindrical-coordinate representation of color #A8607C: hue angle of 336.67º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8607C is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 96 | 124 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.34 |
| HSL | 336.67º | 0.29% | 0.52% | - |
| HSV(B) | 336.67º | 0.43% | 0.66% | - |
| XYZ | 23.97 | 18.15 | 21.31 | - |
| YUV | 120.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 124 | 0 | 0.43 | 0.26 | 0.34 | 336.67 | 0.29 | 0.52 |
| Hex | A8 | 60 | 7C | 0 | 2B | 1A | 22 | 151 | 1D | 34 |
| Octal | 250 | 140 | 174 | 0 | 53 | 32 | 42 | 521 | 35 | 64 |
| Binary | 10101000 | 1100000 | 1111100 | 0 | 101011 | 11010 | 100010 | 101010001 | 11101 | 110100 |
Color Harmonies of #A8607C
Complementary color
Monochromatic Colors of #A8607C
Black with #A8607C
Text Example
Text Example
White with #A8607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8607C; }
p { color: rgb(168,96,124); }
H1.HeaderClassName
{
color: #A8607C;
}
.AnyTagClassName
{
color: #A8607C;
}
</style>
background-color css
<style>
a { background-color: #A8607C; }
a { background-color: rgb(168,96,124); }
div.DivClassName
{
background-color: #A8607C;
}
.BgClassName
{
background-color: #A8607C;
}
</style>
border-color css
<style>
span { border-color: #A8607C; }
span { border-color: rgb(168,96,124); }
td.TdClassName
{
border-color: #A8607C;
}
.TagClassName
{
border-color: #A8607C;
}
</style>