Shades of Tapestry #A77288
Tints of Tapestry #A77288
RGB
CMYK
RGB Variations
Color information
#A77288 (or 0xA77288) is known color: Tapestry. HEX triplet: A7, 72 and 88. RGB value is (167,114,136). Sum of RGB (Red+Green+Blue) = 167+114+136=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A77288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77288 is #588D77. Grayscale: #848484. Windows color (decimal): -5803384 or 8942247. OLE color: 8942247.
HSL color Cylindrical-coordinate representation of color #A77288: hue angle of 335.09º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A77288 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 136 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.35 |
| HSL | 335.09º | 0.23% | 0.55% | - |
| HSV(B) | 335.09º | 0.32% | 0.65% | - |
| XYZ | 26.4 | 22.03 | 26.15 | - |
| YUV | 132.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 136 | 0 | 0.32 | 0.19 | 0.35 | 335.09 | 0.23 | 0.55 |
| Hex | A7 | 72 | 88 | 0 | 20 | 13 | 23 | 14F | 17 | 37 |
| Octal | 247 | 162 | 210 | 0 | 40 | 23 | 43 | 517 | 27 | 67 |
| Binary | 10100111 | 1110010 | 10001000 | 0 | 100000 | 10011 | 100011 | 101001111 | 10111 | 110111 |
Color Harmonies of #A77288
Complementary color
Monochromatic Colors of #A77288
Black with #A77288
Text Example
Text Example
White with #A77288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77288; }
p { color: rgb(167,114,136); }
H1.HeaderClassName
{
color: #A77288;
}
.AnyTagClassName
{
color: #A77288;
}
</style>
background-color css
<style>
a { background-color: #A77288; }
a { background-color: rgb(167,114,136); }
div.DivClassName
{
background-color: #A77288;
}
.BgClassName
{
background-color: #A77288;
}
</style>
border-color css
<style>
span { border-color: #A77288; }
span { border-color: rgb(167,114,136); }
td.TdClassName
{
border-color: #A77288;
}
.TagClassName
{
border-color: #A77288;
}
</style>