Shades of Tapestry #A3818A
Tints of Tapestry #A3818A
RGB
CMYK
RGB Variations
Color information
#A3818A (or 0xA3818A) is known color: Tapestry. HEX triplet: A3, 81 and 8A. RGB value is (163,129,138). Sum of RGB (Red+Green+Blue) = 163+129+138=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A3818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3818A is #5C7E75. Grayscale: #8C8C8C. Windows color (decimal): -6061686 or 9077155. OLE color: 9077155.
HSL color Cylindrical-coordinate representation of color #A3818A: hue angle of 344.12º 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 #A3818A is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 138 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.36 |
| HSL | 344.12º | 0.16% | 0.57% | - |
| HSV(B) | 344.12º | 0.21% | 0.64% | - |
| XYZ | 27.54 | 25.32 | 27.48 | - |
| YUV | 140.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 138 | 0 | 0.21 | 0.15 | 0.36 | 344.12 | 0.16 | 0.57 |
| Hex | A3 | 81 | 8A | 0 | 15 | F | 24 | 158 | 10 | 39 |
| Octal | 243 | 201 | 212 | 0 | 25 | 17 | 44 | 530 | 20 | 71 |
| Binary | 10100011 | 10000001 | 10001010 | 0 | 10101 | 1111 | 100100 | 101011000 | 10000 | 111001 |
Color Harmonies of #A3818A
Complementary color
Monochromatic Colors of #A3818A
Black with #A3818A
Text Example
Text Example
White with #A3818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3818A; }
p { color: rgb(163,129,138); }
H1.HeaderClassName
{
color: #A3818A;
}
.AnyTagClassName
{
color: #A3818A;
}
</style>
background-color css
<style>
a { background-color: #A3818A; }
a { background-color: rgb(163,129,138); }
div.DivClassName
{
background-color: #A3818A;
}
.BgClassName
{
background-color: #A3818A;
}
</style>
border-color css
<style>
span { border-color: #A3818A; }
span { border-color: rgb(163,129,138); }
td.TdClassName
{
border-color: #A3818A;
}
.TagClassName
{
border-color: #A3818A;
}
</style>