#A3828B

Color #A3828B Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #A3828B

Tints of Tapestry #A3828B

Color information

#A3828B (or 0xA3828B) is unknown color: approx Tapestry. HEX triplet: A3, 82 and 8B. RGB value is (163,130,139). Sum of RGB (Red+Green+Blue) = 163+130+139=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A3828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3828B is #5C7D74. Grayscale: #8C8C8C. Windows color (decimal): -6061429 or 9142947. OLE color: 9142947.

HSL color Cylindrical-coordinate representation of color #A3828B: hue angle of 343.64º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3828B is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB163130139-
CMYK00.200.150.36
HSL343.64º15.21%57.45%-
HSV(B)343.64º20.25%63.92%-
XYZ27.7525.6227.91-
YUV140.89126.93143.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=37.73%
G=30.09%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313013900.200.150.36343.6415.2157.45
HexA3828B014F24158f39
Octal24320221302417445301771
Binary10100011100000101000101101010011111001001010110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3828B; }

 p { color: rgb(163,130,139); }

 H1.HeaderClassName
 {
   color: #A3828B;
 }
 .AnyTagClassName
 {
   color: #A3828B;
 }
</style>
background-color css

<style>
 a { background-color: #A3828B; }

 a { background-color: rgb(163,130,139); }

 div.DivClassName
 {
   background-color: #A3828B;
 }
 .BgClassName
 {
   background-color: #A3828B;
 }
</style>
border-color css

<style>
 span { border-color: #A3828B; }

 span { border-color: rgb(163,130,139); }

 td.TdClassName
 {
   border-color: #A3828B;
 }
 .TagClassName
 {
   border-color: #A3828B;
 }
</style>