Shades of Tapestry #A3808C
Tints of Tapestry #A3808C
RGB
CMYK
RGB Variations
Color information
#A3808C (or 0xA3808C) is known color: Tapestry. HEX triplet: A3, 80 and 8C. RGB value is (163,128,140). Sum of RGB (Red+Green+Blue) = 163+128+140=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A3808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3808C is #5C7F73. Grayscale: #8B8B8B. Windows color (decimal): -6061940 or 9207971. OLE color: 9207971.
HSL color Cylindrical-coordinate representation of color #A3808C: hue angle of 339.43º 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 #A3808C is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 140 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.36 |
| HSL | 339.43º | 0.16% | 0.57% | - |
| HSV(B) | 339.43º | 0.21% | 0.64% | - |
| XYZ | 27.56 | 25.12 | 28.21 | - |
| YUV | 139.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 140 | 0 | 0.21 | 0.14 | 0.36 | 339.43 | 0.16 | 0.57 |
| Hex | A3 | 80 | 8C | 0 | 15 | E | 24 | 153 | 10 | 39 |
| Octal | 243 | 200 | 214 | 0 | 25 | 16 | 44 | 523 | 20 | 71 |
| Binary | 10100011 | 10000000 | 10001100 | 0 | 10101 | 1110 | 100100 | 101010011 | 10000 | 111001 |
Color Harmonies of #A3808C
Complementary color
Monochromatic Colors of #A3808C
Black with #A3808C
Text Example
Text Example
White with #A3808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3808C; }
p { color: rgb(163,128,140); }
H1.HeaderClassName
{
color: #A3808C;
}
.AnyTagClassName
{
color: #A3808C;
}
</style>
background-color css
<style>
a { background-color: #A3808C; }
a { background-color: rgb(163,128,140); }
div.DivClassName
{
background-color: #A3808C;
}
.BgClassName
{
background-color: #A3808C;
}
</style>
border-color css
<style>
span { border-color: #A3808C; }
span { border-color: rgb(163,128,140); }
td.TdClassName
{
border-color: #A3808C;
}
.TagClassName
{
border-color: #A3808C;
}
</style>