Shades of Tapestry #A46C7E
Tints of Tapestry #A46C7E
RGB
CMYK
RGB Variations
Color information
#A46C7E (or 0xA46C7E) is known color: Tapestry. HEX triplet: A4, 6C and 7E. RGB value is (164,108,126). Sum of RGB (Red+Green+Blue) = 164+108+126=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C7E is #5B9381. Grayscale: #7E7E7E. Windows color (decimal): -6001538 or 8285348. OLE color: 8285348.
HSL color Cylindrical-coordinate representation of color #A46C7E: hue angle of 340.71º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46C7E is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 126 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.36 |
| HSL | 340.71º | 0.24% | 0.53% | - |
| HSV(B) | 340.71º | 0.34% | 0.64% | - |
| XYZ | 24.44 | 20.12 | 22.33 | - |
| YUV | 126.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 126 | 0 | 0.34 | 0.23 | 0.36 | 340.71 | 0.24 | 0.53 |
| Hex | A4 | 6C | 7E | 0 | 22 | 17 | 24 | 155 | 18 | 35 |
| Octal | 244 | 154 | 176 | 0 | 42 | 27 | 44 | 525 | 30 | 65 |
| Binary | 10100100 | 1101100 | 1111110 | 0 | 100010 | 10111 | 100100 | 101010101 | 11000 | 110101 |
Color Harmonies of #A46C7E
Complementary color
Monochromatic Colors of #A46C7E
Black with #A46C7E
Text Example
Text Example
White with #A46C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C7E; }
p { color: rgb(164,108,126); }
H1.HeaderClassName
{
color: #A46C7E;
}
.AnyTagClassName
{
color: #A46C7E;
}
</style>
background-color css
<style>
a { background-color: #A46C7E; }
a { background-color: rgb(164,108,126); }
div.DivClassName
{
background-color: #A46C7E;
}
.BgClassName
{
background-color: #A46C7E;
}
</style>
border-color css
<style>
span { border-color: #A46C7E; }
span { border-color: rgb(164,108,126); }
td.TdClassName
{
border-color: #A46C7E;
}
.TagClassName
{
border-color: #A46C7E;
}
</style>