Shades of Tapestry #A07A85
Tints of Tapestry #A07A85
RGB
CMYK
RGB Variations
Color information
#A07A85 (or 0xA07A85) is known color: Tapestry. HEX triplet: A0, 7A and 85. RGB value is (160,122,133). Sum of RGB (Red+Green+Blue) = 160+122+133=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07A85 is #5F857A. Grayscale: #868686. Windows color (decimal): -6260091 or 8747680. OLE color: 8747680.
HSL color Cylindrical-coordinate representation of color #A07A85: hue angle of 342.63º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07A85 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 133 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.37 |
| HSL | 342.63º | 0.17% | 0.55% | - |
| HSV(B) | 342.63º | 0.24% | 0.63% | - |
| XYZ | 25.69 | 23.09 | 25.29 | - |
| YUV | 134.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 133 | 0 | 0.24 | 0.17 | 0.37 | 342.63 | 0.17 | 0.55 |
| Hex | A0 | 7A | 85 | 0 | 18 | 11 | 25 | 157 | 11 | 37 |
| Octal | 240 | 172 | 205 | 0 | 30 | 21 | 45 | 527 | 21 | 67 |
| Binary | 10100000 | 1111010 | 10000101 | 0 | 11000 | 10001 | 100101 | 101010111 | 10001 | 110111 |
Color Harmonies of #A07A85
Complementary color
Monochromatic Colors of #A07A85
Black with #A07A85
Text Example
Text Example
White with #A07A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A85; }
p { color: rgb(160,122,133); }
H1.HeaderClassName
{
color: #A07A85;
}
.AnyTagClassName
{
color: #A07A85;
}
</style>
background-color css
<style>
a { background-color: #A07A85; }
a { background-color: rgb(160,122,133); }
div.DivClassName
{
background-color: #A07A85;
}
.BgClassName
{
background-color: #A07A85;
}
</style>
border-color css
<style>
span { border-color: #A07A85; }
span { border-color: rgb(160,122,133); }
td.TdClassName
{
border-color: #A07A85;
}
.TagClassName
{
border-color: #A07A85;
}
</style>