Shades of Tapestry #A66782
Tints of Tapestry #A66782
RGB
CMYK
RGB Variations
Color information
#A66782 (or 0xA66782) is known color: Tapestry. HEX triplet: A6, 67 and 82. RGB value is (166,103,130). Sum of RGB (Red+Green+Blue) = 166+103+130=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A66782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66782 is #59987D. Grayscale: #7C7C7C. Windows color (decimal): -5871742 or 8546214. OLE color: 8546214.
HSL color Cylindrical-coordinate representation of color #A66782: hue angle of 334.29º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66782 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 130 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.35 |
| HSL | 334.29º | 0.26% | 0.53% | - |
| HSV(B) | 334.29º | 0.38% | 0.65% | - |
| XYZ | 24.61 | 19.42 | 23.57 | - |
| YUV | 124.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 130 | 0 | 0.38 | 0.22 | 0.35 | 334.29 | 0.26 | 0.53 |
| Hex | A6 | 67 | 82 | 0 | 26 | 16 | 23 | 14E | 1A | 35 |
| Octal | 246 | 147 | 202 | 0 | 46 | 26 | 43 | 516 | 32 | 65 |
| Binary | 10100110 | 1100111 | 10000010 | 0 | 100110 | 10110 | 100011 | 101001110 | 11010 | 110101 |
Color Harmonies of #A66782
Complementary color
Monochromatic Colors of #A66782
Black with #A66782
Text Example
Text Example
White with #A66782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66782; }
p { color: rgb(166,103,130); }
H1.HeaderClassName
{
color: #A66782;
}
.AnyTagClassName
{
color: #A66782;
}
</style>
background-color css
<style>
a { background-color: #A66782; }
a { background-color: rgb(166,103,130); }
div.DivClassName
{
background-color: #A66782;
}
.BgClassName
{
background-color: #A66782;
}
</style>
border-color css
<style>
span { border-color: #A66782; }
span { border-color: rgb(166,103,130); }
td.TdClassName
{
border-color: #A66782;
}
.TagClassName
{
border-color: #A66782;
}
</style>