Shades of Tapestry #A86A7D
Tints of Tapestry #A86A7D
RGB
CMYK
RGB Variations
Color information
#A86A7D (or 0xA86A7D) is known color: Tapestry. HEX triplet: A8, 6A and 7D. RGB value is (168,106,125). Sum of RGB (Red+Green+Blue) = 168+106+125=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A7D is #579582. Grayscale: #7E7E7E. Windows color (decimal): -5739907 or 8219304. OLE color: 8219304.
HSL color Cylindrical-coordinate representation of color #A86A7D: hue angle of 341.61º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A86A7D is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 125 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.34 |
| HSL | 341.61º | 0.26% | 0.54% | - |
| HSV(B) | 341.61º | 0.37% | 0.66% | - |
| XYZ | 25 | 20.11 | 21.97 | - |
| YUV | 126.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 125 | 0 | 0.37 | 0.26 | 0.34 | 341.61 | 0.26 | 0.54 |
| Hex | A8 | 6A | 7D | 0 | 25 | 1A | 22 | 156 | 1A | 36 |
| Octal | 250 | 152 | 175 | 0 | 45 | 32 | 42 | 526 | 32 | 66 |
| Binary | 10101000 | 1101010 | 1111101 | 0 | 100101 | 11010 | 100010 | 101010110 | 11010 | 110110 |
Color Harmonies of #A86A7D
Complementary color
Monochromatic Colors of #A86A7D
Black with #A86A7D
Text Example
Text Example
White with #A86A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A7D; }
p { color: rgb(168,106,125); }
H1.HeaderClassName
{
color: #A86A7D;
}
.AnyTagClassName
{
color: #A86A7D;
}
</style>
background-color css
<style>
a { background-color: #A86A7D; }
a { background-color: rgb(168,106,125); }
div.DivClassName
{
background-color: #A86A7D;
}
.BgClassName
{
background-color: #A86A7D;
}
</style>
border-color css
<style>
span { border-color: #A86A7D; }
span { border-color: rgb(168,106,125); }
td.TdClassName
{
border-color: #A86A7D;
}
.TagClassName
{
border-color: #A86A7D;
}
</style>