Shades of Tapestry #A6627B
Tints of Tapestry #A6627B
RGB
CMYK
RGB Variations
Color information
#A6627B (or 0xA6627B) is known color: Tapestry. HEX triplet: A6, 62 and 7B. RGB value is (166,98,123). Sum of RGB (Red+Green+Blue) = 166+98+123=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A6627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6627B is #599D84. Grayscale: #797979. Windows color (decimal): -5873029 or 8086182. OLE color: 8086182.
HSL color Cylindrical-coordinate representation of color #A6627B: hue angle of 337.94º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6627B is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 98 | 123 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.35 |
| HSL | 337.94º | 0.28% | 0.52% | - |
| HSV(B) | 337.94º | 0.41% | 0.65% | - |
| XYZ | 23.67 | 18.27 | 21.02 | - |
| YUV | 121.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 123 | 0 | 0.41 | 0.26 | 0.35 | 337.94 | 0.28 | 0.52 |
| Hex | A6 | 62 | 7B | 0 | 29 | 1A | 23 | 152 | 1C | 34 |
| Octal | 246 | 142 | 173 | 0 | 51 | 32 | 43 | 522 | 34 | 64 |
| Binary | 10100110 | 1100010 | 1111011 | 0 | 101001 | 11010 | 100011 | 101010010 | 11100 | 110100 |
Color Harmonies of #A6627B
Complementary color
Monochromatic Colors of #A6627B
Black with #A6627B
Text Example
Text Example
White with #A6627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6627B; }
p { color: rgb(166,98,123); }
H1.HeaderClassName
{
color: #A6627B;
}
.AnyTagClassName
{
color: #A6627B;
}
</style>
background-color css
<style>
a { background-color: #A6627B; }
a { background-color: rgb(166,98,123); }
div.DivClassName
{
background-color: #A6627B;
}
.BgClassName
{
background-color: #A6627B;
}
</style>
border-color css
<style>
span { border-color: #A6627B; }
span { border-color: rgb(166,98,123); }
td.TdClassName
{
border-color: #A6627B;
}
.TagClassName
{
border-color: #A6627B;
}
</style>