Shades of Tapestry #A57D85
Tints of Tapestry #A57D85
RGB
CMYK
RGB Variations
Color information
#A57D85 (or 0xA57D85) is known color: Tapestry. HEX triplet: A5, 7D and 85. RGB value is (165,125,133). Sum of RGB (Red+Green+Blue) = 165+125+133=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57D85 is #5A827A. Grayscale: #898989. Windows color (decimal): -5931643 or 8748453. OLE color: 8748453.
HSL color Cylindrical-coordinate representation of color #A57D85: hue angle of 348º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A57D85 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 133 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.35 |
| HSL | 348º | 0.18% | 0.57% | - |
| HSV(B) | 348º | 0.24% | 0.65% | - |
| XYZ | 27.08 | 24.36 | 25.46 | - |
| YUV | 137.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 133 | 0 | 0.24 | 0.19 | 0.35 | 348 | 0.18 | 0.57 |
| Hex | A5 | 7D | 85 | 0 | 18 | 13 | 23 | 15C | 12 | 39 |
| Octal | 245 | 175 | 205 | 0 | 30 | 23 | 43 | 534 | 22 | 71 |
| Binary | 10100101 | 1111101 | 10000101 | 0 | 11000 | 10011 | 100011 | 101011100 | 10010 | 111001 |
Color Harmonies of #A57D85
Complementary color
Monochromatic Colors of #A57D85
Black with #A57D85
Text Example
Text Example
White with #A57D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D85; }
p { color: rgb(165,125,133); }
H1.HeaderClassName
{
color: #A57D85;
}
.AnyTagClassName
{
color: #A57D85;
}
</style>
background-color css
<style>
a { background-color: #A57D85; }
a { background-color: rgb(165,125,133); }
div.DivClassName
{
background-color: #A57D85;
}
.BgClassName
{
background-color: #A57D85;
}
</style>
border-color css
<style>
span { border-color: #A57D85; }
span { border-color: rgb(165,125,133); }
td.TdClassName
{
border-color: #A57D85;
}
.TagClassName
{
border-color: #A57D85;
}
</style>