Shades of Tapestry #A88388
Tints of Tapestry #A88388
RGB
CMYK
RGB Variations
Color information
#A88388 (or 0xA88388) is known color: Tapestry. HEX triplet: A8, 83 and 88. RGB value is (168,131,136). Sum of RGB (Red+Green+Blue) = 168+131+136=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A88388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88388 is #577C77. Grayscale: #8E8E8E. Windows color (decimal): -5733496 or 8946600. OLE color: 8946600.
HSL color Cylindrical-coordinate representation of color #A88388: hue angle of 351.89º 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 #A88388 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 136 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.34 |
| HSL | 351.89º | 0.18% | 0.59% | - |
| HSV(B) | 351.89º | 0.22% | 0.66% | - |
| XYZ | 28.71 | 26.34 | 26.86 | - |
| YUV | 142.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 136 | 0 | 0.22 | 0.19 | 0.34 | 351.89 | 0.18 | 0.59 |
| Hex | A8 | 83 | 88 | 0 | 16 | 13 | 22 | 160 | 12 | 3B |
| Octal | 250 | 203 | 210 | 0 | 26 | 23 | 42 | 540 | 22 | 73 |
| Binary | 10101000 | 10000011 | 10001000 | 0 | 10110 | 10011 | 100010 | 101100000 | 10010 | 111011 |
Color Harmonies of #A88388
Complementary color
Monochromatic Colors of #A88388
Black with #A88388
Text Example
Text Example
White with #A88388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88388; }
p { color: rgb(168,131,136); }
H1.HeaderClassName
{
color: #A88388;
}
.AnyTagClassName
{
color: #A88388;
}
</style>
background-color css
<style>
a { background-color: #A88388; }
a { background-color: rgb(168,131,136); }
div.DivClassName
{
background-color: #A88388;
}
.BgClassName
{
background-color: #A88388;
}
</style>
border-color css
<style>
span { border-color: #A88388; }
span { border-color: rgb(168,131,136); }
td.TdClassName
{
border-color: #A88388;
}
.TagClassName
{
border-color: #A88388;
}
</style>