Shades of Tapestry #A3818B
Tints of Tapestry #A3818B
RGB
CMYK
RGB Variations
Color information
#A3818B (or 0xA3818B) is known color: Tapestry. HEX triplet: A3, 81 and 8B. RGB value is (163,129,139). Sum of RGB (Red+Green+Blue) = 163+129+139=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A3818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3818B is #5C7E74. Grayscale: #8C8C8C. Windows color (decimal): -6061685 or 9142691. OLE color: 9142691.
HSL color Cylindrical-coordinate representation of color #A3818B: hue angle of 342.35º 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 #A3818B is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 139 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.36 |
| HSL | 342.35º | 0.16% | 0.57% | - |
| HSV(B) | 342.35º | 0.21% | 0.64% | - |
| XYZ | 27.61 | 25.35 | 27.86 | - |
| YUV | 140.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 139 | 0 | 0.21 | 0.15 | 0.36 | 342.35 | 0.16 | 0.57 |
| Hex | A3 | 81 | 8B | 0 | 15 | F | 24 | 156 | 10 | 39 |
| Octal | 243 | 201 | 213 | 0 | 25 | 17 | 44 | 526 | 20 | 71 |
| Binary | 10100011 | 10000001 | 10001011 | 0 | 10101 | 1111 | 100100 | 101010110 | 10000 | 111001 |
Color Harmonies of #A3818B
Complementary color
Monochromatic Colors of #A3818B
Black with #A3818B
Text Example
Text Example
White with #A3818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3818B; }
p { color: rgb(163,129,139); }
H1.HeaderClassName
{
color: #A3818B;
}
.AnyTagClassName
{
color: #A3818B;
}
</style>
background-color css
<style>
a { background-color: #A3818B; }
a { background-color: rgb(163,129,139); }
div.DivClassName
{
background-color: #A3818B;
}
.BgClassName
{
background-color: #A3818B;
}
</style>
border-color css
<style>
span { border-color: #A3818B; }
span { border-color: rgb(163,129,139); }
td.TdClassName
{
border-color: #A3818B;
}
.TagClassName
{
border-color: #A3818B;
}
</style>