Shades of Tapestry #A06C7E
Tints of Tapestry #A06C7E
RGB
CMYK
RGB Variations
Color information
#A06C7E (or 0xA06C7E) is known color: Tapestry. HEX triplet: A0, 6C and 7E. RGB value is (160,108,126). Sum of RGB (Red+Green+Blue) = 160+108+126=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C7E is #5F9381. Grayscale: #7D7D7D. Windows color (decimal): -6263682 or 8285344. OLE color: 8285344.
HSL color Cylindrical-coordinate representation of color #A06C7E: hue angle of 339.23º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06C7E is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 108 | 126 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.37 |
| HSL | 339.23º | 0.21% | 0.53% | - |
| HSV(B) | 339.23º | 0.33% | 0.63% | - |
| XYZ | 23.63 | 19.71 | 22.3 | - |
| YUV | 125.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 126 | 0 | 0.32 | 0.21 | 0.37 | 339.23 | 0.21 | 0.53 |
| Hex | A0 | 6C | 7E | 0 | 20 | 15 | 25 | 153 | 15 | 35 |
| Octal | 240 | 154 | 176 | 0 | 40 | 25 | 45 | 523 | 25 | 65 |
| Binary | 10100000 | 1101100 | 1111110 | 0 | 100000 | 10101 | 100101 | 101010011 | 10101 | 110101 |
Color Harmonies of #A06C7E
Complementary color
Monochromatic Colors of #A06C7E
Black with #A06C7E
Text Example
Text Example
White with #A06C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06C7E; }
p { color: rgb(160,108,126); }
H1.HeaderClassName
{
color: #A06C7E;
}
.AnyTagClassName
{
color: #A06C7E;
}
</style>
background-color css
<style>
a { background-color: #A06C7E; }
a { background-color: rgb(160,108,126); }
div.DivClassName
{
background-color: #A06C7E;
}
.BgClassName
{
background-color: #A06C7E;
}
</style>
border-color css
<style>
span { border-color: #A06C7E; }
span { border-color: rgb(160,108,126); }
td.TdClassName
{
border-color: #A06C7E;
}
.TagClassName
{
border-color: #A06C7E;
}
</style>