Shades of Tapestry #A47689
Tints of Tapestry #A47689
RGB
CMYK
RGB Variations
Color information
#A47689 (or 0xA47689) is known color: Tapestry. HEX triplet: A4, 76 and 89. RGB value is (164,118,137). Sum of RGB (Red+Green+Blue) = 164+118+137=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A47689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47689 is #5B8976. Grayscale: #858585. Windows color (decimal): -5998967 or 9008804. OLE color: 9008804.
HSL color Cylindrical-coordinate representation of color #A47689: hue angle of 335.22º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47689 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 137 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.36 |
| HSL | 335.22º | 0.2% | 0.55% | - |
| HSV(B) | 335.22º | 0.28% | 0.64% | - |
| XYZ | 26.3 | 22.66 | 26.65 | - |
| YUV | 133.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 137 | 0 | 0.28 | 0.16 | 0.36 | 335.22 | 0.2 | 0.55 |
| Hex | A4 | 76 | 89 | 0 | 1C | 10 | 24 | 14F | 14 | 37 |
| Octal | 244 | 166 | 211 | 0 | 34 | 20 | 44 | 517 | 24 | 67 |
| Binary | 10100100 | 1110110 | 10001001 | 0 | 11100 | 10000 | 100100 | 101001111 | 10100 | 110111 |
Color Harmonies of #A47689
Complementary color
Monochromatic Colors of #A47689
Black with #A47689
Text Example
Text Example
White with #A47689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47689; }
p { color: rgb(164,118,137); }
H1.HeaderClassName
{
color: #A47689;
}
.AnyTagClassName
{
color: #A47689;
}
</style>
background-color css
<style>
a { background-color: #A47689; }
a { background-color: rgb(164,118,137); }
div.DivClassName
{
background-color: #A47689;
}
.BgClassName
{
background-color: #A47689;
}
</style>
border-color css
<style>
span { border-color: #A47689; }
span { border-color: rgb(164,118,137); }
td.TdClassName
{
border-color: #A47689;
}
.TagClassName
{
border-color: #A47689;
}
</style>