Shades of Tapestry #A87788
Tints of Tapestry #A87788
RGB
CMYK
RGB Variations
Color information
#A87788 (or 0xA87788) is known color: Tapestry. HEX triplet: A8, 77 and 88. RGB value is (168,119,136). Sum of RGB (Red+Green+Blue) = 168+119+136=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A87788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87788 is #578877. Grayscale: #878787. Windows color (decimal): -5736568 or 8943528. OLE color: 8943528.
HSL color Cylindrical-coordinate representation of color #A87788: hue angle of 339.18º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87788 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 136 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.34 |
| HSL | 339.18º | 0.22% | 0.56% | - |
| HSV(B) | 339.18º | 0.29% | 0.66% | - |
| XYZ | 27.19 | 23.3 | 26.36 | - |
| YUV | 135.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 136 | 0 | 0.29 | 0.19 | 0.34 | 339.18 | 0.22 | 0.56 |
| Hex | A8 | 77 | 88 | 0 | 1D | 13 | 22 | 153 | 16 | 38 |
| Octal | 250 | 167 | 210 | 0 | 35 | 23 | 42 | 523 | 26 | 70 |
| Binary | 10101000 | 1110111 | 10001000 | 0 | 11101 | 10011 | 100010 | 101010011 | 10110 | 111000 |
Color Harmonies of #A87788
Complementary color
Monochromatic Colors of #A87788
Black with #A87788
Text Example
Text Example
White with #A87788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87788; }
p { color: rgb(168,119,136); }
H1.HeaderClassName
{
color: #A87788;
}
.AnyTagClassName
{
color: #A87788;
}
</style>
background-color css
<style>
a { background-color: #A87788; }
a { background-color: rgb(168,119,136); }
div.DivClassName
{
background-color: #A87788;
}
.BgClassName
{
background-color: #A87788;
}
</style>
border-color css
<style>
span { border-color: #A87788; }
span { border-color: rgb(168,119,136); }
td.TdClassName
{
border-color: #A87788;
}
.TagClassName
{
border-color: #A87788;
}
</style>