Color Hex Logo

#a3442e Color Hex

#A3442E
(163,68,46)
0 Favorites   0 Comments

Color spaces of #a3442e

RGB 1636846
HSL0.030.560.41
HSV11°72°64°
CMYK 0.000.580.72   0.36
XYZ17.664512.11803.9928
Yxy12.11800.52300.3588
Hunter Lab34.810929.659217.5671
CIE-Lab41.403137.909832.5247

#a3442e color RGB value is (163,68,46).

#a3442e hex color red value is 163, green value is 68 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a3442e hue: 0.03 , saturation: 0.56 and the lightness value of a3442e is 0.41.

The process color (four color CMYK) of #a3442e color hex is 0.00, 0.58, 0.72, 0.36. Web safe color of #a3442e is #993333. Color #a3442e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000100 00101110
Octal 243 104 56
Decimal 163 68 46
Hex A3 44 2E

RGB Percentages of Color #a3442e

%58.84
%24.55
%16.61

CMYK Percentages of Color #a3442e

%0
%58
%72
%36

Triadic Colors of #a3442e

#a3442e #2ea344 #442ea3

Analogous Colors of #a3442e

#a3442e #a37f2e #a32e53

Monochromatic Colors of #a3442e

#a3442e

Complementary Color

#a3442e #2e8da3

#a3442e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3442e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3442e Color CSS Codes

.mybgcolor {background-color:#a3442e; } 
.myforecolor {color:#a3442e; }
.mybordercolor {border:3px solid #a3442e; }

#a3442e Text Font Color

<p style="color:#a3442e">Text here</p>

This sample text font color is #a3442e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a3442e Background Color

<div style="background-color:#a3442e">
Div content here</div>

This div background color is #a3442e


#a3442e Border Color

<div style="border:3px solid #a3442e">
Div here</div>

This div border color is #a3442e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,68,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3442e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3442e;
  -webkit-box-shadow: 1px 1px 3px 2px #a3442e;
  box-shadow:         1px 1px 3px 2px #a3442e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,68,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a3442e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a3442e;
  -webkit-box-shadow: 1px 1px 3px 2px #a3442e;
  box-shadow:         1px 1px 3px 2px #a3442e;">
Div content here</div>

This div box has shadow with color #a3442e


Comments

No comments written yet.

Please login to write comment.