Color Hex Logo

#a4442a Color Hex

#A4442A
(164,68,42)
0 Favorites   0 Comments

Color spaces of #a4442a

RGB 1646842
HSL0.040.590.40
HSV13°74°64°
CMYK 0.000.590.74   0.36
XYZ17.794912.19393.6063
Yxy12.19390.52970.3630
Hunter Lab34.919829.852918.3207
CIE-Lab41.522638.094734.9481

#a4442a color RGB value is (164,68,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 00101010
Octal 244 104 52
Decimal 164 68 42
Hex A4 44 2A

RGB Percentages of Color #a4442a

%59.85
%24.82
%15.33

CMYK Percentages of Color #a4442a

%0
%59
%74
%36

Triadic Colors of #a4442a

#a4442a #2aa444 #442aa4

Analogous Colors of #a4442a

#a4442a #a4812a #a42a4d

Monochromatic Colors of #a4442a

#a4442a

Complementary Color

#a4442a #2a8aa4

#a4442a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4442a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4442a Color CSS Codes

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

#a4442a Text Font Color

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

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


#a4442a Background Color

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

This div background color is #a4442a


#a4442a Border Color

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

This div border color is #a4442a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,68,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 #a4442a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4442a


Comments

No comments written yet.

Please login to write comment.