Shades of Tapestry #A57985
Tints of Tapestry #A57985
RGB
CMYK
RGB Variations
Color information
#A57985 (or 0xA57985) is known color: Tapestry. HEX triplet: A5, 79 and 85. RGB value is (165,121,133). Sum of RGB (Red+Green+Blue) = 165+121+133=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A57985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57985 is #5A867A. Grayscale: #878787. Windows color (decimal): -5932667 or 8747429. OLE color: 8747429.
HSL color Cylindrical-coordinate representation of color #A57985: hue angle of 343.64º 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 #A57985 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 121 | 133 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.35 |
| HSL | 343.64º | 0.2% | 0.56% | - |
| HSV(B) | 343.64º | 0.27% | 0.65% | - |
| XYZ | 26.59 | 23.37 | 25.3 | - |
| YUV | 135.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 121 | 133 | 0 | 0.27 | 0.19 | 0.35 | 343.64 | 0.2 | 0.56 |
| Hex | A5 | 79 | 85 | 0 | 1B | 13 | 23 | 158 | 14 | 38 |
| Octal | 245 | 171 | 205 | 0 | 33 | 23 | 43 | 530 | 24 | 70 |
| Binary | 10100101 | 1111001 | 10000101 | 0 | 11011 | 10011 | 100011 | 101011000 | 10100 | 111000 |
Color Harmonies of #A57985
Complementary color
Monochromatic Colors of #A57985
Black with #A57985
Text Example
Text Example
White with #A57985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57985; }
p { color: rgb(165,121,133); }
H1.HeaderClassName
{
color: #A57985;
}
.AnyTagClassName
{
color: #A57985;
}
</style>
background-color css
<style>
a { background-color: #A57985; }
a { background-color: rgb(165,121,133); }
div.DivClassName
{
background-color: #A57985;
}
.BgClassName
{
background-color: #A57985;
}
</style>
border-color css
<style>
span { border-color: #A57985; }
span { border-color: rgb(165,121,133); }
td.TdClassName
{
border-color: #A57985;
}
.TagClassName
{
border-color: #A57985;
}
</style>