Shades of Tapestry #A3677D
Tints of Tapestry #A3677D
RGB
CMYK
RGB Variations
Color information
#A3677D (or 0xA3677D) is known color: Tapestry. HEX triplet: A3, 67 and 7D. RGB value is (163,103,125). Sum of RGB (Red+Green+Blue) = 163+103+125=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A3677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3677D is #5C9882. Grayscale: #7B7B7B. Windows color (decimal): -6068355 or 8218531. OLE color: 8218531.
HSL color Cylindrical-coordinate representation of color #A3677D: hue angle of 338º 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 #A3677D is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 125 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.36 |
| HSL | 338º | 0.25% | 0.52% | - |
| HSV(B) | 338º | 0.37% | 0.64% | - |
| XYZ | 23.66 | 18.97 | 21.82 | - |
| YUV | 123.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 125 | 0 | 0.37 | 0.23 | 0.36 | 338 | 0.25 | 0.52 |
| Hex | A3 | 67 | 7D | 0 | 25 | 17 | 24 | 152 | 19 | 34 |
| Octal | 243 | 147 | 175 | 0 | 45 | 27 | 44 | 522 | 31 | 64 |
| Binary | 10100011 | 1100111 | 1111101 | 0 | 100101 | 10111 | 100100 | 101010010 | 11001 | 110100 |
Color Harmonies of #A3677D
Complementary color
Monochromatic Colors of #A3677D
Black with #A3677D
Text Example
Text Example
White with #A3677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3677D; }
p { color: rgb(163,103,125); }
H1.HeaderClassName
{
color: #A3677D;
}
.AnyTagClassName
{
color: #A3677D;
}
</style>
background-color css
<style>
a { background-color: #A3677D; }
a { background-color: rgb(163,103,125); }
div.DivClassName
{
background-color: #A3677D;
}
.BgClassName
{
background-color: #A3677D;
}
</style>
border-color css
<style>
span { border-color: #A3677D; }
span { border-color: rgb(163,103,125); }
td.TdClassName
{
border-color: #A3677D;
}
.TagClassName
{
border-color: #A3677D;
}
</style>