Shades of Tapestry #A67380
Tints of Tapestry #A67380
RGB
CMYK
RGB Variations
Color information
#A67380 (or 0xA67380) is known color: Tapestry. HEX triplet: A6, 73 and 80. RGB value is (166,115,128). Sum of RGB (Red+Green+Blue) = 166+115+128=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A67380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67380 is #598C7F. Grayscale: #838383. Windows color (decimal): -5868672 or 8418214. OLE color: 8418214.
HSL color Cylindrical-coordinate representation of color #A67380: hue angle of 344.71º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67380 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 128 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.35 |
| HSL | 344.71º | 0.22% | 0.55% | - |
| HSV(B) | 344.71º | 0.31% | 0.65% | - |
| XYZ | 25.75 | 21.93 | 23.3 | - |
| YUV | 131.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 128 | 0 | 0.31 | 0.23 | 0.35 | 344.71 | 0.22 | 0.55 |
| Hex | A6 | 73 | 80 | 0 | 1F | 17 | 23 | 159 | 16 | 37 |
| Octal | 246 | 163 | 200 | 0 | 37 | 27 | 43 | 531 | 26 | 67 |
| Binary | 10100110 | 1110011 | 10000000 | 0 | 11111 | 10111 | 100011 | 101011001 | 10110 | 110111 |
Color Harmonies of #A67380
Complementary color
Monochromatic Colors of #A67380
Black with #A67380
Text Example
Text Example
White with #A67380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67380; }
p { color: rgb(166,115,128); }
H1.HeaderClassName
{
color: #A67380;
}
.AnyTagClassName
{
color: #A67380;
}
</style>
background-color css
<style>
a { background-color: #A67380; }
a { background-color: rgb(166,115,128); }
div.DivClassName
{
background-color: #A67380;
}
.BgClassName
{
background-color: #A67380;
}
</style>
border-color css
<style>
span { border-color: #A67380; }
span { border-color: rgb(166,115,128); }
td.TdClassName
{
border-color: #A67380;
}
.TagClassName
{
border-color: #A67380;
}
</style>