Shades of Tapestry #A46E7F
Tints of Tapestry #A46E7F
RGB
CMYK
RGB Variations
Color information
#A46E7F (or 0xA46E7F) is known color: Tapestry. HEX triplet: A4, 6E and 7F. RGB value is (164,110,127). Sum of RGB (Red+Green+Blue) = 164+110+127=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E7F is #5B9180. Grayscale: #808080. Windows color (decimal): -6001025 or 8351396. OLE color: 8351396.
HSL color Cylindrical-coordinate representation of color #A46E7F: hue angle of 341.11º 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 #A46E7F is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 110 | 127 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.36 |
| HSL | 341.11º | 0.23% | 0.54% | - |
| HSV(B) | 341.11º | 0.33% | 0.64% | - |
| XYZ | 24.72 | 20.58 | 22.75 | - |
| YUV | 128.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 127 | 0 | 0.33 | 0.23 | 0.36 | 341.11 | 0.23 | 0.54 |
| Hex | A4 | 6E | 7F | 0 | 21 | 17 | 24 | 155 | 17 | 36 |
| Octal | 244 | 156 | 177 | 0 | 41 | 27 | 44 | 525 | 27 | 66 |
| Binary | 10100100 | 1101110 | 1111111 | 0 | 100001 | 10111 | 100100 | 101010101 | 10111 | 110110 |
Color Harmonies of #A46E7F
Complementary color
Monochromatic Colors of #A46E7F
Black with #A46E7F
Text Example
Text Example
White with #A46E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46E7F; }
p { color: rgb(164,110,127); }
H1.HeaderClassName
{
color: #A46E7F;
}
.AnyTagClassName
{
color: #A46E7F;
}
</style>
background-color css
<style>
a { background-color: #A46E7F; }
a { background-color: rgb(164,110,127); }
div.DivClassName
{
background-color: #A46E7F;
}
.BgClassName
{
background-color: #A46E7F;
}
</style>
border-color css
<style>
span { border-color: #A46E7F; }
span { border-color: rgb(164,110,127); }
td.TdClassName
{
border-color: #A46E7F;
}
.TagClassName
{
border-color: #A46E7F;
}
</style>