Shades of Tapestry #A56B83
Tints of Tapestry #A56B83
RGB
CMYK
RGB Variations
Color information
#A56B83 (or 0xA56B83) is known color: Tapestry. HEX triplet: A5, 6B and 83. RGB value is (165,107,131). Sum of RGB (Red+Green+Blue) = 165+107+131=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B83 is #5A947C. Grayscale: #7F7F7F. Windows color (decimal): -5936253 or 8612773. OLE color: 8612773.
HSL color Cylindrical-coordinate representation of color #A56B83: hue angle of 335.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56B83 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 107 | 131 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.35 |
| HSL | 335.17º | 0.24% | 0.53% | - |
| HSV(B) | 335.17º | 0.35% | 0.65% | - |
| XYZ | 24.87 | 20.15 | 24.05 | - |
| YUV | 127.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 131 | 0 | 0.35 | 0.21 | 0.35 | 335.17 | 0.24 | 0.53 |
| Hex | A5 | 6B | 83 | 0 | 23 | 15 | 23 | 14F | 18 | 35 |
| Octal | 245 | 153 | 203 | 0 | 43 | 25 | 43 | 517 | 30 | 65 |
| Binary | 10100101 | 1101011 | 10000011 | 0 | 100011 | 10101 | 100011 | 101001111 | 11000 | 110101 |
Color Harmonies of #A56B83
Complementary color
Monochromatic Colors of #A56B83
Black with #A56B83
Text Example
Text Example
White with #A56B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56B83; }
p { color: rgb(165,107,131); }
H1.HeaderClassName
{
color: #A56B83;
}
.AnyTagClassName
{
color: #A56B83;
}
</style>
background-color css
<style>
a { background-color: #A56B83; }
a { background-color: rgb(165,107,131); }
div.DivClassName
{
background-color: #A56B83;
}
.BgClassName
{
background-color: #A56B83;
}
</style>
border-color css
<style>
span { border-color: #A56B83; }
span { border-color: rgb(165,107,131); }
td.TdClassName
{
border-color: #A56B83;
}
.TagClassName
{
border-color: #A56B83;
}
</style>