Shades of Tapestry #A27383
Tints of Tapestry #A27383
RGB
CMYK
RGB Variations
Color information
#A27383 (or 0xA27383) is known color: Tapestry. HEX triplet: A2, 73 and 83. RGB value is (162,115,131). Sum of RGB (Red+Green+Blue) = 162+115+131=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A27383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27383 is #5D8C7C. Grayscale: #828282. Windows color (decimal): -6130813 or 8614818. OLE color: 8614818.
HSL color Cylindrical-coordinate representation of color #A27383: hue angle of 339.57º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A27383 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 131 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.36 |
| HSL | 339.57º | 0.2% | 0.54% | - |
| HSV(B) | 339.57º | 0.29% | 0.64% | - |
| XYZ | 25.13 | 21.58 | 24.31 | - |
| YUV | 130.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 131 | 0 | 0.29 | 0.19 | 0.36 | 339.57 | 0.2 | 0.54 |
| Hex | A2 | 73 | 83 | 0 | 1D | 13 | 24 | 154 | 14 | 36 |
| Octal | 242 | 163 | 203 | 0 | 35 | 23 | 44 | 524 | 24 | 66 |
| Binary | 10100010 | 1110011 | 10000011 | 0 | 11101 | 10011 | 100100 | 101010100 | 10100 | 110110 |
Color Harmonies of #A27383
Complementary color
Monochromatic Colors of #A27383
Black with #A27383
Text Example
Text Example
White with #A27383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27383; }
p { color: rgb(162,115,131); }
H1.HeaderClassName
{
color: #A27383;
}
.AnyTagClassName
{
color: #A27383;
}
</style>
background-color css
<style>
a { background-color: #A27383; }
a { background-color: rgb(162,115,131); }
div.DivClassName
{
background-color: #A27383;
}
.BgClassName
{
background-color: #A27383;
}
</style>
border-color css
<style>
span { border-color: #A27383; }
span { border-color: rgb(162,115,131); }
td.TdClassName
{
border-color: #A27383;
}
.TagClassName
{
border-color: #A27383;
}
</style>