Shades of Tapestry #A57884
Tints of Tapestry #A57884
RGB
CMYK
RGB Variations
Color information
#A57884 (or 0xA57884) is known color: Tapestry. HEX triplet: A5, 78 and 84. RGB value is (165,120,132). Sum of RGB (Red+Green+Blue) = 165+120+132=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A57884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57884 is #5A877B. Grayscale: #868686. Windows color (decimal): -5932924 or 8681637. OLE color: 8681637.
HSL color Cylindrical-coordinate representation of color #A57884: hue angle of 344º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A57884 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 132 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.35 |
| HSL | 344º | 0.2% | 0.56% | - |
| HSV(B) | 344º | 0.27% | 0.65% | - |
| XYZ | 26.4 | 23.1 | 24.9 | - |
| YUV | 134.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 132 | 0 | 0.27 | 0.20 | 0.35 | 344 | 0.2 | 0.56 |
| Hex | A5 | 78 | 84 | 0 | 1B | 14 | 23 | 158 | 14 | 38 |
| Octal | 245 | 170 | 204 | 0 | 33 | 24 | 43 | 530 | 24 | 70 |
| Binary | 10100101 | 1111000 | 10000100 | 0 | 11011 | 10100 | 100011 | 101011000 | 10100 | 111000 |
Color Harmonies of #A57884
Complementary color
Monochromatic Colors of #A57884
Black with #A57884
Text Example
Text Example
White with #A57884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57884; }
p { color: rgb(165,120,132); }
H1.HeaderClassName
{
color: #A57884;
}
.AnyTagClassName
{
color: #A57884;
}
</style>
background-color css
<style>
a { background-color: #A57884; }
a { background-color: rgb(165,120,132); }
div.DivClassName
{
background-color: #A57884;
}
.BgClassName
{
background-color: #A57884;
}
</style>
border-color css
<style>
span { border-color: #A57884; }
span { border-color: rgb(165,120,132); }
td.TdClassName
{
border-color: #A57884;
}
.TagClassName
{
border-color: #A57884;
}
</style>