Shades of Tapestry #A8617D
Tints of Tapestry #A8617D
RGB
CMYK
RGB Variations
Color information
#A8617D (or 0xA8617D) is known color: Tapestry. HEX triplet: A8, 61 and 7D. RGB value is (168,97,125). Sum of RGB (Red+Green+Blue) = 168+97+125=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8617D is #579E82. Grayscale: #797979. Windows color (decimal): -5742211 or 8217000. OLE color: 8217000.
HSL color Cylindrical-coordinate representation of color #A8617D: hue angle of 336.34º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8617D is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 125 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.34 |
| HSL | 336.34º | 0.29% | 0.52% | - |
| HSV(B) | 336.34º | 0.42% | 0.66% | - |
| XYZ | 24.12 | 18.35 | 21.67 | - |
| YUV | 121.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 125 | 0 | 0.42 | 0.26 | 0.34 | 336.34 | 0.29 | 0.52 |
| Hex | A8 | 61 | 7D | 0 | 2A | 1A | 22 | 150 | 1D | 34 |
| Octal | 250 | 141 | 175 | 0 | 52 | 32 | 42 | 520 | 35 | 64 |
| Binary | 10101000 | 1100001 | 1111101 | 0 | 101010 | 11010 | 100010 | 101010000 | 11101 | 110100 |
Color Harmonies of #A8617D
Complementary color
Monochromatic Colors of #A8617D
Black with #A8617D
Text Example
Text Example
White with #A8617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8617D; }
p { color: rgb(168,97,125); }
H1.HeaderClassName
{
color: #A8617D;
}
.AnyTagClassName
{
color: #A8617D;
}
</style>
background-color css
<style>
a { background-color: #A8617D; }
a { background-color: rgb(168,97,125); }
div.DivClassName
{
background-color: #A8617D;
}
.BgClassName
{
background-color: #A8617D;
}
</style>
border-color css
<style>
span { border-color: #A8617D; }
span { border-color: rgb(168,97,125); }
td.TdClassName
{
border-color: #A8617D;
}
.TagClassName
{
border-color: #A8617D;
}
</style>