Shades of Tapestry #A9617C
Tints of Tapestry #A9617C
RGB
CMYK
RGB Variations
Color information
#A9617C (or 0xA9617C) is known color: Tapestry. HEX triplet: A9, 61 and 7C. RGB value is (169,97,124). Sum of RGB (Red+Green+Blue) = 169+97+124=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A9617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9617C is #569E83. Grayscale: #797979. Windows color (decimal): -5676676 or 8151465. OLE color: 8151465.
HSL color Cylindrical-coordinate representation of color #A9617C: hue angle of 337.5º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9617C is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 124 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.34 |
| HSL | 337.5º | 0.3% | 0.52% | - |
| HSV(B) | 337.5º | 0.43% | 0.66% | - |
| XYZ | 24.27 | 18.44 | 21.35 | - |
| YUV | 121.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 124 | 0 | 0.43 | 0.27 | 0.34 | 337.5 | 0.3 | 0.52 |
| Hex | A9 | 61 | 7C | 0 | 2B | 1B | 22 | 152 | 1E | 34 |
| Octal | 251 | 141 | 174 | 0 | 53 | 33 | 42 | 522 | 36 | 64 |
| Binary | 10101001 | 1100001 | 1111100 | 0 | 101011 | 11011 | 100010 | 101010010 | 11110 | 110100 |
Color Harmonies of #A9617C
Complementary color
Monochromatic Colors of #A9617C
Black with #A9617C
Text Example
Text Example
White with #A9617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9617C; }
p { color: rgb(169,97,124); }
H1.HeaderClassName
{
color: #A9617C;
}
.AnyTagClassName
{
color: #A9617C;
}
</style>
background-color css
<style>
a { background-color: #A9617C; }
a { background-color: rgb(169,97,124); }
div.DivClassName
{
background-color: #A9617C;
}
.BgClassName
{
background-color: #A9617C;
}
</style>
border-color css
<style>
span { border-color: #A9617C; }
span { border-color: rgb(169,97,124); }
td.TdClassName
{
border-color: #A9617C;
}
.TagClassName
{
border-color: #A9617C;
}
</style>