Shades of Tapestry #A86281
Tints of Tapestry #A86281
RGB
CMYK
RGB Variations
Color information
#A86281 (or 0xA86281) is known color: Tapestry. HEX triplet: A8, 62 and 81. RGB value is (168,98,129). Sum of RGB (Red+Green+Blue) = 168+98+129=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A86281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86281 is #579D7E. Grayscale: #7A7A7A. Windows color (decimal): -5741951 or 8479400. OLE color: 8479400.
HSL color Cylindrical-coordinate representation of color #A86281: hue angle of 333.43º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86281 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 129 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.34 |
| HSL | 333.43º | 0.29% | 0.52% | - |
| HSV(B) | 333.43º | 0.42% | 0.66% | - |
| XYZ | 24.48 | 18.65 | 23.08 | - |
| YUV | 122.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 129 | 0 | 0.42 | 0.23 | 0.34 | 333.43 | 0.29 | 0.52 |
| Hex | A8 | 62 | 81 | 0 | 2A | 17 | 22 | 14D | 1D | 34 |
| Octal | 250 | 142 | 201 | 0 | 52 | 27 | 42 | 515 | 35 | 64 |
| Binary | 10101000 | 1100010 | 10000001 | 0 | 101010 | 10111 | 100010 | 101001101 | 11101 | 110100 |
Color Harmonies of #A86281
Complementary color
Monochromatic Colors of #A86281
Black with #A86281
Text Example
Text Example
White with #A86281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86281; }
p { color: rgb(168,98,129); }
H1.HeaderClassName
{
color: #A86281;
}
.AnyTagClassName
{
color: #A86281;
}
</style>
background-color css
<style>
a { background-color: #A86281; }
a { background-color: rgb(168,98,129); }
div.DivClassName
{
background-color: #A86281;
}
.BgClassName
{
background-color: #A86281;
}
</style>
border-color css
<style>
span { border-color: #A86281; }
span { border-color: rgb(168,98,129); }
td.TdClassName
{
border-color: #A86281;
}
.TagClassName
{
border-color: #A86281;
}
</style>