Shades of Tapestry #A6677D
Tints of Tapestry #A6677D
RGB
CMYK
RGB Variations
Color information
#A6677D (or 0xA6677D) is known color: Tapestry. HEX triplet: A6, 67 and 7D. RGB value is (166,103,125). Sum of RGB (Red+Green+Blue) = 166+103+125=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6677D is #599882. Grayscale: #7C7C7C. Windows color (decimal): -5871747 or 8218534. OLE color: 8218534.
HSL color Cylindrical-coordinate representation of color #A6677D: hue angle of 339.05º 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 #A6677D is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 125 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.35 |
| HSL | 339.05º | 0.26% | 0.53% | - |
| HSV(B) | 339.05º | 0.38% | 0.65% | - |
| XYZ | 24.28 | 19.29 | 21.85 | - |
| YUV | 124.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 125 | 0 | 0.38 | 0.25 | 0.35 | 339.05 | 0.26 | 0.53 |
| Hex | A6 | 67 | 7D | 0 | 26 | 19 | 23 | 153 | 1A | 35 |
| Octal | 246 | 147 | 175 | 0 | 46 | 31 | 43 | 523 | 32 | 65 |
| Binary | 10100110 | 1100111 | 1111101 | 0 | 100110 | 11001 | 100011 | 101010011 | 11010 | 110101 |
Color Harmonies of #A6677D
Complementary color
Monochromatic Colors of #A6677D
Black with #A6677D
Text Example
Text Example
White with #A6677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6677D; }
p { color: rgb(166,103,125); }
H1.HeaderClassName
{
color: #A6677D;
}
.AnyTagClassName
{
color: #A6677D;
}
</style>
background-color css
<style>
a { background-color: #A6677D; }
a { background-color: rgb(166,103,125); }
div.DivClassName
{
background-color: #A6677D;
}
.BgClassName
{
background-color: #A6677D;
}
</style>
border-color css
<style>
span { border-color: #A6677D; }
span { border-color: rgb(166,103,125); }
td.TdClassName
{
border-color: #A6677D;
}
.TagClassName
{
border-color: #A6677D;
}
</style>