Shades of Tapestry #A46E7E
Tints of Tapestry #A46E7E
RGB
CMYK
RGB Variations
Color information
#A46E7E (or 0xA46E7E) is known color: Tapestry. HEX triplet: A4, 6E and 7E. RGB value is (164,110,126). Sum of RGB (Red+Green+Blue) = 164+110+126=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E7E is #5B9181. Grayscale: #7F7F7F. Windows color (decimal): -6001026 or 8285860. OLE color: 8285860.
HSL color Cylindrical-coordinate representation of color #A46E7E: hue angle of 342.22º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A46E7E is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 126 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.36 |
| HSL | 342.22º | 0.23% | 0.54% | - |
| HSV(B) | 342.22º | 0.33% | 0.64% | - |
| XYZ | 24.65 | 20.55 | 22.41 | - |
| YUV | 127.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 126 | 0 | 0.33 | 0.23 | 0.36 | 342.22 | 0.23 | 0.54 |
| Hex | A4 | 6E | 7E | 0 | 21 | 17 | 24 | 156 | 17 | 36 |
| Octal | 244 | 156 | 176 | 0 | 41 | 27 | 44 | 526 | 27 | 66 |
| Binary | 10100100 | 1101110 | 1111110 | 0 | 100001 | 10111 | 100100 | 101010110 | 10111 | 110110 |
Color Harmonies of #A46E7E
Complementary color
Monochromatic Colors of #A46E7E
Black with #A46E7E
Text Example
Text Example
White with #A46E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E7E; }
p { color: rgb(164,110,126); }
H1.HeaderClassName
{
color: #A46E7E;
}
.AnyTagClassName
{
color: #A46E7E;
}
</style>
background-color css
<style>
a { background-color: #A46E7E; }
a { background-color: rgb(164,110,126); }
div.DivClassName
{
background-color: #A46E7E;
}
.BgClassName
{
background-color: #A46E7E;
}
</style>
border-color css
<style>
span { border-color: #A46E7E; }
span { border-color: rgb(164,110,126); }
td.TdClassName
{
border-color: #A46E7E;
}
.TagClassName
{
border-color: #A46E7E;
}
</style>