Shades of Tapestry #A67384
Tints of Tapestry #A67384
RGB
CMYK
RGB Variations
Color information
#A67384 (or 0xA67384) is known color: Tapestry. HEX triplet: A6, 73 and 84. RGB value is (166,115,132). Sum of RGB (Red+Green+Blue) = 166+115+132=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A67384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67384 is #598C7B. Grayscale: #848484. Windows color (decimal): -5868668 or 8680358. OLE color: 8680358.
HSL color Cylindrical-coordinate representation of color #A67384: hue angle of 340º 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 #A67384 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 132 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.35 |
| HSL | 340º | 0.22% | 0.55% | - |
| HSV(B) | 340º | 0.31% | 0.65% | - |
| XYZ | 26.02 | 22.03 | 24.71 | - |
| YUV | 132.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 132 | 0 | 0.31 | 0.20 | 0.35 | 340 | 0.22 | 0.55 |
| Hex | A6 | 73 | 84 | 0 | 1F | 14 | 23 | 154 | 16 | 37 |
| Octal | 246 | 163 | 204 | 0 | 37 | 24 | 43 | 524 | 26 | 67 |
| Binary | 10100110 | 1110011 | 10000100 | 0 | 11111 | 10100 | 100011 | 101010100 | 10110 | 110111 |
Color Harmonies of #A67384
Complementary color
Monochromatic Colors of #A67384
Black with #A67384
Text Example
Text Example
White with #A67384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67384; }
p { color: rgb(166,115,132); }
H1.HeaderClassName
{
color: #A67384;
}
.AnyTagClassName
{
color: #A67384;
}
</style>
background-color css
<style>
a { background-color: #A67384; }
a { background-color: rgb(166,115,132); }
div.DivClassName
{
background-color: #A67384;
}
.BgClassName
{
background-color: #A67384;
}
</style>
border-color css
<style>
span { border-color: #A67384; }
span { border-color: rgb(166,115,132); }
td.TdClassName
{
border-color: #A67384;
}
.TagClassName
{
border-color: #A67384;
}
</style>