Shades of Tapestry #A57084
Tints of Tapestry #A57084
RGB
CMYK
RGB Variations
Color information
#A57084 (or 0xA57084) is known color: Tapestry. HEX triplet: A5, 70 and 84. RGB value is (165,112,132). Sum of RGB (Red+Green+Blue) = 165+112+132=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A57084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57084 is #5A8F7B. Grayscale: #828282. Windows color (decimal): -5934972 or 8679589. OLE color: 8679589.
HSL color Cylindrical-coordinate representation of color #A57084: hue angle of 337.36º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57084 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 112 | 132 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.35 |
| HSL | 337.36º | 0.23% | 0.54% | - |
| HSV(B) | 337.36º | 0.32% | 0.65% | - |
| XYZ | 25.48 | 21.25 | 24.59 | - |
| YUV | 130.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 132 | 0 | 0.32 | 0.20 | 0.35 | 337.36 | 0.23 | 0.54 |
| Hex | A5 | 70 | 84 | 0 | 20 | 14 | 23 | 151 | 17 | 36 |
| Octal | 245 | 160 | 204 | 0 | 40 | 24 | 43 | 521 | 27 | 66 |
| Binary | 10100101 | 1110000 | 10000100 | 0 | 100000 | 10100 | 100011 | 101010001 | 10111 | 110110 |
Color Harmonies of #A57084
Complementary color
Monochromatic Colors of #A57084
Black with #A57084
Text Example
Text Example
White with #A57084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57084; }
p { color: rgb(165,112,132); }
H1.HeaderClassName
{
color: #A57084;
}
.AnyTagClassName
{
color: #A57084;
}
</style>
background-color css
<style>
a { background-color: #A57084; }
a { background-color: rgb(165,112,132); }
div.DivClassName
{
background-color: #A57084;
}
.BgClassName
{
background-color: #A57084;
}
</style>
border-color css
<style>
span { border-color: #A57084; }
span { border-color: rgb(165,112,132); }
td.TdClassName
{
border-color: #A57084;
}
.TagClassName
{
border-color: #A57084;
}
</style>