Shades of Tapestry #A4697E
Tints of Tapestry #A4697E
RGB
CMYK
RGB Variations
Color information
#A4697E (or 0xA4697E) is known color: Tapestry. HEX triplet: A4, 69 and 7E. RGB value is (164,105,126). Sum of RGB (Red+Green+Blue) = 164+105+126=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A4697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4697E is #5B9681. Grayscale: #7D7D7D. Windows color (decimal): -6002306 or 8284580. OLE color: 8284580.
HSL color Cylindrical-coordinate representation of color #A4697E: hue angle of 338.64º 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 #A4697E is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 105 | 126 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.36 |
| HSL | 338.64º | 0.24% | 0.53% | - |
| HSV(B) | 338.64º | 0.36% | 0.64% | - |
| XYZ | 24.13 | 19.5 | 22.23 | - |
| YUV | 125.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 126 | 0 | 0.36 | 0.23 | 0.36 | 338.64 | 0.24 | 0.53 |
| Hex | A4 | 69 | 7E | 0 | 24 | 17 | 24 | 153 | 18 | 35 |
| Octal | 244 | 151 | 176 | 0 | 44 | 27 | 44 | 523 | 30 | 65 |
| Binary | 10100100 | 1101001 | 1111110 | 0 | 100100 | 10111 | 100100 | 101010011 | 11000 | 110101 |
Color Harmonies of #A4697E
Complementary color
Monochromatic Colors of #A4697E
Black with #A4697E
Text Example
Text Example
White with #A4697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4697E; }
p { color: rgb(164,105,126); }
H1.HeaderClassName
{
color: #A4697E;
}
.AnyTagClassName
{
color: #A4697E;
}
</style>
background-color css
<style>
a { background-color: #A4697E; }
a { background-color: rgb(164,105,126); }
div.DivClassName
{
background-color: #A4697E;
}
.BgClassName
{
background-color: #A4697E;
}
</style>
border-color css
<style>
span { border-color: #A4697E; }
span { border-color: rgb(164,105,126); }
td.TdClassName
{
border-color: #A4697E;
}
.TagClassName
{
border-color: #A4697E;
}
</style>