Shades of Tapestry #A3838A
Tints of Tapestry #A3838A
RGB
CMYK
RGB Variations
Color information
#A3838A (or 0xA3838A) is known color: Tapestry. HEX triplet: A3, 83 and 8A. RGB value is (163,131,138). Sum of RGB (Red+Green+Blue) = 163+131+138=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A3838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3838A is #5C7C75. Grayscale: #8D8D8D. Windows color (decimal): -6061174 or 9077667. OLE color: 9077667.
HSL color Cylindrical-coordinate representation of color #A3838A: hue angle of 346.88º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3838A is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 131 | 138 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.36 |
| HSL | 346.88º | 0.15% | 0.58% | - |
| HSV(B) | 346.88º | 0.2% | 0.64% | - |
| XYZ | 27.81 | 25.85 | 27.57 | - |
| YUV | 141.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 138 | 0 | 0.20 | 0.15 | 0.36 | 346.88 | 0.15 | 0.58 |
| Hex | A3 | 83 | 8A | 0 | 14 | F | 24 | 15B | F | 3A |
| Octal | 243 | 203 | 212 | 0 | 24 | 17 | 44 | 533 | 17 | 72 |
| Binary | 10100011 | 10000011 | 10001010 | 0 | 10100 | 1111 | 100100 | 101011011 | 1111 | 111010 |
Color Harmonies of #A3838A
Complementary color
Monochromatic Colors of #A3838A
Black with #A3838A
Text Example
Text Example
White with #A3838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3838A; }
p { color: rgb(163,131,138); }
H1.HeaderClassName
{
color: #A3838A;
}
.AnyTagClassName
{
color: #A3838A;
}
</style>
background-color css
<style>
a { background-color: #A3838A; }
a { background-color: rgb(163,131,138); }
div.DivClassName
{
background-color: #A3838A;
}
.BgClassName
{
background-color: #A3838A;
}
</style>
border-color css
<style>
span { border-color: #A3838A; }
span { border-color: rgb(163,131,138); }
td.TdClassName
{
border-color: #A3838A;
}
.TagClassName
{
border-color: #A3838A;
}
</style>