Shades of Tapestry #A97885
Tints of Tapestry #A97885
RGB
CMYK
RGB Variations
Color information
#A97885 (or 0xA97885) is known color: Tapestry. HEX triplet: A9, 78 and 85. RGB value is (169,120,133). Sum of RGB (Red+Green+Blue) = 169+120+133=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A97885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97885 is #56877A. Grayscale: #888888. Windows color (decimal): -5670779 or 8747177. OLE color: 8747177.
HSL color Cylindrical-coordinate representation of color #A97885: hue angle of 344.08º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A97885 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 120 | 133 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.34 |
| HSL | 344.08º | 0.22% | 0.57% | - |
| HSV(B) | 344.08º | 0.29% | 0.66% | - |
| XYZ | 27.31 | 23.56 | 25.3 | - |
| YUV | 136.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 133 | 0 | 0.29 | 0.21 | 0.34 | 344.08 | 0.22 | 0.57 |
| Hex | A9 | 78 | 85 | 0 | 1D | 15 | 22 | 158 | 16 | 39 |
| Octal | 251 | 170 | 205 | 0 | 35 | 25 | 42 | 530 | 26 | 71 |
| Binary | 10101001 | 1111000 | 10000101 | 0 | 11101 | 10101 | 100010 | 101011000 | 10110 | 111001 |
Color Harmonies of #A97885
Complementary color
Monochromatic Colors of #A97885
Black with #A97885
Text Example
Text Example
White with #A97885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97885; }
p { color: rgb(169,120,133); }
H1.HeaderClassName
{
color: #A97885;
}
.AnyTagClassName
{
color: #A97885;
}
</style>
background-color css
<style>
a { background-color: #A97885; }
a { background-color: rgb(169,120,133); }
div.DivClassName
{
background-color: #A97885;
}
.BgClassName
{
background-color: #A97885;
}
</style>
border-color css
<style>
span { border-color: #A97885; }
span { border-color: rgb(169,120,133); }
td.TdClassName
{
border-color: #A97885;
}
.TagClassName
{
border-color: #A97885;
}
</style>