Shades of Tapestry #A17984
Tints of Tapestry #A17984
RGB
CMYK
RGB Variations
Color information
#A17984 (or 0xA17984) is known color: Tapestry. HEX triplet: A1, 79 and 84. RGB value is (161,121,132). Sum of RGB (Red+Green+Blue) = 161+121+132=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A17984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17984 is #5E867B. Grayscale: #868686. Windows color (decimal): -6194812 or 8681889. OLE color: 8681889.
HSL color Cylindrical-coordinate representation of color #A17984: hue angle of 343.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17984 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 121 | 132 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.37 |
| HSL | 343.5º | 0.18% | 0.55% | - |
| HSV(B) | 343.5º | 0.25% | 0.63% | - |
| XYZ | 25.7 | 22.92 | 24.9 | - |
| YUV | 134.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 132 | 0 | 0.25 | 0.18 | 0.37 | 343.5 | 0.18 | 0.55 |
| Hex | A1 | 79 | 84 | 0 | 19 | 12 | 25 | 158 | 12 | 37 |
| Octal | 241 | 171 | 204 | 0 | 31 | 22 | 45 | 530 | 22 | 67 |
| Binary | 10100001 | 1111001 | 10000100 | 0 | 11001 | 10010 | 100101 | 101011000 | 10010 | 110111 |
Color Harmonies of #A17984
Complementary color
Monochromatic Colors of #A17984
Black with #A17984
Text Example
Text Example
White with #A17984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17984; }
p { color: rgb(161,121,132); }
H1.HeaderClassName
{
color: #A17984;
}
.AnyTagClassName
{
color: #A17984;
}
</style>
background-color css
<style>
a { background-color: #A17984; }
a { background-color: rgb(161,121,132); }
div.DivClassName
{
background-color: #A17984;
}
.BgClassName
{
background-color: #A17984;
}
</style>
border-color css
<style>
span { border-color: #A17984; }
span { border-color: rgb(161,121,132); }
td.TdClassName
{
border-color: #A17984;
}
.TagClassName
{
border-color: #A17984;
}
</style>