Shades of Tapestry #A97985
Tints of Tapestry #A97985
RGB
CMYK
RGB Variations
Color information
#A97985 (or 0xA97985) is known color: Tapestry. HEX triplet: A9, 79 and 85. RGB value is (169,121,133). Sum of RGB (Red+Green+Blue) = 169+121+133=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A97985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97985 is #56867A. Grayscale: #888888. Windows color (decimal): -5670523 or 8747433. OLE color: 8747433.
HSL color Cylindrical-coordinate representation of color #A97985: hue angle of 345º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97985 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 121 | 133 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.34 |
| HSL | 345º | 0.22% | 0.57% | - |
| HSV(B) | 345º | 0.28% | 0.66% | - |
| XYZ | 27.43 | 23.8 | 25.34 | - |
| YUV | 136.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 133 | 0 | 0.28 | 0.21 | 0.34 | 345 | 0.22 | 0.57 |
| Hex | A9 | 79 | 85 | 0 | 1C | 15 | 22 | 159 | 16 | 39 |
| Octal | 251 | 171 | 205 | 0 | 34 | 25 | 42 | 531 | 26 | 71 |
| Binary | 10101001 | 1111001 | 10000101 | 0 | 11100 | 10101 | 100010 | 101011001 | 10110 | 111001 |
Color Harmonies of #A97985
Complementary color
Monochromatic Colors of #A97985
Black with #A97985
Text Example
Text Example
White with #A97985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97985; }
p { color: rgb(169,121,133); }
H1.HeaderClassName
{
color: #A97985;
}
.AnyTagClassName
{
color: #A97985;
}
</style>
background-color css
<style>
a { background-color: #A97985; }
a { background-color: rgb(169,121,133); }
div.DivClassName
{
background-color: #A97985;
}
.BgClassName
{
background-color: #A97985;
}
</style>
border-color css
<style>
span { border-color: #A97985; }
span { border-color: rgb(169,121,133); }
td.TdClassName
{
border-color: #A97985;
}
.TagClassName
{
border-color: #A97985;
}
</style>