Shades of Tapestry #A86881
Tints of Tapestry #A86881
RGB
CMYK
RGB Variations
Color information
#A86881 (or 0xA86881) is known color: Tapestry. HEX triplet: A8, 68 and 81. RGB value is (168,104,129). Sum of RGB (Red+Green+Blue) = 168+104+129=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A86881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86881 is #57977E. Grayscale: #7D7D7D. Windows color (decimal): -5740415 or 8480936. OLE color: 8480936.
HSL color Cylindrical-coordinate representation of color #A86881: hue angle of 336.56º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86881 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 129 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.34 |
| HSL | 336.56º | 0.27% | 0.53% | - |
| HSV(B) | 336.56º | 0.38% | 0.66% | - |
| XYZ | 25.06 | 19.81 | 23.27 | - |
| YUV | 125.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 129 | 0 | 0.38 | 0.23 | 0.34 | 336.56 | 0.27 | 0.53 |
| Hex | A8 | 68 | 81 | 0 | 26 | 17 | 22 | 151 | 1B | 35 |
| Octal | 250 | 150 | 201 | 0 | 46 | 27 | 42 | 521 | 33 | 65 |
| Binary | 10101000 | 1101000 | 10000001 | 0 | 100110 | 10111 | 100010 | 101010001 | 11011 | 110101 |
Color Harmonies of #A86881
Complementary color
Monochromatic Colors of #A86881
Black with #A86881
Text Example
Text Example
White with #A86881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86881; }
p { color: rgb(168,104,129); }
H1.HeaderClassName
{
color: #A86881;
}
.AnyTagClassName
{
color: #A86881;
}
</style>
background-color css
<style>
a { background-color: #A86881; }
a { background-color: rgb(168,104,129); }
div.DivClassName
{
background-color: #A86881;
}
.BgClassName
{
background-color: #A86881;
}
</style>
border-color css
<style>
span { border-color: #A86881; }
span { border-color: rgb(168,104,129); }
td.TdClassName
{
border-color: #A86881;
}
.TagClassName
{
border-color: #A86881;
}
</style>