Shades of Tapestry #A27286
Tints of Tapestry #A27286
RGB
CMYK
RGB Variations
Color information
#A27286 (or 0xA27286) is known color: Tapestry. HEX triplet: A2, 72 and 86. RGB value is (162,114,134). Sum of RGB (Red+Green+Blue) = 162+114+134=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A27286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27286 is #5D8D79. Grayscale: #828282. Windows color (decimal): -6131066 or 8811170. OLE color: 8811170.
HSL color Cylindrical-coordinate representation of color #A27286: hue angle of 335º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27286 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 114 | 134 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.36 |
| HSL | 335º | 0.21% | 0.54% | - |
| HSV(B) | 335º | 0.3% | 0.64% | - |
| XYZ | 25.22 | 21.44 | 25.36 | - |
| YUV | 130.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 134 | 0 | 0.30 | 0.17 | 0.36 | 335 | 0.21 | 0.54 |
| Hex | A2 | 72 | 86 | 0 | 1E | 11 | 24 | 14F | 15 | 36 |
| Octal | 242 | 162 | 206 | 0 | 36 | 21 | 44 | 517 | 25 | 66 |
| Binary | 10100010 | 1110010 | 10000110 | 0 | 11110 | 10001 | 100100 | 101001111 | 10101 | 110110 |
Color Harmonies of #A27286
Complementary color
Monochromatic Colors of #A27286
Black with #A27286
Text Example
Text Example
White with #A27286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27286; }
p { color: rgb(162,114,134); }
H1.HeaderClassName
{
color: #A27286;
}
.AnyTagClassName
{
color: #A27286;
}
</style>
background-color css
<style>
a { background-color: #A27286; }
a { background-color: rgb(162,114,134); }
div.DivClassName
{
background-color: #A27286;
}
.BgClassName
{
background-color: #A27286;
}
</style>
border-color css
<style>
span { border-color: #A27286; }
span { border-color: rgb(162,114,134); }
td.TdClassName
{
border-color: #A27286;
}
.TagClassName
{
border-color: #A27286;
}
</style>