Shades of Tapestry #A56F88
Tints of Tapestry #A56F88
RGB
CMYK
RGB Variations
Color information
#A56F88 (or 0xA56F88) is known color: Tapestry. HEX triplet: A5, 6F and 88. RGB value is (165,111,136). Sum of RGB (Red+Green+Blue) = 165+111+136=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F88 is #5A9077. Grayscale: #818181. Windows color (decimal): -5935224 or 8941477. OLE color: 8941477.
HSL color Cylindrical-coordinate representation of color #A56F88: hue angle of 332.22º 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 #A56F88 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 111 | 136 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.35 |
| HSL | 332.22º | 0.23% | 0.54% | - |
| HSV(B) | 332.22º | 0.33% | 0.65% | - |
| XYZ | 25.65 | 21.15 | 26.02 | - |
| YUV | 130 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 136 | 0 | 0.33 | 0.18 | 0.35 | 332.22 | 0.23 | 0.54 |
| Hex | A5 | 6F | 88 | 0 | 21 | 12 | 23 | 14C | 17 | 36 |
| Octal | 245 | 157 | 210 | 0 | 41 | 22 | 43 | 514 | 27 | 66 |
| Binary | 10100101 | 1101111 | 10001000 | 0 | 100001 | 10010 | 100011 | 101001100 | 10111 | 110110 |
Color Harmonies of #A56F88
Complementary color
Monochromatic Colors of #A56F88
Black with #A56F88
Text Example
Text Example
White with #A56F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56F88; }
p { color: rgb(165,111,136); }
H1.HeaderClassName
{
color: #A56F88;
}
.AnyTagClassName
{
color: #A56F88;
}
</style>
background-color css
<style>
a { background-color: #A56F88; }
a { background-color: rgb(165,111,136); }
div.DivClassName
{
background-color: #A56F88;
}
.BgClassName
{
background-color: #A56F88;
}
</style>
border-color css
<style>
span { border-color: #A56F88; }
span { border-color: rgb(165,111,136); }
td.TdClassName
{
border-color: #A56F88;
}
.TagClassName
{
border-color: #A56F88;
}
</style>