Shades of Tapestry #A57784
Tints of Tapestry #A57784
RGB
CMYK
RGB Variations
Color information
#A57784 (or 0xA57784) is known color: Tapestry. HEX triplet: A5, 77 and 84. RGB value is (165,119,132). Sum of RGB (Red+Green+Blue) = 165+119+132=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A57784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57784 is #5A887B. Grayscale: #868686. Windows color (decimal): -5933180 or 8681381. OLE color: 8681381.
HSL color Cylindrical-coordinate representation of color #A57784: hue angle of 343.04º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57784 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 119 | 132 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.35 |
| HSL | 343.04º | 0.2% | 0.56% | - |
| HSV(B) | 343.04º | 0.28% | 0.65% | - |
| XYZ | 26.28 | 22.86 | 24.86 | - |
| YUV | 134.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 132 | 0 | 0.28 | 0.20 | 0.35 | 343.04 | 0.2 | 0.56 |
| Hex | A5 | 77 | 84 | 0 | 1C | 14 | 23 | 157 | 14 | 38 |
| Octal | 245 | 167 | 204 | 0 | 34 | 24 | 43 | 527 | 24 | 70 |
| Binary | 10100101 | 1110111 | 10000100 | 0 | 11100 | 10100 | 100011 | 101010111 | 10100 | 111000 |
Color Harmonies of #A57784
Complementary color
Monochromatic Colors of #A57784
Black with #A57784
Text Example
Text Example
White with #A57784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57784; }
p { color: rgb(165,119,132); }
H1.HeaderClassName
{
color: #A57784;
}
.AnyTagClassName
{
color: #A57784;
}
</style>
background-color css
<style>
a { background-color: #A57784; }
a { background-color: rgb(165,119,132); }
div.DivClassName
{
background-color: #A57784;
}
.BgClassName
{
background-color: #A57784;
}
</style>
border-color css
<style>
span { border-color: #A57784; }
span { border-color: rgb(165,119,132); }
td.TdClassName
{
border-color: #A57784;
}
.TagClassName
{
border-color: #A57784;
}
</style>