Shades of Tapestry #A27785
Tints of Tapestry #A27785
RGB
CMYK
RGB Variations
Color information
#A27785 (or 0xA27785) is known color: Tapestry. HEX triplet: A2, 77 and 85. RGB value is (162,119,133). Sum of RGB (Red+Green+Blue) = 162+119+133=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A27785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27785 is #5D887A. Grayscale: #858585. Windows color (decimal): -6129787 or 8746914. OLE color: 8746914.
HSL color Cylindrical-coordinate representation of color #A27785: hue angle of 340.47º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A27785 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 133 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.36 |
| HSL | 340.47º | 0.19% | 0.55% | - |
| HSV(B) | 340.47º | 0.27% | 0.64% | - |
| XYZ | 25.73 | 22.57 | 25.19 | - |
| YUV | 133.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 133 | 0 | 0.27 | 0.18 | 0.36 | 340.47 | 0.19 | 0.55 |
| Hex | A2 | 77 | 85 | 0 | 1B | 12 | 24 | 154 | 13 | 37 |
| Octal | 242 | 167 | 205 | 0 | 33 | 22 | 44 | 524 | 23 | 67 |
| Binary | 10100010 | 1110111 | 10000101 | 0 | 11011 | 10010 | 100100 | 101010100 | 10011 | 110111 |
Color Harmonies of #A27785
Complementary color
Monochromatic Colors of #A27785
Black with #A27785
Text Example
Text Example
White with #A27785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27785; }
p { color: rgb(162,119,133); }
H1.HeaderClassName
{
color: #A27785;
}
.AnyTagClassName
{
color: #A27785;
}
</style>
background-color css
<style>
a { background-color: #A27785; }
a { background-color: rgb(162,119,133); }
div.DivClassName
{
background-color: #A27785;
}
.BgClassName
{
background-color: #A27785;
}
</style>
border-color css
<style>
span { border-color: #A27785; }
span { border-color: rgb(162,119,133); }
td.TdClassName
{
border-color: #A27785;
}
.TagClassName
{
border-color: #A27785;
}
</style>