Shades of Tapestry #A6758A
Tints of Tapestry #A6758A
RGB
CMYK
RGB Variations
Color information
#A6758A (or 0xA6758A) is known color: Tapestry. HEX triplet: A6, 75 and 8A. RGB value is (166,117,138). Sum of RGB (Red+Green+Blue) = 166+117+138=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6758A is #598A75. Grayscale: #868686. Windows color (decimal): -5868150 or 9074086. OLE color: 9074086.
HSL color Cylindrical-coordinate representation of color #A6758A: hue angle of 334.29º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6758A is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 138 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.35 |
| HSL | 334.29º | 0.22% | 0.55% | - |
| HSV(B) | 334.29º | 0.3% | 0.65% | - |
| XYZ | 26.67 | 22.66 | 27.01 | - |
| YUV | 134.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 138 | 0 | 0.30 | 0.17 | 0.35 | 334.29 | 0.22 | 0.55 |
| Hex | A6 | 75 | 8A | 0 | 1E | 11 | 23 | 14E | 16 | 37 |
| Octal | 246 | 165 | 212 | 0 | 36 | 21 | 43 | 516 | 26 | 67 |
| Binary | 10100110 | 1110101 | 10001010 | 0 | 11110 | 10001 | 100011 | 101001110 | 10110 | 110111 |
Color Harmonies of #A6758A
Complementary color
Monochromatic Colors of #A6758A
Black with #A6758A
Text Example
Text Example
White with #A6758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6758A; }
p { color: rgb(166,117,138); }
H1.HeaderClassName
{
color: #A6758A;
}
.AnyTagClassName
{
color: #A6758A;
}
</style>
background-color css
<style>
a { background-color: #A6758A; }
a { background-color: rgb(166,117,138); }
div.DivClassName
{
background-color: #A6758A;
}
.BgClassName
{
background-color: #A6758A;
}
</style>
border-color css
<style>
span { border-color: #A6758A; }
span { border-color: rgb(166,117,138); }
td.TdClassName
{
border-color: #A6758A;
}
.TagClassName
{
border-color: #A6758A;
}
</style>