#A3838B

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

Shades of Tapestry #A3838B

Tints of Tapestry #A3838B

Color information

#A3838B (or 0xA3838B) is unknown color: approx Tapestry. HEX triplet: A3, 83 and 8B. RGB value is (163,131,139). Sum of RGB (Red+Green+Blue) = 163+131+139=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A3838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3838B is #5C7C74. Grayscale: #8D8D8D. Windows color (decimal): -6061173 or 9143203. OLE color: 9143203.

HSL color Cylindrical-coordinate representation of color #A3838B: hue angle of 345º 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 #A3838B is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB163131139-
CMYK00.200.150.36
HSL345º14.81%57.65%-
HSV(B)345º19.63%63.92%-
XYZ27.8825.8827.95-
YUV141.48126.6143.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=37.64%
G=30.25%
B=32.10%

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
Decimal16313113900.200.150.3634514.8157.65
HexA3838B014F24159f3a
Octal24320321302417445311772
Binary10100011100000111000101101010011111001001010110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3838B; }

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

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

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

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

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

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

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

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