Shades of Tapestry #A46B81
Tints of Tapestry #A46B81
RGB
CMYK
RGB Variations
Color information
#A46B81 (or 0xA46B81) is known color: Tapestry. HEX triplet: A4, 6B and 81. RGB value is (164,107,129). Sum of RGB (Red+Green+Blue) = 164+107+129=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B81 is #5B947E. Grayscale: #7E7E7E. Windows color (decimal): -6001791 or 8481700. OLE color: 8481700.
HSL color Cylindrical-coordinate representation of color #A46B81: hue angle of 336.84º 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 #A46B81 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 129 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.36 |
| HSL | 336.84º | 0.24% | 0.53% | - |
| HSV(B) | 336.84º | 0.35% | 0.64% | - |
| XYZ | 24.53 | 19.99 | 23.34 | - |
| YUV | 126.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 129 | 0 | 0.35 | 0.21 | 0.36 | 336.84 | 0.24 | 0.53 |
| Hex | A4 | 6B | 81 | 0 | 23 | 15 | 24 | 151 | 18 | 35 |
| Octal | 244 | 153 | 201 | 0 | 43 | 25 | 44 | 521 | 30 | 65 |
| Binary | 10100100 | 1101011 | 10000001 | 0 | 100011 | 10101 | 100100 | 101010001 | 11000 | 110101 |
Color Harmonies of #A46B81
Complementary color
Monochromatic Colors of #A46B81
Black with #A46B81
Text Example
Text Example
White with #A46B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B81; }
p { color: rgb(164,107,129); }
H1.HeaderClassName
{
color: #A46B81;
}
.AnyTagClassName
{
color: #A46B81;
}
</style>
background-color css
<style>
a { background-color: #A46B81; }
a { background-color: rgb(164,107,129); }
div.DivClassName
{
background-color: #A46B81;
}
.BgClassName
{
background-color: #A46B81;
}
</style>
border-color css
<style>
span { border-color: #A46B81; }
span { border-color: rgb(164,107,129); }
td.TdClassName
{
border-color: #A46B81;
}
.TagClassName
{
border-color: #A46B81;
}
</style>