Shades of Tapestry #A8848D
Tints of Tapestry #A8848D
RGB
CMYK
RGB Variations
Color information
#A8848D (or 0xA8848D) is known color: Tapestry. HEX triplet: A8, 84 and 8D. RGB value is (168,132,141). Sum of RGB (Red+Green+Blue) = 168+132+141=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 168 - color contains mainly: red. Hex color #A8848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8848D is #577B72. Grayscale: #8F8F8F. Windows color (decimal): -5733235 or 9274536. OLE color: 9274536.
HSL color Cylindrical-coordinate representation of color #A8848D: hue angle of 345º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8848D is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 141 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.34 |
| HSL | 345º | 0.17% | 0.59% | - |
| HSV(B) | 345º | 0.21% | 0.66% | - |
| XYZ | 29.21 | 26.75 | 28.82 | - |
| YUV | 143.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 141 | 0 | 0.21 | 0.16 | 0.34 | 345 | 0.17 | 0.59 |
| Hex | A8 | 84 | 8D | 0 | 15 | 10 | 22 | 159 | 11 | 3B |
| Octal | 250 | 204 | 215 | 0 | 25 | 20 | 42 | 531 | 21 | 73 |
| Binary | 10101000 | 10000100 | 10001101 | 0 | 10101 | 10000 | 100010 | 101011001 | 10001 | 111011 |
Color Harmonies of #A8848D
Complementary color
Monochromatic Colors of #A8848D
Black with #A8848D
Text Example
Text Example
White with #A8848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8848D; }
p { color: rgb(168,132,141); }
H1.HeaderClassName
{
color: #A8848D;
}
.AnyTagClassName
{
color: #A8848D;
}
</style>
background-color css
<style>
a { background-color: #A8848D; }
a { background-color: rgb(168,132,141); }
div.DivClassName
{
background-color: #A8848D;
}
.BgClassName
{
background-color: #A8848D;
}
</style>
border-color css
<style>
span { border-color: #A8848D; }
span { border-color: rgb(168,132,141); }
td.TdClassName
{
border-color: #A8848D;
}
.TagClassName
{
border-color: #A8848D;
}
</style>