Shades of Tapestry #A88390
Tints of Tapestry #A88390
RGB
CMYK
RGB Variations
Color information
#A88390 (or 0xA88390) is known color: Tapestry. HEX triplet: A8, 83 and 90. RGB value is (168,131,144). Sum of RGB (Red+Green+Blue) = 168+131+144=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A88390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88390 is #577C6F. Grayscale: #8F8F8F. Windows color (decimal): -5733488 or 9470888. OLE color: 9470888.
HSL color Cylindrical-coordinate representation of color #A88390: hue angle of 338.92º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A88390 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 144 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.34 |
| HSL | 338.92º | 0.18% | 0.59% | - |
| HSV(B) | 338.92º | 0.22% | 0.66% | - |
| XYZ | 29.3 | 26.57 | 29.97 | - |
| YUV | 143.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 144 | 0 | 0.22 | 0.14 | 0.34 | 338.92 | 0.18 | 0.59 |
| Hex | A8 | 83 | 90 | 0 | 16 | E | 22 | 153 | 12 | 3B |
| Octal | 250 | 203 | 220 | 0 | 26 | 16 | 42 | 523 | 22 | 73 |
| Binary | 10101000 | 10000011 | 10010000 | 0 | 10110 | 1110 | 100010 | 101010011 | 10010 | 111011 |
Color Harmonies of #A88390
Complementary color
Monochromatic Colors of #A88390
Black with #A88390
Text Example
Text Example
White with #A88390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88390; }
p { color: rgb(168,131,144); }
H1.HeaderClassName
{
color: #A88390;
}
.AnyTagClassName
{
color: #A88390;
}
</style>
background-color css
<style>
a { background-color: #A88390; }
a { background-color: rgb(168,131,144); }
div.DivClassName
{
background-color: #A88390;
}
.BgClassName
{
background-color: #A88390;
}
</style>
border-color css
<style>
span { border-color: #A88390; }
span { border-color: rgb(168,131,144); }
td.TdClassName
{
border-color: #A88390;
}
.TagClassName
{
border-color: #A88390;
}
</style>