Shades of Tapestry #A46C7F
Tints of Tapestry #A46C7F
RGB
CMYK
RGB Variations
Color information
#A46C7F (or 0xA46C7F) is known color: Tapestry. HEX triplet: A4, 6C and 7F. RGB value is (164,108,127). Sum of RGB (Red+Green+Blue) = 164+108+127=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C7F is #5B9380. Grayscale: #7E7E7E. Windows color (decimal): -6001537 or 8350884. OLE color: 8350884.
HSL color Cylindrical-coordinate representation of color #A46C7F: hue angle of 339.64º 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 #A46C7F is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 127 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.36 |
| HSL | 339.64º | 0.24% | 0.53% | - |
| HSV(B) | 339.64º | 0.34% | 0.64% | - |
| XYZ | 24.5 | 20.15 | 22.68 | - |
| YUV | 126.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 127 | 0 | 0.34 | 0.23 | 0.36 | 339.64 | 0.24 | 0.53 |
| Hex | A4 | 6C | 7F | 0 | 22 | 17 | 24 | 154 | 18 | 35 |
| Octal | 244 | 154 | 177 | 0 | 42 | 27 | 44 | 524 | 30 | 65 |
| Binary | 10100100 | 1101100 | 1111111 | 0 | 100010 | 10111 | 100100 | 101010100 | 11000 | 110101 |
Color Harmonies of #A46C7F
Complementary color
Monochromatic Colors of #A46C7F
Black with #A46C7F
Text Example
Text Example
White with #A46C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C7F; }
p { color: rgb(164,108,127); }
H1.HeaderClassName
{
color: #A46C7F;
}
.AnyTagClassName
{
color: #A46C7F;
}
</style>
background-color css
<style>
a { background-color: #A46C7F; }
a { background-color: rgb(164,108,127); }
div.DivClassName
{
background-color: #A46C7F;
}
.BgClassName
{
background-color: #A46C7F;
}
</style>
border-color css
<style>
span { border-color: #A46C7F; }
span { border-color: rgb(164,108,127); }
td.TdClassName
{
border-color: #A46C7F;
}
.TagClassName
{
border-color: #A46C7F;
}
</style>