Shades of Tapestry #A87C83
Tints of Tapestry #A87C83
RGB
CMYK
RGB Variations
Color information
#A87C83 (or 0xA87C83) is known color: Tapestry. HEX triplet: A8, 7C and 83. RGB value is (168,124,131). Sum of RGB (Red+Green+Blue) = 168+124+131=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87C83 is #57837C. Grayscale: #898989. Windows color (decimal): -5735293 or 8617128. OLE color: 8617128.
HSL color Cylindrical-coordinate representation of color #A87C83: hue angle of 350.45º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87C83 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 131 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.34 |
| HSL | 350.45º | 0.2% | 0.57% | - |
| HSV(B) | 350.45º | 0.26% | 0.66% | - |
| XYZ | 27.45 | 24.38 | 24.73 | - |
| YUV | 137.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 131 | 0 | 0.26 | 0.22 | 0.34 | 350.45 | 0.2 | 0.57 |
| Hex | A8 | 7C | 83 | 0 | 1A | 16 | 22 | 15E | 14 | 39 |
| Octal | 250 | 174 | 203 | 0 | 32 | 26 | 42 | 536 | 24 | 71 |
| Binary | 10101000 | 1111100 | 10000011 | 0 | 11010 | 10110 | 100010 | 101011110 | 10100 | 111001 |
Color Harmonies of #A87C83
Complementary color
Monochromatic Colors of #A87C83
Black with #A87C83
Text Example
Text Example
White with #A87C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C83; }
p { color: rgb(168,124,131); }
H1.HeaderClassName
{
color: #A87C83;
}
.AnyTagClassName
{
color: #A87C83;
}
</style>
background-color css
<style>
a { background-color: #A87C83; }
a { background-color: rgb(168,124,131); }
div.DivClassName
{
background-color: #A87C83;
}
.BgClassName
{
background-color: #A87C83;
}
</style>
border-color css
<style>
span { border-color: #A87C83; }
span { border-color: rgb(168,124,131); }
td.TdClassName
{
border-color: #A87C83;
}
.TagClassName
{
border-color: #A87C83;
}
</style>