Shades of Tapestry #A37482
Tints of Tapestry #A37482
RGB
CMYK
RGB Variations
Color information
#A37482 (or 0xA37482) is known color: Tapestry. HEX triplet: A3, 74 and 82. RGB value is (163,116,130). Sum of RGB (Red+Green+Blue) = 163+116+130=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A37482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37482 is #5C8B7D. Grayscale: #838383. Windows color (decimal): -6065022 or 8549539. OLE color: 8549539.
HSL color Cylindrical-coordinate representation of color #A37482: hue angle of 342.13º degrees, saturation: 0.2, 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 #A37482 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 130 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.36 |
| HSL | 342.13º | 0.2% | 0.55% | - |
| HSV(B) | 342.13º | 0.29% | 0.64% | - |
| XYZ | 25.38 | 21.89 | 24.01 | - |
| YUV | 131.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 130 | 0 | 0.29 | 0.20 | 0.36 | 342.13 | 0.2 | 0.55 |
| Hex | A3 | 74 | 82 | 0 | 1D | 14 | 24 | 156 | 14 | 37 |
| Octal | 243 | 164 | 202 | 0 | 35 | 24 | 44 | 526 | 24 | 67 |
| Binary | 10100011 | 1110100 | 10000010 | 0 | 11101 | 10100 | 100100 | 101010110 | 10100 | 110111 |
Color Harmonies of #A37482
Complementary color
Monochromatic Colors of #A37482
Black with #A37482
Text Example
Text Example
White with #A37482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37482; }
p { color: rgb(163,116,130); }
H1.HeaderClassName
{
color: #A37482;
}
.AnyTagClassName
{
color: #A37482;
}
</style>
background-color css
<style>
a { background-color: #A37482; }
a { background-color: rgb(163,116,130); }
div.DivClassName
{
background-color: #A37482;
}
.BgClassName
{
background-color: #A37482;
}
</style>
border-color css
<style>
span { border-color: #A37482; }
span { border-color: rgb(163,116,130); }
td.TdClassName
{
border-color: #A37482;
}
.TagClassName
{
border-color: #A37482;
}
</style>