Shades of Tapestry #A76582
Tints of Tapestry #A76582
RGB
CMYK
RGB Variations
Color information
#A76582 (or 0xA76582) is known color: Tapestry. HEX triplet: A7, 65 and 82. RGB value is (167,101,130). Sum of RGB (Red+Green+Blue) = 167+101+130=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A76582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76582 is #589A7D. Grayscale: #7B7B7B. Windows color (decimal): -5806718 or 8545703. OLE color: 8545703.
HSL color Cylindrical-coordinate representation of color #A76582: hue angle of 333.64º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76582 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 130 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.35 |
| HSL | 333.64º | 0.27% | 0.53% | - |
| HSV(B) | 333.64º | 0.4% | 0.65% | - |
| XYZ | 24.62 | 19.13 | 23.51 | - |
| YUV | 124.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 130 | 0 | 0.40 | 0.22 | 0.35 | 333.64 | 0.27 | 0.53 |
| Hex | A7 | 65 | 82 | 0 | 28 | 16 | 23 | 14E | 1B | 35 |
| Octal | 247 | 145 | 202 | 0 | 50 | 26 | 43 | 516 | 33 | 65 |
| Binary | 10100111 | 1100101 | 10000010 | 0 | 101000 | 10110 | 100011 | 101001110 | 11011 | 110101 |
Color Harmonies of #A76582
Complementary color
Monochromatic Colors of #A76582
Black with #A76582
Text Example
Text Example
White with #A76582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76582; }
p { color: rgb(167,101,130); }
H1.HeaderClassName
{
color: #A76582;
}
.AnyTagClassName
{
color: #A76582;
}
</style>
background-color css
<style>
a { background-color: #A76582; }
a { background-color: rgb(167,101,130); }
div.DivClassName
{
background-color: #A76582;
}
.BgClassName
{
background-color: #A76582;
}
</style>
border-color css
<style>
span { border-color: #A76582; }
span { border-color: rgb(167,101,130); }
td.TdClassName
{
border-color: #A76582;
}
.TagClassName
{
border-color: #A76582;
}
</style>