Shades of Tapestry #A86784
Tints of Tapestry #A86784
RGB
CMYK
RGB Variations
Color information
#A86784 (or 0xA86784) is known color: Tapestry. HEX triplet: A8, 67 and 84. RGB value is (168,103,132). Sum of RGB (Red+Green+Blue) = 168+103+132=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A86784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86784 is #57987B. Grayscale: #7D7D7D. Windows color (decimal): -5740668 or 8677288. OLE color: 8677288.
HSL color Cylindrical-coordinate representation of color #A86784: hue angle of 333.23º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A86784 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 103 | 132 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.34 |
| HSL | 333.23º | 0.27% | 0.53% | - |
| HSV(B) | 333.23º | 0.39% | 0.66% | - |
| XYZ | 25.16 | 19.69 | 24.3 | - |
| YUV | 125.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 132 | 0 | 0.39 | 0.21 | 0.34 | 333.23 | 0.27 | 0.53 |
| Hex | A8 | 67 | 84 | 0 | 27 | 15 | 22 | 14D | 1B | 35 |
| Octal | 250 | 147 | 204 | 0 | 47 | 25 | 42 | 515 | 33 | 65 |
| Binary | 10101000 | 1100111 | 10000100 | 0 | 100111 | 10101 | 100010 | 101001101 | 11011 | 110101 |
Color Harmonies of #A86784
Complementary color
Monochromatic Colors of #A86784
Black with #A86784
Text Example
Text Example
White with #A86784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86784; }
p { color: rgb(168,103,132); }
H1.HeaderClassName
{
color: #A86784;
}
.AnyTagClassName
{
color: #A86784;
}
</style>
background-color css
<style>
a { background-color: #A86784; }
a { background-color: rgb(168,103,132); }
div.DivClassName
{
background-color: #A86784;
}
.BgClassName
{
background-color: #A86784;
}
</style>
border-color css
<style>
span { border-color: #A86784; }
span { border-color: rgb(168,103,132); }
td.TdClassName
{
border-color: #A86784;
}
.TagClassName
{
border-color: #A86784;
}
</style>