Shades of Tapestry #A07B84
Tints of Tapestry #A07B84
RGB
CMYK
RGB Variations
Color information
#A07B84 (or 0xA07B84) is known color: Tapestry. HEX triplet: A0, 7B and 84. RGB value is (160,123,132). Sum of RGB (Red+Green+Blue) = 160+123+132=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07B84 is #5F847B. Grayscale: #878787. Windows color (decimal): -6259836 or 8682400. OLE color: 8682400.
HSL color Cylindrical-coordinate representation of color #A07B84: hue angle of 345.41º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07B84 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 132 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.37 |
| HSL | 345.41º | 0.16% | 0.55% | - |
| HSV(B) | 345.41º | 0.23% | 0.63% | - |
| XYZ | 25.75 | 23.31 | 24.97 | - |
| YUV | 135.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 132 | 0 | 0.23 | 0.17 | 0.37 | 345.41 | 0.16 | 0.55 |
| Hex | A0 | 7B | 84 | 0 | 17 | 11 | 25 | 159 | 10 | 37 |
| Octal | 240 | 173 | 204 | 0 | 27 | 21 | 45 | 531 | 20 | 67 |
| Binary | 10100000 | 1111011 | 10000100 | 0 | 10111 | 10001 | 100101 | 101011001 | 10000 | 110111 |
Color Harmonies of #A07B84
Complementary color
Monochromatic Colors of #A07B84
Black with #A07B84
Text Example
Text Example
White with #A07B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B84; }
p { color: rgb(160,123,132); }
H1.HeaderClassName
{
color: #A07B84;
}
.AnyTagClassName
{
color: #A07B84;
}
</style>
background-color css
<style>
a { background-color: #A07B84; }
a { background-color: rgb(160,123,132); }
div.DivClassName
{
background-color: #A07B84;
}
.BgClassName
{
background-color: #A07B84;
}
</style>
border-color css
<style>
span { border-color: #A07B84; }
span { border-color: rgb(160,123,132); }
td.TdClassName
{
border-color: #A07B84;
}
.TagClassName
{
border-color: #A07B84;
}
</style>