Shades of Tapestry #A4697C
Tints of Tapestry #A4697C
RGB
CMYK
RGB Variations
Color information
#A4697C (or 0xA4697C) is known color: Tapestry. HEX triplet: A4, 69 and 7C. RGB value is (164,105,124). Sum of RGB (Red+Green+Blue) = 164+105+124=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4697C is #5B9683. Grayscale: #7C7C7C. Windows color (decimal): -6002308 or 8153508. OLE color: 8153508.
HSL color Cylindrical-coordinate representation of color #A4697C: hue angle of 340.68º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4697C is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 105 | 124 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.36 |
| HSL | 340.68º | 0.24% | 0.53% | - |
| HSV(B) | 340.68º | 0.36% | 0.64% | - |
| XYZ | 24 | 19.45 | 21.56 | - |
| YUV | 124.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 124 | 0 | 0.36 | 0.24 | 0.36 | 340.68 | 0.24 | 0.53 |
| Hex | A4 | 69 | 7C | 0 | 24 | 18 | 24 | 155 | 18 | 35 |
| Octal | 244 | 151 | 174 | 0 | 44 | 30 | 44 | 525 | 30 | 65 |
| Binary | 10100100 | 1101001 | 1111100 | 0 | 100100 | 11000 | 100100 | 101010101 | 11000 | 110101 |
Color Harmonies of #A4697C
Complementary color
Monochromatic Colors of #A4697C
Black with #A4697C
Text Example
Text Example
White with #A4697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4697C; }
p { color: rgb(164,105,124); }
H1.HeaderClassName
{
color: #A4697C;
}
.AnyTagClassName
{
color: #A4697C;
}
</style>
background-color css
<style>
a { background-color: #A4697C; }
a { background-color: rgb(164,105,124); }
div.DivClassName
{
background-color: #A4697C;
}
.BgClassName
{
background-color: #A4697C;
}
</style>
border-color css
<style>
span { border-color: #A4697C; }
span { border-color: rgb(164,105,124); }
td.TdClassName
{
border-color: #A4697C;
}
.TagClassName
{
border-color: #A4697C;
}
</style>