Shades of Tapestry #A97386
Tints of Tapestry #A97386
RGB
CMYK
RGB Variations
Color information
#A97386 (or 0xA97386) is known color: Tapestry. HEX triplet: A9, 73 and 86. RGB value is (169,115,134). Sum of RGB (Red+Green+Blue) = 169+115+134=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A97386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97386 is #568C79. Grayscale: #858585. Windows color (decimal): -5672058 or 8811433. OLE color: 8811433.
HSL color Cylindrical-coordinate representation of color #A97386: hue angle of 338.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A97386 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 134 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.34 |
| HSL | 338.89º | 0.24% | 0.56% | - |
| HSV(B) | 338.89º | 0.32% | 0.66% | - |
| XYZ | 26.8 | 22.42 | 25.47 | - |
| YUV | 133.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 134 | 0 | 0.32 | 0.21 | 0.34 | 338.89 | 0.24 | 0.56 |
| Hex | A9 | 73 | 86 | 0 | 20 | 15 | 22 | 153 | 18 | 38 |
| Octal | 251 | 163 | 206 | 0 | 40 | 25 | 42 | 523 | 30 | 70 |
| Binary | 10101001 | 1110011 | 10000110 | 0 | 100000 | 10101 | 100010 | 101010011 | 11000 | 111000 |
Color Harmonies of #A97386
Complementary color
Monochromatic Colors of #A97386
Black with #A97386
Text Example
Text Example
White with #A97386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97386; }
p { color: rgb(169,115,134); }
H1.HeaderClassName
{
color: #A97386;
}
.AnyTagClassName
{
color: #A97386;
}
</style>
background-color css
<style>
a { background-color: #A97386; }
a { background-color: rgb(169,115,134); }
div.DivClassName
{
background-color: #A97386;
}
.BgClassName
{
background-color: #A97386;
}
</style>
border-color css
<style>
span { border-color: #A97386; }
span { border-color: rgb(169,115,134); }
td.TdClassName
{
border-color: #A97386;
}
.TagClassName
{
border-color: #A97386;
}
</style>