Shades of Tapestry #A27B87
Tints of Tapestry #A27B87
RGB
CMYK
RGB Variations
Color information
#A27B87 (or 0xA27B87) is known color: Tapestry. HEX triplet: A2, 7B and 87. RGB value is (162,123,135). Sum of RGB (Red+Green+Blue) = 162+123+135=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27B87 is #5D8478. Grayscale: #888888. Windows color (decimal): -6128761 or 8879010. OLE color: 8879010.
HSL color Cylindrical-coordinate representation of color #A27B87: hue angle of 341.54º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A27B87 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 135 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.36 |
| HSL | 341.54º | 0.17% | 0.56% | - |
| HSV(B) | 341.54º | 0.24% | 0.64% | - |
| XYZ | 26.36 | 23.6 | 26.09 | - |
| YUV | 136.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 135 | 0 | 0.24 | 0.17 | 0.36 | 341.54 | 0.17 | 0.56 |
| Hex | A2 | 7B | 87 | 0 | 18 | 11 | 24 | 156 | 11 | 38 |
| Octal | 242 | 173 | 207 | 0 | 30 | 21 | 44 | 526 | 21 | 70 |
| Binary | 10100010 | 1111011 | 10000111 | 0 | 11000 | 10001 | 100100 | 101010110 | 10001 | 111000 |
Color Harmonies of #A27B87
Complementary color
Monochromatic Colors of #A27B87
Black with #A27B87
Text Example
Text Example
White with #A27B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B87; }
p { color: rgb(162,123,135); }
H1.HeaderClassName
{
color: #A27B87;
}
.AnyTagClassName
{
color: #A27B87;
}
</style>
background-color css
<style>
a { background-color: #A27B87; }
a { background-color: rgb(162,123,135); }
div.DivClassName
{
background-color: #A27B87;
}
.BgClassName
{
background-color: #A27B87;
}
</style>
border-color css
<style>
span { border-color: #A27B87; }
span { border-color: rgb(162,123,135); }
td.TdClassName
{
border-color: #A27B87;
}
.TagClassName
{
border-color: #A27B87;
}
</style>