Shades of Tapestry #A27185
Tints of Tapestry #A27185
RGB
CMYK
RGB Variations
Color information
#A27185 (or 0xA27185) is known color: Tapestry. HEX triplet: A2, 71 and 85. RGB value is (162,113,133). Sum of RGB (Red+Green+Blue) = 162+113+133=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A27185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27185 is #5D8E7A. Grayscale: #818181. Windows color (decimal): -6131323 or 8745378. OLE color: 8745378.
HSL color Cylindrical-coordinate representation of color #A27185: hue angle of 335.51º 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 #A27185 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 113 | 133 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.36 |
| HSL | 335.51º | 0.21% | 0.54% | - |
| HSV(B) | 335.51º | 0.3% | 0.64% | - |
| XYZ | 25.04 | 21.19 | 24.96 | - |
| YUV | 129.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 133 | 0 | 0.30 | 0.18 | 0.36 | 335.51 | 0.21 | 0.54 |
| Hex | A2 | 71 | 85 | 0 | 1E | 12 | 24 | 150 | 15 | 36 |
| Octal | 242 | 161 | 205 | 0 | 36 | 22 | 44 | 520 | 25 | 66 |
| Binary | 10100010 | 1110001 | 10000101 | 0 | 11110 | 10010 | 100100 | 101010000 | 10101 | 110110 |
Color Harmonies of #A27185
Complementary color
Monochromatic Colors of #A27185
Black with #A27185
Text Example
Text Example
White with #A27185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27185; }
p { color: rgb(162,113,133); }
H1.HeaderClassName
{
color: #A27185;
}
.AnyTagClassName
{
color: #A27185;
}
</style>
background-color css
<style>
a { background-color: #A27185; }
a { background-color: rgb(162,113,133); }
div.DivClassName
{
background-color: #A27185;
}
.BgClassName
{
background-color: #A27185;
}
</style>
border-color css
<style>
span { border-color: #A27185; }
span { border-color: rgb(162,113,133); }
td.TdClassName
{
border-color: #A27185;
}
.TagClassName
{
border-color: #A27185;
}
</style>