Shades of Tapestry #A87288
Tints of Tapestry #A87288
RGB
CMYK
RGB Variations
Color information
#A87288 (or 0xA87288) is known color: Tapestry. HEX triplet: A8, 72 and 88. RGB value is (168,114,136). Sum of RGB (Red+Green+Blue) = 168+114+136=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A87288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87288 is #578D77. Grayscale: #848484. Windows color (decimal): -5737848 or 8942248. OLE color: 8942248.
HSL color Cylindrical-coordinate representation of color #A87288: hue angle of 335.56º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87288 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 136 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.34 |
| HSL | 335.56º | 0.24% | 0.55% | - |
| HSV(B) | 335.56º | 0.32% | 0.66% | - |
| XYZ | 26.61 | 22.14 | 26.16 | - |
| YUV | 132.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 136 | 0 | 0.32 | 0.19 | 0.34 | 335.56 | 0.24 | 0.55 |
| Hex | A8 | 72 | 88 | 0 | 20 | 13 | 22 | 150 | 18 | 37 |
| Octal | 250 | 162 | 210 | 0 | 40 | 23 | 42 | 520 | 30 | 67 |
| Binary | 10101000 | 1110010 | 10001000 | 0 | 100000 | 10011 | 100010 | 101010000 | 11000 | 110111 |
Color Harmonies of #A87288
Complementary color
Monochromatic Colors of #A87288
Black with #A87288
Text Example
Text Example
White with #A87288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87288; }
p { color: rgb(168,114,136); }
H1.HeaderClassName
{
color: #A87288;
}
.AnyTagClassName
{
color: #A87288;
}
</style>
background-color css
<style>
a { background-color: #A87288; }
a { background-color: rgb(168,114,136); }
div.DivClassName
{
background-color: #A87288;
}
.BgClassName
{
background-color: #A87288;
}
</style>
border-color css
<style>
span { border-color: #A87288; }
span { border-color: rgb(168,114,136); }
td.TdClassName
{
border-color: #A87288;
}
.TagClassName
{
border-color: #A87288;
}
</style>