Shades of Tapestry #A77482
Tints of Tapestry #A77482
RGB
CMYK
RGB Variations
Color information
#A77482 (or 0xA77482) is known color: Tapestry. HEX triplet: A7, 74 and 82. RGB value is (167,116,130). Sum of RGB (Red+Green+Blue) = 167+116+130=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A77482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77482 is #588B7D. Grayscale: #848484. Windows color (decimal): -5802878 or 8549543. OLE color: 8549543.
HSL color Cylindrical-coordinate representation of color #A77482: hue angle of 343.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A77482 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 116 | 130 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.35 |
| HSL | 343.53º | 0.22% | 0.55% | - |
| HSV(B) | 343.53º | 0.31% | 0.65% | - |
| XYZ | 26.21 | 22.32 | 24.05 | - |
| YUV | 132.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 130 | 0 | 0.31 | 0.22 | 0.35 | 343.53 | 0.22 | 0.55 |
| Hex | A7 | 74 | 82 | 0 | 1F | 16 | 23 | 158 | 16 | 37 |
| Octal | 247 | 164 | 202 | 0 | 37 | 26 | 43 | 530 | 26 | 67 |
| Binary | 10100111 | 1110100 | 10000010 | 0 | 11111 | 10110 | 100011 | 101011000 | 10110 | 110111 |
Color Harmonies of #A77482
Complementary color
Monochromatic Colors of #A77482
Black with #A77482
Text Example
Text Example
White with #A77482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77482; }
p { color: rgb(167,116,130); }
H1.HeaderClassName
{
color: #A77482;
}
.AnyTagClassName
{
color: #A77482;
}
</style>
background-color css
<style>
a { background-color: #A77482; }
a { background-color: rgb(167,116,130); }
div.DivClassName
{
background-color: #A77482;
}
.BgClassName
{
background-color: #A77482;
}
</style>
border-color css
<style>
span { border-color: #A77482; }
span { border-color: rgb(167,116,130); }
td.TdClassName
{
border-color: #A77482;
}
.TagClassName
{
border-color: #A77482;
}
</style>