Shades of Tapestry #A6627D
Tints of Tapestry #A6627D
RGB
CMYK
RGB Variations
Color information
#A6627D (or 0xA6627D) is known color: Tapestry. HEX triplet: A6, 62 and 7D. RGB value is (166,98,125). Sum of RGB (Red+Green+Blue) = 166+98+125=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6627D is #599D82. Grayscale: #797979. Windows color (decimal): -5873027 or 8217254. OLE color: 8217254.
HSL color Cylindrical-coordinate representation of color #A6627D: hue angle of 336.18º 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 #A6627D is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 98 | 125 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.35 |
| HSL | 336.18º | 0.28% | 0.52% | - |
| HSV(B) | 336.18º | 0.41% | 0.65% | - |
| XYZ | 23.8 | 18.32 | 21.68 | - |
| YUV | 121.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 125 | 0 | 0.41 | 0.25 | 0.35 | 336.18 | 0.28 | 0.52 |
| Hex | A6 | 62 | 7D | 0 | 29 | 19 | 23 | 150 | 1C | 34 |
| Octal | 246 | 142 | 175 | 0 | 51 | 31 | 43 | 520 | 34 | 64 |
| Binary | 10100110 | 1100010 | 1111101 | 0 | 101001 | 11001 | 100011 | 101010000 | 11100 | 110100 |
Color Harmonies of #A6627D
Complementary color
Monochromatic Colors of #A6627D
Black with #A6627D
Text Example
Text Example
White with #A6627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6627D; }
p { color: rgb(166,98,125); }
H1.HeaderClassName
{
color: #A6627D;
}
.AnyTagClassName
{
color: #A6627D;
}
</style>
background-color css
<style>
a { background-color: #A6627D; }
a { background-color: rgb(166,98,125); }
div.DivClassName
{
background-color: #A6627D;
}
.BgClassName
{
background-color: #A6627D;
}
</style>
border-color css
<style>
span { border-color: #A6627D; }
span { border-color: rgb(166,98,125); }
td.TdClassName
{
border-color: #A6627D;
}
.TagClassName
{
border-color: #A6627D;
}
</style>