#A3858E

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

Shades of Tapestry #A3858E

Tints of Tapestry #A3858E

Color information

#A3858E (or 0xA3858E) is unknown color: approx Tapestry. HEX triplet: A3, 85 and 8E. RGB value is (163,133,142). Sum of RGB (Red+Green+Blue) = 163+133+142=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 163 - color contains mainly: red. Hex color #A3858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3858E is #5C7A71. Grayscale: #8E8E8E. Windows color (decimal): -6060658 or 9340323. OLE color: 9340323.

HSL color Cylindrical-coordinate representation of color #A3858E: hue angle of 342º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3858E is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163133142-
CMYK00.180.130.36
HSL342º14.02%58.04%-
HSV(B)342º18.4%63.92%-
XYZ28.3726.5129.21-
YUV143127.44142.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 142 (55.86% from 255) = 32.42%
R=37.21%
G=30.37%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313314200.180.130.3634214.0258.04
HexA3858E012D24156e3a
Octal24320521602215445261672
Binary10100011100001011000111001001011011001001010101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3858E; }

 p { color: rgb(163,133,142); }

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

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

 a { background-color: rgb(163,133,142); }

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

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

 span { border-color: rgb(163,133,142); }

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