Shades of Tapestry #A27280
Tints of Tapestry #A27280
RGB
CMYK
RGB Variations
Color information
#A27280 (or 0xA27280) is known color: Tapestry. HEX triplet: A2, 72 and 80. RGB value is (162,114,128). Sum of RGB (Red+Green+Blue) = 162+114+128=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A27280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27280 is #5D8D7F. Grayscale: #818181. Windows color (decimal): -6131072 or 8417954. OLE color: 8417954.
HSL color Cylindrical-coordinate representation of color #A27280: hue angle of 342.5º 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 #A27280 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 114 | 128 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.36 |
| HSL | 342.5º | 0.21% | 0.54% | - |
| HSV(B) | 342.5º | 0.3% | 0.64% | - |
| XYZ | 24.81 | 21.27 | 23.22 | - |
| YUV | 129.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 128 | 0 | 0.30 | 0.21 | 0.36 | 342.5 | 0.21 | 0.54 |
| Hex | A2 | 72 | 80 | 0 | 1E | 15 | 24 | 156 | 15 | 36 |
| Octal | 242 | 162 | 200 | 0 | 36 | 25 | 44 | 526 | 25 | 66 |
| Binary | 10100010 | 1110010 | 10000000 | 0 | 11110 | 10101 | 100100 | 101010110 | 10101 | 110110 |
Color Harmonies of #A27280
Complementary color
Monochromatic Colors of #A27280
Black with #A27280
Text Example
Text Example
White with #A27280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27280; }
p { color: rgb(162,114,128); }
H1.HeaderClassName
{
color: #A27280;
}
.AnyTagClassName
{
color: #A27280;
}
</style>
background-color css
<style>
a { background-color: #A27280; }
a { background-color: rgb(162,114,128); }
div.DivClassName
{
background-color: #A27280;
}
.BgClassName
{
background-color: #A27280;
}
</style>
border-color css
<style>
span { border-color: #A27280; }
span { border-color: rgb(162,114,128); }
td.TdClassName
{
border-color: #A27280;
}
.TagClassName
{
border-color: #A27280;
}
</style>