Shades of Tapestry #A57484
Tints of Tapestry #A57484
RGB
CMYK
RGB Variations
Color information
#A57484 (or 0xA57484) is known color: Tapestry. HEX triplet: A5, 74 and 84. RGB value is (165,116,132). Sum of RGB (Red+Green+Blue) = 165+116+132=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A57484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57484 is #5A8B7B. Grayscale: #848484. Windows color (decimal): -5933948 or 8680613. OLE color: 8680613.
HSL color Cylindrical-coordinate representation of color #A57484: hue angle of 340.41º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57484 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 116 | 132 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.35 |
| HSL | 340.41º | 0.21% | 0.55% | - |
| HSV(B) | 340.41º | 0.3% | 0.65% | - |
| XYZ | 25.93 | 22.16 | 24.74 | - |
| YUV | 132.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 132 | 0 | 0.30 | 0.20 | 0.35 | 340.41 | 0.21 | 0.55 |
| Hex | A5 | 74 | 84 | 0 | 1E | 14 | 23 | 154 | 15 | 37 |
| Octal | 245 | 164 | 204 | 0 | 36 | 24 | 43 | 524 | 25 | 67 |
| Binary | 10100101 | 1110100 | 10000100 | 0 | 11110 | 10100 | 100011 | 101010100 | 10101 | 110111 |
Color Harmonies of #A57484
Complementary color
Monochromatic Colors of #A57484
Black with #A57484
Text Example
Text Example
White with #A57484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57484; }
p { color: rgb(165,116,132); }
H1.HeaderClassName
{
color: #A57484;
}
.AnyTagClassName
{
color: #A57484;
}
</style>
background-color css
<style>
a { background-color: #A57484; }
a { background-color: rgb(165,116,132); }
div.DivClassName
{
background-color: #A57484;
}
.BgClassName
{
background-color: #A57484;
}
</style>
border-color css
<style>
span { border-color: #A57484; }
span { border-color: rgb(165,116,132); }
td.TdClassName
{
border-color: #A57484;
}
.TagClassName
{
border-color: #A57484;
}
</style>