Shades of Tapestry #A37383
Tints of Tapestry #A37383
RGB
CMYK
RGB Variations
Color information
#A37383 (or 0xA37383) is known color: Tapestry. HEX triplet: A3, 73 and 83. RGB value is (163,115,131). Sum of RGB (Red+Green+Blue) = 163+115+131=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A37383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37383 is #5C8C7C. Grayscale: #838383. Windows color (decimal): -6065277 or 8614819. OLE color: 8614819.
HSL color Cylindrical-coordinate representation of color #A37383: hue angle of 340º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37383 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 131 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.36 |
| HSL | 340º | 0.21% | 0.55% | - |
| HSV(B) | 340º | 0.29% | 0.64% | - |
| XYZ | 25.33 | 21.69 | 24.32 | - |
| YUV | 131.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 131 | 0 | 0.29 | 0.20 | 0.36 | 340 | 0.21 | 0.55 |
| Hex | A3 | 73 | 83 | 0 | 1D | 14 | 24 | 154 | 15 | 37 |
| Octal | 243 | 163 | 203 | 0 | 35 | 24 | 44 | 524 | 25 | 67 |
| Binary | 10100011 | 1110011 | 10000011 | 0 | 11101 | 10100 | 100100 | 101010100 | 10101 | 110111 |
Color Harmonies of #A37383
Complementary color
Monochromatic Colors of #A37383
Black with #A37383
Text Example
Text Example
White with #A37383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37383; }
p { color: rgb(163,115,131); }
H1.HeaderClassName
{
color: #A37383;
}
.AnyTagClassName
{
color: #A37383;
}
</style>
background-color css
<style>
a { background-color: #A37383; }
a { background-color: rgb(163,115,131); }
div.DivClassName
{
background-color: #A37383;
}
.BgClassName
{
background-color: #A37383;
}
</style>
border-color css
<style>
span { border-color: #A37383; }
span { border-color: rgb(163,115,131); }
td.TdClassName
{
border-color: #A37383;
}
.TagClassName
{
border-color: #A37383;
}
</style>