Shades of Tapestry #A47682
Tints of Tapestry #A47682
RGB
CMYK
RGB Variations
Color information
#A47682 (or 0xA47682) is known color: Tapestry. HEX triplet: A4, 76 and 82. RGB value is (164,118,130). Sum of RGB (Red+Green+Blue) = 164+118+130=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A47682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47682 is #5B897D. Grayscale: #858585. Windows color (decimal): -5998974 or 8550052. OLE color: 8550052.
HSL color Cylindrical-coordinate representation of color #A47682: hue angle of 344.35º 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 #A47682 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 130 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.36 |
| HSL | 344.35º | 0.2% | 0.55% | - |
| HSV(B) | 344.35º | 0.28% | 0.64% | - |
| XYZ | 25.82 | 22.46 | 24.09 | - |
| YUV | 133.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 130 | 0 | 0.28 | 0.21 | 0.36 | 344.35 | 0.2 | 0.55 |
| Hex | A4 | 76 | 82 | 0 | 1C | 15 | 24 | 158 | 14 | 37 |
| Octal | 244 | 166 | 202 | 0 | 34 | 25 | 44 | 530 | 24 | 67 |
| Binary | 10100100 | 1110110 | 10000010 | 0 | 11100 | 10101 | 100100 | 101011000 | 10100 | 110111 |
Color Harmonies of #A47682
Complementary color
Monochromatic Colors of #A47682
Black with #A47682
Text Example
Text Example
White with #A47682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47682; }
p { color: rgb(164,118,130); }
H1.HeaderClassName
{
color: #A47682;
}
.AnyTagClassName
{
color: #A47682;
}
</style>
background-color css
<style>
a { background-color: #A47682; }
a { background-color: rgb(164,118,130); }
div.DivClassName
{
background-color: #A47682;
}
.BgClassName
{
background-color: #A47682;
}
</style>
border-color css
<style>
span { border-color: #A47682; }
span { border-color: rgb(164,118,130); }
td.TdClassName
{
border-color: #A47682;
}
.TagClassName
{
border-color: #A47682;
}
</style>