Shades of Tapestry #A46A81
Tints of Tapestry #A46A81
RGB
CMYK
RGB Variations
Color information
#A46A81 (or 0xA46A81) is known color: Tapestry. HEX triplet: A4, 6A and 81. RGB value is (164,106,129). Sum of RGB (Red+Green+Blue) = 164+106+129=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A81 is #5B957E. Grayscale: #7D7D7D. Windows color (decimal): -6002047 or 8481444. OLE color: 8481444.
HSL color Cylindrical-coordinate representation of color #A46A81: hue angle of 336.21º 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 #A46A81 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 129 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.36 |
| HSL | 336.21º | 0.24% | 0.53% | - |
| HSV(B) | 336.21º | 0.35% | 0.64% | - |
| XYZ | 24.43 | 19.79 | 23.3 | - |
| YUV | 125.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 129 | 0 | 0.35 | 0.21 | 0.36 | 336.21 | 0.24 | 0.53 |
| Hex | A4 | 6A | 81 | 0 | 23 | 15 | 24 | 150 | 18 | 35 |
| Octal | 244 | 152 | 201 | 0 | 43 | 25 | 44 | 520 | 30 | 65 |
| Binary | 10100100 | 1101010 | 10000001 | 0 | 100011 | 10101 | 100100 | 101010000 | 11000 | 110101 |
Color Harmonies of #A46A81
Complementary color
Monochromatic Colors of #A46A81
Black with #A46A81
Text Example
Text Example
White with #A46A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A81; }
p { color: rgb(164,106,129); }
H1.HeaderClassName
{
color: #A46A81;
}
.AnyTagClassName
{
color: #A46A81;
}
</style>
background-color css
<style>
a { background-color: #A46A81; }
a { background-color: rgb(164,106,129); }
div.DivClassName
{
background-color: #A46A81;
}
.BgClassName
{
background-color: #A46A81;
}
</style>
border-color css
<style>
span { border-color: #A46A81; }
span { border-color: rgb(164,106,129); }
td.TdClassName
{
border-color: #A46A81;
}
.TagClassName
{
border-color: #A46A81;
}
</style>