Shades of Tapestry #A3697E
Tints of Tapestry #A3697E
RGB
CMYK
RGB Variations
Color information
#A3697E (or 0xA3697E) is known color: Tapestry. HEX triplet: A3, 69 and 7E. RGB value is (163,105,126). Sum of RGB (Red+Green+Blue) = 163+105+126=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A3697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3697E is #5C9681. Grayscale: #7C7C7C. Windows color (decimal): -6067842 or 8284579. OLE color: 8284579.
HSL color Cylindrical-coordinate representation of color #A3697E: hue angle of 338.28º 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 #A3697E is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 126 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.36 |
| HSL | 338.28º | 0.24% | 0.53% | - |
| HSV(B) | 338.28º | 0.36% | 0.64% | - |
| XYZ | 23.92 | 19.4 | 22.22 | - |
| YUV | 124.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 126 | 0 | 0.36 | 0.23 | 0.36 | 338.28 | 0.24 | 0.53 |
| Hex | A3 | 69 | 7E | 0 | 24 | 17 | 24 | 152 | 18 | 35 |
| Octal | 243 | 151 | 176 | 0 | 44 | 27 | 44 | 522 | 30 | 65 |
| Binary | 10100011 | 1101001 | 1111110 | 0 | 100100 | 10111 | 100100 | 101010010 | 11000 | 110101 |
Color Harmonies of #A3697E
Complementary color
Monochromatic Colors of #A3697E
Black with #A3697E
Text Example
Text Example
White with #A3697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3697E; }
p { color: rgb(163,105,126); }
H1.HeaderClassName
{
color: #A3697E;
}
.AnyTagClassName
{
color: #A3697E;
}
</style>
background-color css
<style>
a { background-color: #A3697E; }
a { background-color: rgb(163,105,126); }
div.DivClassName
{
background-color: #A3697E;
}
.BgClassName
{
background-color: #A3697E;
}
</style>
border-color css
<style>
span { border-color: #A3697E; }
span { border-color: rgb(163,105,126); }
td.TdClassName
{
border-color: #A3697E;
}
.TagClassName
{
border-color: #A3697E;
}
</style>