Shades of Tapestry #A77488
Tints of Tapestry #A77488
RGB
CMYK
RGB Variations
Color information
#A77488 (or 0xA77488) is known color: Tapestry. HEX triplet: A7, 74 and 88. RGB value is (167,116,136). Sum of RGB (Red+Green+Blue) = 167+116+136=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A77488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77488 is #588B77. Grayscale: #858585. Windows color (decimal): -5802872 or 8942759. OLE color: 8942759.
HSL color Cylindrical-coordinate representation of color #A77488: hue angle of 336.47º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A77488 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 116 | 136 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.35 |
| HSL | 336.47º | 0.22% | 0.55% | - |
| HSV(B) | 336.47º | 0.31% | 0.65% | - |
| XYZ | 26.63 | 22.48 | 26.23 | - |
| YUV | 133.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 136 | 0 | 0.31 | 0.19 | 0.35 | 336.47 | 0.22 | 0.55 |
| Hex | A7 | 74 | 88 | 0 | 1F | 13 | 23 | 150 | 16 | 37 |
| Octal | 247 | 164 | 210 | 0 | 37 | 23 | 43 | 520 | 26 | 67 |
| Binary | 10100111 | 1110100 | 10001000 | 0 | 11111 | 10011 | 100011 | 101010000 | 10110 | 110111 |
Color Harmonies of #A77488
Complementary color
Monochromatic Colors of #A77488
Black with #A77488
Text Example
Text Example
White with #A77488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77488; }
p { color: rgb(167,116,136); }
H1.HeaderClassName
{
color: #A77488;
}
.AnyTagClassName
{
color: #A77488;
}
</style>
background-color css
<style>
a { background-color: #A77488; }
a { background-color: rgb(167,116,136); }
div.DivClassName
{
background-color: #A77488;
}
.BgClassName
{
background-color: #A77488;
}
</style>
border-color css
<style>
span { border-color: #A77488; }
span { border-color: rgb(167,116,136); }
td.TdClassName
{
border-color: #A77488;
}
.TagClassName
{
border-color: #A77488;
}
</style>