Shades of Tapestry #A6687D
Tints of Tapestry #A6687D
RGB
CMYK
RGB Variations
Color information
#A6687D (or 0xA6687D) is known color: Tapestry. HEX triplet: A6, 68 and 7D. RGB value is (166,104,125). Sum of RGB (Red+Green+Blue) = 166+104+125=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A6687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6687D is #599782. Grayscale: #7C7C7C. Windows color (decimal): -5871491 or 8218790. OLE color: 8218790.
HSL color Cylindrical-coordinate representation of color #A6687D: hue angle of 339.68º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6687D is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 125 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.35 |
| HSL | 339.68º | 0.26% | 0.53% | - |
| HSV(B) | 339.68º | 0.37% | 0.65% | - |
| XYZ | 24.38 | 19.49 | 21.88 | - |
| YUV | 124.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 125 | 0 | 0.37 | 0.25 | 0.35 | 339.68 | 0.26 | 0.53 |
| Hex | A6 | 68 | 7D | 0 | 25 | 19 | 23 | 154 | 1A | 35 |
| Octal | 246 | 150 | 175 | 0 | 45 | 31 | 43 | 524 | 32 | 65 |
| Binary | 10100110 | 1101000 | 1111101 | 0 | 100101 | 11001 | 100011 | 101010100 | 11010 | 110101 |
Color Harmonies of #A6687D
Complementary color
Monochromatic Colors of #A6687D
Black with #A6687D
Text Example
Text Example
White with #A6687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6687D; }
p { color: rgb(166,104,125); }
H1.HeaderClassName
{
color: #A6687D;
}
.AnyTagClassName
{
color: #A6687D;
}
</style>
background-color css
<style>
a { background-color: #A6687D; }
a { background-color: rgb(166,104,125); }
div.DivClassName
{
background-color: #A6687D;
}
.BgClassName
{
background-color: #A6687D;
}
</style>
border-color css
<style>
span { border-color: #A6687D; }
span { border-color: rgb(166,104,125); }
td.TdClassName
{
border-color: #A6687D;
}
.TagClassName
{
border-color: #A6687D;
}
</style>