Shades of Tapestry #A97785
Tints of Tapestry #A97785
RGB
CMYK
RGB Variations
Color information
#A97785 (or 0xA97785) is known color: Tapestry. HEX triplet: A9, 77 and 85. RGB value is (169,119,133). Sum of RGB (Red+Green+Blue) = 169+119+133=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A97785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97785 is #56887A. Grayscale: #878787. Windows color (decimal): -5671035 or 8746921. OLE color: 8746921.
HSL color Cylindrical-coordinate representation of color #A97785: hue angle of 343.2º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A97785 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 119 | 133 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.34 |
| HSL | 343.2º | 0.23% | 0.56% | - |
| HSV(B) | 343.2º | 0.3% | 0.66% | - |
| XYZ | 27.19 | 23.32 | 25.26 | - |
| YUV | 135.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 133 | 0 | 0.30 | 0.21 | 0.34 | 343.2 | 0.23 | 0.56 |
| Hex | A9 | 77 | 85 | 0 | 1E | 15 | 22 | 157 | 17 | 38 |
| Octal | 251 | 167 | 205 | 0 | 36 | 25 | 42 | 527 | 27 | 70 |
| Binary | 10101001 | 1110111 | 10000101 | 0 | 11110 | 10101 | 100010 | 101010111 | 10111 | 111000 |
Color Harmonies of #A97785
Complementary color
Monochromatic Colors of #A97785
Black with #A97785
Text Example
Text Example
White with #A97785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97785; }
p { color: rgb(169,119,133); }
H1.HeaderClassName
{
color: #A97785;
}
.AnyTagClassName
{
color: #A97785;
}
</style>
background-color css
<style>
a { background-color: #A97785; }
a { background-color: rgb(169,119,133); }
div.DivClassName
{
background-color: #A97785;
}
.BgClassName
{
background-color: #A97785;
}
</style>
border-color css
<style>
span { border-color: #A97785; }
span { border-color: rgb(169,119,133); }
td.TdClassName
{
border-color: #A97785;
}
.TagClassName
{
border-color: #A97785;
}
</style>