Shades of Tapestry #A4677C
Tints of Tapestry #A4677C
RGB
CMYK
RGB Variations
Color information
#A4677C (or 0xA4677C) is known color: Tapestry. HEX triplet: A4, 67 and 7C. RGB value is (164,103,124). Sum of RGB (Red+Green+Blue) = 164+103+124=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4677C is #5B9883. Grayscale: #7B7B7B. Windows color (decimal): -6002820 or 8152996. OLE color: 8152996.
HSL color Cylindrical-coordinate representation of color #A4677C: hue angle of 339.34º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4677C is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 124 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.36 |
| HSL | 339.34º | 0.25% | 0.52% | - |
| HSV(B) | 339.34º | 0.37% | 0.64% | - |
| XYZ | 23.8 | 19.05 | 21.49 | - |
| YUV | 123.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 124 | 0 | 0.37 | 0.24 | 0.36 | 339.34 | 0.25 | 0.52 |
| Hex | A4 | 67 | 7C | 0 | 25 | 18 | 24 | 153 | 19 | 34 |
| Octal | 244 | 147 | 174 | 0 | 45 | 30 | 44 | 523 | 31 | 64 |
| Binary | 10100100 | 1100111 | 1111100 | 0 | 100101 | 11000 | 100100 | 101010011 | 11001 | 110100 |
Color Harmonies of #A4677C
Complementary color
Monochromatic Colors of #A4677C
Black with #A4677C
Text Example
Text Example
White with #A4677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4677C; }
p { color: rgb(164,103,124); }
H1.HeaderClassName
{
color: #A4677C;
}
.AnyTagClassName
{
color: #A4677C;
}
</style>
background-color css
<style>
a { background-color: #A4677C; }
a { background-color: rgb(164,103,124); }
div.DivClassName
{
background-color: #A4677C;
}
.BgClassName
{
background-color: #A4677C;
}
</style>
border-color css
<style>
span { border-color: #A4677C; }
span { border-color: rgb(164,103,124); }
td.TdClassName
{
border-color: #A4677C;
}
.TagClassName
{
border-color: #A4677C;
}
</style>