Shades of Tapestry #A17682
Tints of Tapestry #A17682
RGB
CMYK
RGB Variations
Color information
#A17682 (or 0xA17682) is known color: Tapestry. HEX triplet: A1, 76 and 82. RGB value is (161,118,130). Sum of RGB (Red+Green+Blue) = 161+118+130=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A17682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17682 is #5E897D. Grayscale: #848484. Windows color (decimal): -6195582 or 8550049. OLE color: 8550049.
HSL color Cylindrical-coordinate representation of color #A17682: hue angle of 343.26º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17682 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 130 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.37 |
| HSL | 343.26º | 0.19% | 0.55% | - |
| HSV(B) | 343.26º | 0.27% | 0.63% | - |
| XYZ | 25.21 | 22.15 | 24.07 | - |
| YUV | 132.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 130 | 0 | 0.27 | 0.19 | 0.37 | 343.26 | 0.19 | 0.55 |
| Hex | A1 | 76 | 82 | 0 | 1B | 13 | 25 | 157 | 13 | 37 |
| Octal | 241 | 166 | 202 | 0 | 33 | 23 | 45 | 527 | 23 | 67 |
| Binary | 10100001 | 1110110 | 10000010 | 0 | 11011 | 10011 | 100101 | 101010111 | 10011 | 110111 |
Color Harmonies of #A17682
Complementary color
Monochromatic Colors of #A17682
Black with #A17682
Text Example
Text Example
White with #A17682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17682; }
p { color: rgb(161,118,130); }
H1.HeaderClassName
{
color: #A17682;
}
.AnyTagClassName
{
color: #A17682;
}
</style>
background-color css
<style>
a { background-color: #A17682; }
a { background-color: rgb(161,118,130); }
div.DivClassName
{
background-color: #A17682;
}
.BgClassName
{
background-color: #A17682;
}
</style>
border-color css
<style>
span { border-color: #A17682; }
span { border-color: rgb(161,118,130); }
td.TdClassName
{
border-color: #A17682;
}
.TagClassName
{
border-color: #A17682;
}
</style>