Color Hex Logo

#a3322a Color Hex

#A3322A
(163,50,42)
0 Favorites   0 Comments

Color spaces of #a3322a

RGB 1635042
HSL0.010.590.40
HSV74°64°
CMYK 0.000.690.74   0.36
XYZ16.662810.23493.2878
Yxy10.23490.55200.3391
Hunter Lab31.992036.984316.3012
CIE-Lab38.260845.955331.2735

#a3322a color RGB value is (163,50,42).

#a3322a hex color red value is 163, green value is 50 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a3322a hue: 0.01 , saturation: 0.59 and the lightness value of a3322a is 0.40.

The process color (four color CMYK) of #a3322a color hex is 0.00, 0.69, 0.74, 0.36. Web safe color of #a3322a is #993333. Color #a3322a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110010 00101010
Octal 243 62 52
Decimal 163 50 42
Hex A3 32 2A

RGB Percentages of Color #a3322a

%63.92
%19.61
%16.47

CMYK Percentages of Color #a3322a

%0
%69
%74
%36

Triadic Colors of #a3322a

#a3322a #2aa332 #322aa3

Analogous Colors of #a3322a

#a3322a #a36f2a #a32a5f

Monochromatic Colors of #a3322a

#a3322a

Complementary Color

#a3322a #2a9ba3

#a3322a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3322a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3322a Color CSS Codes

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

#a3322a Text Font Color

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

This sample text font color is #a3322a
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.


#a3322a Background Color

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

This div background color is #a3322a


#a3322a Border Color

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

This div border color is #a3322a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3322a


Comments

No comments written yet.

Please login to write comment.