Shades of Tapestry #A86980
Tints of Tapestry #A86980
RGB
CMYK
RGB Variations
Color information
#A86980 (or 0xA86980) is known color: Tapestry. HEX triplet: A8, 69 and 80. RGB value is (168,105,128). Sum of RGB (Red+Green+Blue) = 168+105+128=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A86980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86980 is #57967F. Grayscale: #7E7E7E. Windows color (decimal): -5740160 or 8415656. OLE color: 8415656.
HSL color Cylindrical-coordinate representation of color #A86980: hue angle of 338.1º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86980 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 128 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.34 |
| HSL | 338.1º | 0.27% | 0.54% | - |
| HSV(B) | 338.1º | 0.38% | 0.66% | - |
| XYZ | 25.1 | 19.99 | 22.96 | - |
| YUV | 126.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 128 | 0 | 0.38 | 0.24 | 0.34 | 338.1 | 0.27 | 0.54 |
| Hex | A8 | 69 | 80 | 0 | 26 | 18 | 22 | 152 | 1B | 36 |
| Octal | 250 | 151 | 200 | 0 | 46 | 30 | 42 | 522 | 33 | 66 |
| Binary | 10101000 | 1101001 | 10000000 | 0 | 100110 | 11000 | 100010 | 101010010 | 11011 | 110110 |
Color Harmonies of #A86980
Complementary color
Monochromatic Colors of #A86980
Black with #A86980
Text Example
Text Example
White with #A86980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86980; }
p { color: rgb(168,105,128); }
H1.HeaderClassName
{
color: #A86980;
}
.AnyTagClassName
{
color: #A86980;
}
</style>
background-color css
<style>
a { background-color: #A86980; }
a { background-color: rgb(168,105,128); }
div.DivClassName
{
background-color: #A86980;
}
.BgClassName
{
background-color: #A86980;
}
</style>
border-color css
<style>
span { border-color: #A86980; }
span { border-color: rgb(168,105,128); }
td.TdClassName
{
border-color: #A86980;
}
.TagClassName
{
border-color: #A86980;
}
</style>