Shades of Tapestry #A8657F
Tints of Tapestry #A8657F
RGB
CMYK
RGB Variations
Color information
#A8657F (or 0xA8657F) is known color: Tapestry. HEX triplet: A8, 65 and 7F. RGB value is (168,101,127). Sum of RGB (Red+Green+Blue) = 168+101+127=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A8657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8657F is #579A80. Grayscale: #7B7B7B. Windows color (decimal): -5741185 or 8349096. OLE color: 8349096.
HSL color Cylindrical-coordinate representation of color #A8657F: hue angle of 336.72º 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 #A8657F is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 101 | 127 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.34 |
| HSL | 336.72º | 0.28% | 0.53% | - |
| HSV(B) | 336.72º | 0.4% | 0.66% | - |
| XYZ | 24.63 | 19.16 | 22.48 | - |
| YUV | 124 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 127 | 0 | 0.40 | 0.24 | 0.34 | 336.72 | 0.28 | 0.53 |
| Hex | A8 | 65 | 7F | 0 | 28 | 18 | 22 | 151 | 1C | 35 |
| Octal | 250 | 145 | 177 | 0 | 50 | 30 | 42 | 521 | 34 | 65 |
| Binary | 10101000 | 1100101 | 1111111 | 0 | 101000 | 11000 | 100010 | 101010001 | 11100 | 110101 |
Color Harmonies of #A8657F
Complementary color
Monochromatic Colors of #A8657F
Black with #A8657F
Text Example
Text Example
White with #A8657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8657F; }
p { color: rgb(168,101,127); }
H1.HeaderClassName
{
color: #A8657F;
}
.AnyTagClassName
{
color: #A8657F;
}
</style>
background-color css
<style>
a { background-color: #A8657F; }
a { background-color: rgb(168,101,127); }
div.DivClassName
{
background-color: #A8657F;
}
.BgClassName
{
background-color: #A8657F;
}
</style>
border-color css
<style>
span { border-color: #A8657F; }
span { border-color: rgb(168,101,127); }
td.TdClassName
{
border-color: #A8657F;
}
.TagClassName
{
border-color: #A8657F;
}
</style>