Shades of Tapestry #A57284
Tints of Tapestry #A57284
RGB
CMYK
RGB Variations
Color information
#A57284 (or 0xA57284) is known color: Tapestry. HEX triplet: A5, 72 and 84. RGB value is (165,114,132). Sum of RGB (Red+Green+Blue) = 165+114+132=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A57284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57284 is #5A8D7B. Grayscale: #838383. Windows color (decimal): -5934460 or 8680101. OLE color: 8680101.
HSL color Cylindrical-coordinate representation of color #A57284: hue angle of 338.82º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A57284 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 114 | 132 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.35 |
| HSL | 338.82º | 0.22% | 0.55% | - |
| HSV(B) | 338.82º | 0.31% | 0.65% | - |
| XYZ | 25.7 | 21.7 | 24.66 | - |
| YUV | 131.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 114 | 132 | 0 | 0.31 | 0.20 | 0.35 | 338.82 | 0.22 | 0.55 |
| Hex | A5 | 72 | 84 | 0 | 1F | 14 | 23 | 153 | 16 | 37 |
| Octal | 245 | 162 | 204 | 0 | 37 | 24 | 43 | 523 | 26 | 67 |
| Binary | 10100101 | 1110010 | 10000100 | 0 | 11111 | 10100 | 100011 | 101010011 | 10110 | 110111 |
Color Harmonies of #A57284
Complementary color
Monochromatic Colors of #A57284
Black with #A57284
Text Example
Text Example
White with #A57284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57284; }
p { color: rgb(165,114,132); }
H1.HeaderClassName
{
color: #A57284;
}
.AnyTagClassName
{
color: #A57284;
}
</style>
background-color css
<style>
a { background-color: #A57284; }
a { background-color: rgb(165,114,132); }
div.DivClassName
{
background-color: #A57284;
}
.BgClassName
{
background-color: #A57284;
}
</style>
border-color css
<style>
span { border-color: #A57284; }
span { border-color: rgb(165,114,132); }
td.TdClassName
{
border-color: #A57284;
}
.TagClassName
{
border-color: #A57284;
}
</style>