Shades of Tapestry #A5697F
Tints of Tapestry #A5697F
RGB
CMYK
RGB Variations
Color information
#A5697F (or 0xA5697F) is known color: Tapestry. HEX triplet: A5, 69 and 7F. RGB value is (165,105,127). Sum of RGB (Red+Green+Blue) = 165+105+127=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A5697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5697F is #5A9680. Grayscale: #7D7D7D. Windows color (decimal): -5936769 or 8350117. OLE color: 8350117.
HSL color Cylindrical-coordinate representation of color #A5697F: hue angle of 338º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5697F is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 105 | 127 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.35 |
| HSL | 338º | 0.25% | 0.53% | - |
| HSV(B) | 338º | 0.36% | 0.65% | - |
| XYZ | 24.4 | 19.63 | 22.58 | - |
| YUV | 125.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 127 | 0 | 0.36 | 0.23 | 0.35 | 338 | 0.25 | 0.53 |
| Hex | A5 | 69 | 7F | 0 | 24 | 17 | 23 | 152 | 19 | 35 |
| Octal | 245 | 151 | 177 | 0 | 44 | 27 | 43 | 522 | 31 | 65 |
| Binary | 10100101 | 1101001 | 1111111 | 0 | 100100 | 10111 | 100011 | 101010010 | 11001 | 110101 |
Color Harmonies of #A5697F
Complementary color
Monochromatic Colors of #A5697F
Black with #A5697F
Text Example
Text Example
White with #A5697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5697F; }
p { color: rgb(165,105,127); }
H1.HeaderClassName
{
color: #A5697F;
}
.AnyTagClassName
{
color: #A5697F;
}
</style>
background-color css
<style>
a { background-color: #A5697F; }
a { background-color: rgb(165,105,127); }
div.DivClassName
{
background-color: #A5697F;
}
.BgClassName
{
background-color: #A5697F;
}
</style>
border-color css
<style>
span { border-color: #A5697F; }
span { border-color: rgb(165,105,127); }
td.TdClassName
{
border-color: #A5697F;
}
.TagClassName
{
border-color: #A5697F;
}
</style>