Shades of Tapestry #A27385
Tints of Tapestry #A27385
RGB
CMYK
RGB Variations
Color information
#A27385 (or 0xA27385) is known color: Tapestry. HEX triplet: A2, 73 and 85. RGB value is (162,115,133). Sum of RGB (Red+Green+Blue) = 162+115+133=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A27385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27385 is #5D8C7A. Grayscale: #838383. Windows color (decimal): -6130811 or 8745890. OLE color: 8745890.
HSL color Cylindrical-coordinate representation of color #A27385: hue angle of 337.02º 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 #A27385 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 115 | 133 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.36 |
| HSL | 337.02º | 0.2% | 0.54% | - |
| HSV(B) | 337.02º | 0.29% | 0.64% | - |
| XYZ | 25.26 | 21.64 | 25.03 | - |
| YUV | 131.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 133 | 0 | 0.29 | 0.18 | 0.36 | 337.02 | 0.2 | 0.54 |
| Hex | A2 | 73 | 85 | 0 | 1D | 12 | 24 | 151 | 14 | 36 |
| Octal | 242 | 163 | 205 | 0 | 35 | 22 | 44 | 521 | 24 | 66 |
| Binary | 10100010 | 1110011 | 10000101 | 0 | 11101 | 10010 | 100100 | 101010001 | 10100 | 110110 |
Color Harmonies of #A27385
Complementary color
Monochromatic Colors of #A27385
Black with #A27385
Text Example
Text Example
White with #A27385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27385; }
p { color: rgb(162,115,133); }
H1.HeaderClassName
{
color: #A27385;
}
.AnyTagClassName
{
color: #A27385;
}
</style>
background-color css
<style>
a { background-color: #A27385; }
a { background-color: rgb(162,115,133); }
div.DivClassName
{
background-color: #A27385;
}
.BgClassName
{
background-color: #A27385;
}
</style>
border-color css
<style>
span { border-color: #A27385; }
span { border-color: rgb(162,115,133); }
td.TdClassName
{
border-color: #A27385;
}
.TagClassName
{
border-color: #A27385;
}
</style>