Shades of Tapestry #A38087
Tints of Tapestry #A38087
RGB
CMYK
RGB Variations
Color information
#A38087 (or 0xA38087) is known color: Tapestry. HEX triplet: A3, 80 and 87. RGB value is (163,128,135). Sum of RGB (Red+Green+Blue) = 163+128+135=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A38087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38087 is #5C7F78. Grayscale: #8B8B8B. Windows color (decimal): -6061945 or 8880291. OLE color: 8880291.
HSL color Cylindrical-coordinate representation of color #A38087: hue angle of 348º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38087 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 135 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.36 |
| HSL | 348º | 0.16% | 0.57% | - |
| HSV(B) | 348º | 0.21% | 0.64% | - |
| XYZ | 27.2 | 24.97 | 26.31 | - |
| YUV | 139.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 135 | 0 | 0.21 | 0.17 | 0.36 | 348 | 0.16 | 0.57 |
| Hex | A3 | 80 | 87 | 0 | 15 | 11 | 24 | 15C | 10 | 39 |
| Octal | 243 | 200 | 207 | 0 | 25 | 21 | 44 | 534 | 20 | 71 |
| Binary | 10100011 | 10000000 | 10000111 | 0 | 10101 | 10001 | 100100 | 101011100 | 10000 | 111001 |
Color Harmonies of #A38087
Complementary color
Monochromatic Colors of #A38087
Black with #A38087
Text Example
Text Example
White with #A38087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38087; }
p { color: rgb(163,128,135); }
H1.HeaderClassName
{
color: #A38087;
}
.AnyTagClassName
{
color: #A38087;
}
</style>
background-color css
<style>
a { background-color: #A38087; }
a { background-color: rgb(163,128,135); }
div.DivClassName
{
background-color: #A38087;
}
.BgClassName
{
background-color: #A38087;
}
</style>
border-color css
<style>
span { border-color: #A38087; }
span { border-color: rgb(163,128,135); }
td.TdClassName
{
border-color: #A38087;
}
.TagClassName
{
border-color: #A38087;
}
</style>