Shades of Tapestry #A87D8A
Tints of Tapestry #A87D8A
RGB
CMYK
RGB Variations
Color information
#A87D8A (or 0xA87D8A) is known color: Tapestry. HEX triplet: A8, 7D and 8A. RGB value is (168,125,138). Sum of RGB (Red+Green+Blue) = 168+125+138=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87D8A is #578275. Grayscale: #8B8B8B. Windows color (decimal): -5735030 or 9076136. OLE color: 9076136.
HSL color Cylindrical-coordinate representation of color #A87D8A: hue angle of 341.86º 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 #A87D8A is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 138 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.34 |
| HSL | 341.86º | 0.2% | 0.57% | - |
| HSV(B) | 341.86º | 0.26% | 0.66% | - |
| XYZ | 28.07 | 24.83 | 27.36 | - |
| YUV | 139.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 138 | 0 | 0.26 | 0.18 | 0.34 | 341.86 | 0.2 | 0.57 |
| Hex | A8 | 7D | 8A | 0 | 1A | 12 | 22 | 156 | 14 | 39 |
| Octal | 250 | 175 | 212 | 0 | 32 | 22 | 42 | 526 | 24 | 71 |
| Binary | 10101000 | 1111101 | 10001010 | 0 | 11010 | 10010 | 100010 | 101010110 | 10100 | 111001 |
Color Harmonies of #A87D8A
Complementary color
Monochromatic Colors of #A87D8A
Black with #A87D8A
Text Example
Text Example
White with #A87D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D8A; }
p { color: rgb(168,125,138); }
H1.HeaderClassName
{
color: #A87D8A;
}
.AnyTagClassName
{
color: #A87D8A;
}
</style>
background-color css
<style>
a { background-color: #A87D8A; }
a { background-color: rgb(168,125,138); }
div.DivClassName
{
background-color: #A87D8A;
}
.BgClassName
{
background-color: #A87D8A;
}
</style>
border-color css
<style>
span { border-color: #A87D8A; }
span { border-color: rgb(168,125,138); }
td.TdClassName
{
border-color: #A87D8A;
}
.TagClassName
{
border-color: #A87D8A;
}
</style>