Shades of Tapestry #A27786
Tints of Tapestry #A27786
RGB
CMYK
RGB Variations
Color information
#A27786 (or 0xA27786) is known color: Tapestry. HEX triplet: A2, 77 and 86. RGB value is (162,119,134). Sum of RGB (Red+Green+Blue) = 162+119+134=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A27786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27786 is #5D8879. Grayscale: #858585. Windows color (decimal): -6129786 or 8812450. OLE color: 8812450.
HSL color Cylindrical-coordinate representation of color #A27786: hue angle of 339.07º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A27786 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 134 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.36 |
| HSL | 339.07º | 0.19% | 0.55% | - |
| HSV(B) | 339.07º | 0.27% | 0.64% | - |
| XYZ | 25.8 | 22.6 | 25.56 | - |
| YUV | 133.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 134 | 0 | 0.27 | 0.17 | 0.36 | 339.07 | 0.19 | 0.55 |
| Hex | A2 | 77 | 86 | 0 | 1B | 11 | 24 | 153 | 13 | 37 |
| Octal | 242 | 167 | 206 | 0 | 33 | 21 | 44 | 523 | 23 | 67 |
| Binary | 10100010 | 1110111 | 10000110 | 0 | 11011 | 10001 | 100100 | 101010011 | 10011 | 110111 |
Color Harmonies of #A27786
Complementary color
Monochromatic Colors of #A27786
Black with #A27786
Text Example
Text Example
White with #A27786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27786; }
p { color: rgb(162,119,134); }
H1.HeaderClassName
{
color: #A27786;
}
.AnyTagClassName
{
color: #A27786;
}
</style>
background-color css
<style>
a { background-color: #A27786; }
a { background-color: rgb(162,119,134); }
div.DivClassName
{
background-color: #A27786;
}
.BgClassName
{
background-color: #A27786;
}
</style>
border-color css
<style>
span { border-color: #A27786; }
span { border-color: rgb(162,119,134); }
td.TdClassName
{
border-color: #A27786;
}
.TagClassName
{
border-color: #A27786;
}
</style>