Shades of Tapestry #A86E7E
Tints of Tapestry #A86E7E
RGB
CMYK
RGB Variations
Color information
#A86E7E (or 0xA86E7E) is known color: Tapestry. HEX triplet: A8, 6E and 7E. RGB value is (168,110,126). Sum of RGB (Red+Green+Blue) = 168+110+126=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86E7E is #579181. Grayscale: #818181. Windows color (decimal): -5738882 or 8285864. OLE color: 8285864.
HSL color Cylindrical-coordinate representation of color #A86E7E: hue angle of 343.45º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86E7E is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 110 | 126 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.34 |
| HSL | 343.45º | 0.25% | 0.55% | - |
| HSV(B) | 343.45º | 0.35% | 0.66% | - |
| XYZ | 25.49 | 20.98 | 22.45 | - |
| YUV | 129.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 110 | 126 | 0 | 0.35 | 0.25 | 0.34 | 343.45 | 0.25 | 0.55 |
| Hex | A8 | 6E | 7E | 0 | 23 | 19 | 22 | 157 | 19 | 37 |
| Octal | 250 | 156 | 176 | 0 | 43 | 31 | 42 | 527 | 31 | 67 |
| Binary | 10101000 | 1101110 | 1111110 | 0 | 100011 | 11001 | 100010 | 101010111 | 11001 | 110111 |
Color Harmonies of #A86E7E
Complementary color
Monochromatic Colors of #A86E7E
Black with #A86E7E
Text Example
Text Example
White with #A86E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86E7E; }
p { color: rgb(168,110,126); }
H1.HeaderClassName
{
color: #A86E7E;
}
.AnyTagClassName
{
color: #A86E7E;
}
</style>
background-color css
<style>
a { background-color: #A86E7E; }
a { background-color: rgb(168,110,126); }
div.DivClassName
{
background-color: #A86E7E;
}
.BgClassName
{
background-color: #A86E7E;
}
</style>
border-color css
<style>
span { border-color: #A86E7E; }
span { border-color: rgb(168,110,126); }
td.TdClassName
{
border-color: #A86E7E;
}
.TagClassName
{
border-color: #A86E7E;
}
</style>