Shades of Tapestry #A46B80
Tints of Tapestry #A46B80
RGB
CMYK
RGB Variations
Color information
#A46B80 (or 0xA46B80) is known color: Tapestry. HEX triplet: A4, 6B and 80. RGB value is (164,107,128). Sum of RGB (Red+Green+Blue) = 164+107+128=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B80 is #5B947F. Grayscale: #7E7E7E. Windows color (decimal): -6001792 or 8416164. OLE color: 8416164.
HSL color Cylindrical-coordinate representation of color #A46B80: hue angle of 337.89º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46B80 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 128 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.36 |
| HSL | 337.89º | 0.24% | 0.53% | - |
| HSV(B) | 337.89º | 0.35% | 0.64% | - |
| XYZ | 24.46 | 19.97 | 22.99 | - |
| YUV | 126.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 128 | 0 | 0.35 | 0.22 | 0.36 | 337.89 | 0.24 | 0.53 |
| Hex | A4 | 6B | 80 | 0 | 23 | 16 | 24 | 152 | 18 | 35 |
| Octal | 244 | 153 | 200 | 0 | 43 | 26 | 44 | 522 | 30 | 65 |
| Binary | 10100100 | 1101011 | 10000000 | 0 | 100011 | 10110 | 100100 | 101010010 | 11000 | 110101 |
Color Harmonies of #A46B80
Complementary color
Monochromatic Colors of #A46B80
Black with #A46B80
Text Example
Text Example
White with #A46B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B80; }
p { color: rgb(164,107,128); }
H1.HeaderClassName
{
color: #A46B80;
}
.AnyTagClassName
{
color: #A46B80;
}
</style>
background-color css
<style>
a { background-color: #A46B80; }
a { background-color: rgb(164,107,128); }
div.DivClassName
{
background-color: #A46B80;
}
.BgClassName
{
background-color: #A46B80;
}
</style>
border-color css
<style>
span { border-color: #A46B80; }
span { border-color: rgb(164,107,128); }
td.TdClassName
{
border-color: #A46B80;
}
.TagClassName
{
border-color: #A46B80;
}
</style>