Shades of Tapestry #A56E7F
Tints of Tapestry #A56E7F
RGB
CMYK
RGB Variations
Color information
#A56E7F (or 0xA56E7F) is known color: Tapestry. HEX triplet: A5, 6E and 7F. RGB value is (165,110,127). Sum of RGB (Red+Green+Blue) = 165+110+127=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56E7F is #5A9180. Grayscale: #808080. Windows color (decimal): -5935489 or 8351397. OLE color: 8351397.
HSL color Cylindrical-coordinate representation of color #A56E7F: hue angle of 341.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56E7F is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 110 | 127 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.35 |
| HSL | 341.45º | 0.23% | 0.54% | - |
| HSV(B) | 341.45º | 0.33% | 0.65% | - |
| XYZ | 24.92 | 20.68 | 22.76 | - |
| YUV | 128.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 110 | 127 | 0 | 0.33 | 0.23 | 0.35 | 341.45 | 0.23 | 0.54 |
| Hex | A5 | 6E | 7F | 0 | 21 | 17 | 23 | 155 | 17 | 36 |
| Octal | 245 | 156 | 177 | 0 | 41 | 27 | 43 | 525 | 27 | 66 |
| Binary | 10100101 | 1101110 | 1111111 | 0 | 100001 | 10111 | 100011 | 101010101 | 10111 | 110110 |
Color Harmonies of #A56E7F
Complementary color
Monochromatic Colors of #A56E7F
Black with #A56E7F
Text Example
Text Example
White with #A56E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56E7F; }
p { color: rgb(165,110,127); }
H1.HeaderClassName
{
color: #A56E7F;
}
.AnyTagClassName
{
color: #A56E7F;
}
</style>
background-color css
<style>
a { background-color: #A56E7F; }
a { background-color: rgb(165,110,127); }
div.DivClassName
{
background-color: #A56E7F;
}
.BgClassName
{
background-color: #A56E7F;
}
</style>
border-color css
<style>
span { border-color: #A56E7F; }
span { border-color: rgb(165,110,127); }
td.TdClassName
{
border-color: #A56E7F;
}
.TagClassName
{
border-color: #A56E7F;
}
</style>