Shades of Tapestry #A8647E
Tints of Tapestry #A8647E
RGB
CMYK
RGB Variations
Color information
#A8647E (or 0xA8647E) is known color: Tapestry. HEX triplet: A8, 64 and 7E. RGB value is (168,100,126). Sum of RGB (Red+Green+Blue) = 168+100+126=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8647E is #579B81. Grayscale: #7B7B7B. Windows color (decimal): -5741442 or 8283304. OLE color: 8283304.
HSL color Cylindrical-coordinate representation of color #A8647E: hue angle of 337.06º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8647E is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 126 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.34 |
| HSL | 337.06º | 0.28% | 0.53% | - |
| HSV(B) | 337.06º | 0.4% | 0.66% | - |
| XYZ | 24.47 | 18.95 | 22.11 | - |
| YUV | 123.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 126 | 0 | 0.40 | 0.25 | 0.34 | 337.06 | 0.28 | 0.53 |
| Hex | A8 | 64 | 7E | 0 | 28 | 19 | 22 | 151 | 1C | 35 |
| Octal | 250 | 144 | 176 | 0 | 50 | 31 | 42 | 521 | 34 | 65 |
| Binary | 10101000 | 1100100 | 1111110 | 0 | 101000 | 11001 | 100010 | 101010001 | 11100 | 110101 |
Color Harmonies of #A8647E
Complementary color
Monochromatic Colors of #A8647E
Black with #A8647E
Text Example
Text Example
White with #A8647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8647E; }
p { color: rgb(168,100,126); }
H1.HeaderClassName
{
color: #A8647E;
}
.AnyTagClassName
{
color: #A8647E;
}
</style>
background-color css
<style>
a { background-color: #A8647E; }
a { background-color: rgb(168,100,126); }
div.DivClassName
{
background-color: #A8647E;
}
.BgClassName
{
background-color: #A8647E;
}
</style>
border-color css
<style>
span { border-color: #A8647E; }
span { border-color: rgb(168,100,126); }
td.TdClassName
{
border-color: #A8647E;
}
.TagClassName
{
border-color: #A8647E;
}
</style>