Shades of Tapestry #A27082
Tints of Tapestry #A27082
RGB
CMYK
RGB Variations
Color information
#A27082 (or 0xA27082) is known color: Tapestry. HEX triplet: A2, 70 and 82. RGB value is (162,112,130). Sum of RGB (Red+Green+Blue) = 162+112+130=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A27082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27082 is #5D8F7D. Grayscale: #808080. Windows color (decimal): -6131582 or 8548514. OLE color: 8548514.
HSL color Cylindrical-coordinate representation of color #A27082: hue angle of 338.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A27082 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 130 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.36 |
| HSL | 338.4º | 0.21% | 0.54% | - |
| HSV(B) | 338.4º | 0.31% | 0.64% | - |
| XYZ | 24.72 | 20.88 | 23.85 | - |
| YUV | 129 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 130 | 0 | 0.31 | 0.20 | 0.36 | 338.4 | 0.21 | 0.54 |
| Hex | A2 | 70 | 82 | 0 | 1F | 14 | 24 | 152 | 15 | 36 |
| Octal | 242 | 160 | 202 | 0 | 37 | 24 | 44 | 522 | 25 | 66 |
| Binary | 10100010 | 1110000 | 10000010 | 0 | 11111 | 10100 | 100100 | 101010010 | 10101 | 110110 |
Color Harmonies of #A27082
Complementary color
Monochromatic Colors of #A27082
Black with #A27082
Text Example
Text Example
White with #A27082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27082; }
p { color: rgb(162,112,130); }
H1.HeaderClassName
{
color: #A27082;
}
.AnyTagClassName
{
color: #A27082;
}
</style>
background-color css
<style>
a { background-color: #A27082; }
a { background-color: rgb(162,112,130); }
div.DivClassName
{
background-color: #A27082;
}
.BgClassName
{
background-color: #A27082;
}
</style>
border-color css
<style>
span { border-color: #A27082; }
span { border-color: rgb(162,112,130); }
td.TdClassName
{
border-color: #A27082;
}
.TagClassName
{
border-color: #A27082;
}
</style>