Shades of Tapestry #A47488
Tints of Tapestry #A47488
RGB
CMYK
RGB Variations
Color information
#A47488 (or 0xA47488) is known color: Tapestry. HEX triplet: A4, 74 and 88. RGB value is (164,116,136). Sum of RGB (Red+Green+Blue) = 164+116+136=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A47488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47488 is #5B8B77. Grayscale: #848484. Windows color (decimal): -5999480 or 8942756. OLE color: 8942756.
HSL color Cylindrical-coordinate representation of color #A47488: hue angle of 335º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47488 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 136 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.36 |
| HSL | 335º | 0.21% | 0.55% | - |
| HSV(B) | 335º | 0.29% | 0.64% | - |
| XYZ | 26 | 22.16 | 26.2 | - |
| YUV | 132.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 136 | 0 | 0.29 | 0.17 | 0.36 | 335 | 0.21 | 0.55 |
| Hex | A4 | 74 | 88 | 0 | 1D | 11 | 24 | 14F | 15 | 37 |
| Octal | 244 | 164 | 210 | 0 | 35 | 21 | 44 | 517 | 25 | 67 |
| Binary | 10100100 | 1110100 | 10001000 | 0 | 11101 | 10001 | 100100 | 101001111 | 10101 | 110111 |
Color Harmonies of #A47488
Complementary color
Monochromatic Colors of #A47488
Black with #A47488
Text Example
Text Example
White with #A47488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47488; }
p { color: rgb(164,116,136); }
H1.HeaderClassName
{
color: #A47488;
}
.AnyTagClassName
{
color: #A47488;
}
</style>
background-color css
<style>
a { background-color: #A47488; }
a { background-color: rgb(164,116,136); }
div.DivClassName
{
background-color: #A47488;
}
.BgClassName
{
background-color: #A47488;
}
</style>
border-color css
<style>
span { border-color: #A47488; }
span { border-color: rgb(164,116,136); }
td.TdClassName
{
border-color: #A47488;
}
.TagClassName
{
border-color: #A47488;
}
</style>