Shades of Tapestry #A8667C
Tints of Tapestry #A8667C
RGB
CMYK
RGB Variations
Color information
#A8667C (or 0xA8667C) is known color: Tapestry. HEX triplet: A8, 66 and 7C. RGB value is (168,102,124). Sum of RGB (Red+Green+Blue) = 168+102+124=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8667C is #579983. Grayscale: #7C7C7C. Windows color (decimal): -5740932 or 8152744. OLE color: 8152744.
HSL color Cylindrical-coordinate representation of color #A8667C: hue angle of 340º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8667C is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 102 | 124 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.34 |
| HSL | 340º | 0.28% | 0.53% | - |
| HSV(B) | 340º | 0.39% | 0.66% | - |
| XYZ | 24.54 | 19.28 | 21.5 | - |
| YUV | 124.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 124 | 0 | 0.39 | 0.26 | 0.34 | 340 | 0.28 | 0.53 |
| Hex | A8 | 66 | 7C | 0 | 27 | 1A | 22 | 154 | 1C | 35 |
| Octal | 250 | 146 | 174 | 0 | 47 | 32 | 42 | 524 | 34 | 65 |
| Binary | 10101000 | 1100110 | 1111100 | 0 | 100111 | 11010 | 100010 | 101010100 | 11100 | 110101 |
Color Harmonies of #A8667C
Complementary color
Monochromatic Colors of #A8667C
Black with #A8667C
Text Example
Text Example
White with #A8667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8667C; }
p { color: rgb(168,102,124); }
H1.HeaderClassName
{
color: #A8667C;
}
.AnyTagClassName
{
color: #A8667C;
}
</style>
background-color css
<style>
a { background-color: #A8667C; }
a { background-color: rgb(168,102,124); }
div.DivClassName
{
background-color: #A8667C;
}
.BgClassName
{
background-color: #A8667C;
}
</style>
border-color css
<style>
span { border-color: #A8667C; }
span { border-color: rgb(168,102,124); }
td.TdClassName
{
border-color: #A8667C;
}
.TagClassName
{
border-color: #A8667C;
}
</style>