Shades of Tapestry #A27283
Tints of Tapestry #A27283
RGB
CMYK
RGB Variations
Color information
#A27283 (or 0xA27283) is known color: Tapestry. HEX triplet: A2, 72 and 83. RGB value is (162,114,131). Sum of RGB (Red+Green+Blue) = 162+114+131=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A27283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27283 is #5D8D7C. Grayscale: #828282. Windows color (decimal): -6131069 or 8614562. OLE color: 8614562.
HSL color Cylindrical-coordinate representation of color #A27283: hue angle of 338.75º 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 #A27283 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 114 | 131 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.36 |
| HSL | 338.75º | 0.21% | 0.54% | - |
| HSV(B) | 338.75º | 0.3% | 0.64% | - |
| XYZ | 25.01 | 21.35 | 24.28 | - |
| YUV | 130.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 131 | 0 | 0.30 | 0.19 | 0.36 | 338.75 | 0.21 | 0.54 |
| Hex | A2 | 72 | 83 | 0 | 1E | 13 | 24 | 153 | 15 | 36 |
| Octal | 242 | 162 | 203 | 0 | 36 | 23 | 44 | 523 | 25 | 66 |
| Binary | 10100010 | 1110010 | 10000011 | 0 | 11110 | 10011 | 100100 | 101010011 | 10101 | 110110 |
Color Harmonies of #A27283
Complementary color
Monochromatic Colors of #A27283
Black with #A27283
Text Example
Text Example
White with #A27283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27283; }
p { color: rgb(162,114,131); }
H1.HeaderClassName
{
color: #A27283;
}
.AnyTagClassName
{
color: #A27283;
}
</style>
background-color css
<style>
a { background-color: #A27283; }
a { background-color: rgb(162,114,131); }
div.DivClassName
{
background-color: #A27283;
}
.BgClassName
{
background-color: #A27283;
}
</style>
border-color css
<style>
span { border-color: #A27283; }
span { border-color: rgb(162,114,131); }
td.TdClassName
{
border-color: #A27283;
}
.TagClassName
{
border-color: #A27283;
}
</style>