Shades of Tapestry #A67383
Tints of Tapestry #A67383
RGB
CMYK
RGB Variations
Color information
#A67383 (or 0xA67383) is known color: Tapestry. HEX triplet: A6, 73 and 83. RGB value is (166,115,131). Sum of RGB (Red+Green+Blue) = 166+115+131=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A67383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67383 is #598C7C. Grayscale: #848484. Windows color (decimal): -5868669 or 8614822. OLE color: 8614822.
HSL color Cylindrical-coordinate representation of color #A67383: hue angle of 341.18º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67383 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 131 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.35 |
| HSL | 341.18º | 0.22% | 0.55% | - |
| HSV(B) | 341.18º | 0.31% | 0.65% | - |
| XYZ | 25.95 | 22.01 | 24.35 | - |
| YUV | 132.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 131 | 0 | 0.31 | 0.21 | 0.35 | 341.18 | 0.22 | 0.55 |
| Hex | A6 | 73 | 83 | 0 | 1F | 15 | 23 | 155 | 16 | 37 |
| Octal | 246 | 163 | 203 | 0 | 37 | 25 | 43 | 525 | 26 | 67 |
| Binary | 10100110 | 1110011 | 10000011 | 0 | 11111 | 10101 | 100011 | 101010101 | 10110 | 110111 |
Color Harmonies of #A67383
Complementary color
Monochromatic Colors of #A67383
Black with #A67383
Text Example
Text Example
White with #A67383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67383; }
p { color: rgb(166,115,131); }
H1.HeaderClassName
{
color: #A67383;
}
.AnyTagClassName
{
color: #A67383;
}
</style>
background-color css
<style>
a { background-color: #A67383; }
a { background-color: rgb(166,115,131); }
div.DivClassName
{
background-color: #A67383;
}
.BgClassName
{
background-color: #A67383;
}
</style>
border-color css
<style>
span { border-color: #A67383; }
span { border-color: rgb(166,115,131); }
td.TdClassName
{
border-color: #A67383;
}
.TagClassName
{
border-color: #A67383;
}
</style>