Shades of Tapestry #A57A84
Tints of Tapestry #A57A84
RGB
CMYK
RGB Variations
Color information
#A57A84 (or 0xA57A84) is known color: Tapestry. HEX triplet: A5, 7A and 84. RGB value is (165,122,132). Sum of RGB (Red+Green+Blue) = 165+122+132=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57A84 is #5A857B. Grayscale: #888888. Windows color (decimal): -5932412 or 8682149. OLE color: 8682149.
HSL color Cylindrical-coordinate representation of color #A57A84: hue angle of 346.05º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57A84 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 132 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.35 |
| HSL | 346.05º | 0.19% | 0.56% | - |
| HSV(B) | 346.05º | 0.26% | 0.65% | - |
| XYZ | 26.64 | 23.58 | 24.98 | - |
| YUV | 136 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 132 | 0 | 0.26 | 0.20 | 0.35 | 346.05 | 0.19 | 0.56 |
| Hex | A5 | 7A | 84 | 0 | 1A | 14 | 23 | 15A | 13 | 38 |
| Octal | 245 | 172 | 204 | 0 | 32 | 24 | 43 | 532 | 23 | 70 |
| Binary | 10100101 | 1111010 | 10000100 | 0 | 11010 | 10100 | 100011 | 101011010 | 10011 | 111000 |
Color Harmonies of #A57A84
Complementary color
Monochromatic Colors of #A57A84
Black with #A57A84
Text Example
Text Example
White with #A57A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A84; }
p { color: rgb(165,122,132); }
H1.HeaderClassName
{
color: #A57A84;
}
.AnyTagClassName
{
color: #A57A84;
}
</style>
background-color css
<style>
a { background-color: #A57A84; }
a { background-color: rgb(165,122,132); }
div.DivClassName
{
background-color: #A57A84;
}
.BgClassName
{
background-color: #A57A84;
}
</style>
border-color css
<style>
span { border-color: #A57A84; }
span { border-color: rgb(165,122,132); }
td.TdClassName
{
border-color: #A57A84;
}
.TagClassName
{
border-color: #A57A84;
}
</style>