Shades of Tapestry #A17082
Tints of Tapestry #A17082
RGB
CMYK
RGB Variations
Color information
#A17082 (or 0xA17082) is known color: Tapestry. HEX triplet: A1, 70 and 82. RGB value is (161,112,130). Sum of RGB (Red+Green+Blue) = 161+112+130=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A17082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17082 is #5E8F7D. Grayscale: #808080. Windows color (decimal): -6197118 or 8548513. OLE color: 8548513.
HSL color Cylindrical-coordinate representation of color #A17082: hue angle of 337.96º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17082 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 130 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.37 |
| HSL | 337.96º | 0.21% | 0.54% | - |
| HSV(B) | 337.96º | 0.3% | 0.63% | - |
| XYZ | 24.52 | 20.78 | 23.84 | - |
| YUV | 128.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 130 | 0 | 0.30 | 0.19 | 0.37 | 337.96 | 0.21 | 0.54 |
| Hex | A1 | 70 | 82 | 0 | 1E | 13 | 25 | 152 | 15 | 36 |
| Octal | 241 | 160 | 202 | 0 | 36 | 23 | 45 | 522 | 25 | 66 |
| Binary | 10100001 | 1110000 | 10000010 | 0 | 11110 | 10011 | 100101 | 101010010 | 10101 | 110110 |
Color Harmonies of #A17082
Complementary color
Monochromatic Colors of #A17082
Black with #A17082
Text Example
Text Example
White with #A17082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17082; }
p { color: rgb(161,112,130); }
H1.HeaderClassName
{
color: #A17082;
}
.AnyTagClassName
{
color: #A17082;
}
</style>
background-color css
<style>
a { background-color: #A17082; }
a { background-color: rgb(161,112,130); }
div.DivClassName
{
background-color: #A17082;
}
.BgClassName
{
background-color: #A17082;
}
</style>
border-color css
<style>
span { border-color: #A17082; }
span { border-color: rgb(161,112,130); }
td.TdClassName
{
border-color: #A17082;
}
.TagClassName
{
border-color: #A17082;
}
</style>