Shades of Tapestry #A17785
Tints of Tapestry #A17785
RGB
CMYK
RGB Variations
Color information
#A17785 (or 0xA17785) is known color: Tapestry. HEX triplet: A1, 77 and 85. RGB value is (161,119,133). Sum of RGB (Red+Green+Blue) = 161+119+133=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A17785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17785 is #5E887A. Grayscale: #858585. Windows color (decimal): -6195323 or 8746913. OLE color: 8746913.
HSL color Cylindrical-coordinate representation of color #A17785: hue angle of 340º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A17785 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 133 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.37 |
| HSL | 340º | 0.18% | 0.55% | - |
| HSV(B) | 340º | 0.26% | 0.63% | - |
| XYZ | 25.53 | 22.46 | 25.18 | - |
| YUV | 133.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 133 | 0 | 0.26 | 0.17 | 0.37 | 340 | 0.18 | 0.55 |
| Hex | A1 | 77 | 85 | 0 | 1A | 11 | 25 | 154 | 12 | 37 |
| Octal | 241 | 167 | 205 | 0 | 32 | 21 | 45 | 524 | 22 | 67 |
| Binary | 10100001 | 1110111 | 10000101 | 0 | 11010 | 10001 | 100101 | 101010100 | 10010 | 110111 |
Color Harmonies of #A17785
Complementary color
Monochromatic Colors of #A17785
Black with #A17785
Text Example
Text Example
White with #A17785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17785; }
p { color: rgb(161,119,133); }
H1.HeaderClassName
{
color: #A17785;
}
.AnyTagClassName
{
color: #A17785;
}
</style>
background-color css
<style>
a { background-color: #A17785; }
a { background-color: rgb(161,119,133); }
div.DivClassName
{
background-color: #A17785;
}
.BgClassName
{
background-color: #A17785;
}
</style>
border-color css
<style>
span { border-color: #A17785; }
span { border-color: rgb(161,119,133); }
td.TdClassName
{
border-color: #A17785;
}
.TagClassName
{
border-color: #A17785;
}
</style>