Shades of Tapestry #A86380
Tints of Tapestry #A86380
RGB
CMYK
RGB Variations
Color information
#A86380 (or 0xA86380) is known color: Tapestry. HEX triplet: A8, 63 and 80. RGB value is (168,99,128). Sum of RGB (Red+Green+Blue) = 168+99+128=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A86380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86380 is #579C7F. Grayscale: #7A7A7A. Windows color (decimal): -5741696 or 8414120. OLE color: 8414120.
HSL color Cylindrical-coordinate representation of color #A86380: hue angle of 334.78º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86380 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 128 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.34 |
| HSL | 334.78º | 0.28% | 0.52% | - |
| HSV(B) | 334.78º | 0.41% | 0.66% | - |
| XYZ | 24.51 | 18.81 | 22.76 | - |
| YUV | 122.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 128 | 0 | 0.41 | 0.24 | 0.34 | 334.78 | 0.28 | 0.52 |
| Hex | A8 | 63 | 80 | 0 | 29 | 18 | 22 | 14F | 1C | 34 |
| Octal | 250 | 143 | 200 | 0 | 51 | 30 | 42 | 517 | 34 | 64 |
| Binary | 10101000 | 1100011 | 10000000 | 0 | 101001 | 11000 | 100010 | 101001111 | 11100 | 110100 |
Color Harmonies of #A86380
Complementary color
Monochromatic Colors of #A86380
Black with #A86380
Text Example
Text Example
White with #A86380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86380; }
p { color: rgb(168,99,128); }
H1.HeaderClassName
{
color: #A86380;
}
.AnyTagClassName
{
color: #A86380;
}
</style>
background-color css
<style>
a { background-color: #A86380; }
a { background-color: rgb(168,99,128); }
div.DivClassName
{
background-color: #A86380;
}
.BgClassName
{
background-color: #A86380;
}
</style>
border-color css
<style>
span { border-color: #A86380; }
span { border-color: rgb(168,99,128); }
td.TdClassName
{
border-color: #A86380;
}
.TagClassName
{
border-color: #A86380;
}
</style>