Shades of Tapestry #A87384
Tints of Tapestry #A87384
RGB
CMYK
RGB Variations
Color information
#A87384 (or 0xA87384) is known color: Tapestry. HEX triplet: A8, 73 and 84. RGB value is (168,115,132). Sum of RGB (Red+Green+Blue) = 168+115+132=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A87384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87384 is #578C7B. Grayscale: #848484. Windows color (decimal): -5737596 or 8680360. OLE color: 8680360.
HSL color Cylindrical-coordinate representation of color #A87384: hue angle of 340.75º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87384 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 132 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.34 |
| HSL | 340.75º | 0.23% | 0.55% | - |
| HSV(B) | 340.75º | 0.32% | 0.66% | - |
| XYZ | 26.44 | 22.25 | 24.73 | - |
| YUV | 132.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 132 | 0 | 0.32 | 0.21 | 0.34 | 340.75 | 0.23 | 0.55 |
| Hex | A8 | 73 | 84 | 0 | 20 | 15 | 22 | 155 | 17 | 37 |
| Octal | 250 | 163 | 204 | 0 | 40 | 25 | 42 | 525 | 27 | 67 |
| Binary | 10101000 | 1110011 | 10000100 | 0 | 100000 | 10101 | 100010 | 101010101 | 10111 | 110111 |
Color Harmonies of #A87384
Complementary color
Monochromatic Colors of #A87384
Black with #A87384
Text Example
Text Example
White with #A87384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87384; }
p { color: rgb(168,115,132); }
H1.HeaderClassName
{
color: #A87384;
}
.AnyTagClassName
{
color: #A87384;
}
</style>
background-color css
<style>
a { background-color: #A87384; }
a { background-color: rgb(168,115,132); }
div.DivClassName
{
background-color: #A87384;
}
.BgClassName
{
background-color: #A87384;
}
</style>
border-color css
<style>
span { border-color: #A87384; }
span { border-color: rgb(168,115,132); }
td.TdClassName
{
border-color: #A87384;
}
.TagClassName
{
border-color: #A87384;
}
</style>