Shades of Tapestry #A86481
Tints of Tapestry #A86481
RGB
CMYK
RGB Variations
Color information
#A86481 (or 0xA86481) is known color: Tapestry. HEX triplet: A8, 64 and 81. RGB value is (168,100,129). Sum of RGB (Red+Green+Blue) = 168+100+129=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A86481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86481 is #579B7E. Grayscale: #7B7B7B. Windows color (decimal): -5741439 or 8479912. OLE color: 8479912.
HSL color Cylindrical-coordinate representation of color #A86481: hue angle of 334.41º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86481 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 100 | 129 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.34 |
| HSL | 334.41º | 0.28% | 0.53% | - |
| HSV(B) | 334.41º | 0.4% | 0.66% | - |
| XYZ | 24.67 | 19.02 | 23.14 | - |
| YUV | 123.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 129 | 0 | 0.40 | 0.23 | 0.34 | 334.41 | 0.28 | 0.53 |
| Hex | A8 | 64 | 81 | 0 | 28 | 17 | 22 | 14E | 1C | 35 |
| Octal | 250 | 144 | 201 | 0 | 50 | 27 | 42 | 516 | 34 | 65 |
| Binary | 10101000 | 1100100 | 10000001 | 0 | 101000 | 10111 | 100010 | 101001110 | 11100 | 110101 |
Color Harmonies of #A86481
Complementary color
Monochromatic Colors of #A86481
Black with #A86481
Text Example
Text Example
White with #A86481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86481; }
p { color: rgb(168,100,129); }
H1.HeaderClassName
{
color: #A86481;
}
.AnyTagClassName
{
color: #A86481;
}
</style>
background-color css
<style>
a { background-color: #A86481; }
a { background-color: rgb(168,100,129); }
div.DivClassName
{
background-color: #A86481;
}
.BgClassName
{
background-color: #A86481;
}
</style>
border-color css
<style>
span { border-color: #A86481; }
span { border-color: rgb(168,100,129); }
td.TdClassName
{
border-color: #A86481;
}
.TagClassName
{
border-color: #A86481;
}
</style>