Shades of Tapestry #A77082
Tints of Tapestry #A77082
RGB
CMYK
RGB Variations
Color information
#A77082 (or 0xA77082) is known color: Tapestry. HEX triplet: A7, 70 and 82. RGB value is (167,112,130). Sum of RGB (Red+Green+Blue) = 167+112+130=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A77082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77082 is #588F7D. Grayscale: #828282. Windows color (decimal): -5803902 or 8548519. OLE color: 8548519.
HSL color Cylindrical-coordinate representation of color #A77082: hue angle of 340.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A77082 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 112 | 130 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.35 |
| HSL | 340.36º | 0.24% | 0.55% | - |
| HSV(B) | 340.36º | 0.33% | 0.65% | - |
| XYZ | 25.76 | 21.42 | 23.9 | - |
| YUV | 130.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 130 | 0 | 0.33 | 0.22 | 0.35 | 340.36 | 0.24 | 0.55 |
| Hex | A7 | 70 | 82 | 0 | 21 | 16 | 23 | 154 | 18 | 37 |
| Octal | 247 | 160 | 202 | 0 | 41 | 26 | 43 | 524 | 30 | 67 |
| Binary | 10100111 | 1110000 | 10000010 | 0 | 100001 | 10110 | 100011 | 101010100 | 11000 | 110111 |
Color Harmonies of #A77082
Complementary color
Monochromatic Colors of #A77082
Black with #A77082
Text Example
Text Example
White with #A77082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77082; }
p { color: rgb(167,112,130); }
H1.HeaderClassName
{
color: #A77082;
}
.AnyTagClassName
{
color: #A77082;
}
</style>
background-color css
<style>
a { background-color: #A77082; }
a { background-color: rgb(167,112,130); }
div.DivClassName
{
background-color: #A77082;
}
.BgClassName
{
background-color: #A77082;
}
</style>
border-color css
<style>
span { border-color: #A77082; }
span { border-color: rgb(167,112,130); }
td.TdClassName
{
border-color: #A77082;
}
.TagClassName
{
border-color: #A77082;
}
</style>