Shades of Tapestry #A57E8C
Tints of Tapestry #A57E8C
RGB
CMYK
RGB Variations
Color information
#A57E8C (or 0xA57E8C) is known color: Tapestry. HEX triplet: A5, 7E and 8C. RGB value is (165,126,140). Sum of RGB (Red+Green+Blue) = 165+126+140=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57E8C is #5A8173. Grayscale: #8B8B8B. Windows color (decimal): -5931380 or 9207461. OLE color: 9207461.
HSL color Cylindrical-coordinate representation of color #A57E8C: hue angle of 338.46º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A57E8C is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 126 | 140 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.35 |
| HSL | 338.46º | 0.18% | 0.57% | - |
| HSV(B) | 338.46º | 0.24% | 0.65% | - |
| XYZ | 27.71 | 24.81 | 28.14 | - |
| YUV | 139.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 140 | 0 | 0.24 | 0.15 | 0.35 | 338.46 | 0.18 | 0.57 |
| Hex | A5 | 7E | 8C | 0 | 18 | F | 23 | 152 | 12 | 39 |
| Octal | 245 | 176 | 214 | 0 | 30 | 17 | 43 | 522 | 22 | 71 |
| Binary | 10100101 | 1111110 | 10001100 | 0 | 11000 | 1111 | 100011 | 101010010 | 10010 | 111001 |
Color Harmonies of #A57E8C
Complementary color
Monochromatic Colors of #A57E8C
Black with #A57E8C
Text Example
Text Example
White with #A57E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57E8C; }
p { color: rgb(165,126,140); }
H1.HeaderClassName
{
color: #A57E8C;
}
.AnyTagClassName
{
color: #A57E8C;
}
</style>
background-color css
<style>
a { background-color: #A57E8C; }
a { background-color: rgb(165,126,140); }
div.DivClassName
{
background-color: #A57E8C;
}
.BgClassName
{
background-color: #A57E8C;
}
</style>
border-color css
<style>
span { border-color: #A57E8C; }
span { border-color: rgb(165,126,140); }
td.TdClassName
{
border-color: #A57E8C;
}
.TagClassName
{
border-color: #A57E8C;
}
</style>