Color Hex Logo

#a4442e Color Hex

#A4442E
(164,68,46)
0 Favorites   0 Comments

Color spaces of #a4442e

RGB 1646846
HSL0.030.560.41
HSV11°72°64°
CMYK 0.000.590.72   0.36
XYZ17.870112.22404.0024
Yxy12.22400.52410.3585
Hunter Lab34.962830.049417.6867
CIE-Lab41.569938.293232.7593

#a4442e color RGB value is (164,68,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 00101110
Octal 244 104 56
Decimal 164 68 46
Hex A4 44 2E

RGB Percentages of Color #a4442e

%58.99
%24.46
%16.55

CMYK Percentages of Color #a4442e

%0
%59
%72
%36

Triadic Colors of #a4442e

#a4442e #2ea444 #442ea4

Analogous Colors of #a4442e

#a4442e #a47f2e #a42e53

Monochromatic Colors of #a4442e

#a4442e

Complementary Color

#a4442e #2e8ea4

#a4442e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4442e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4442e Color CSS Codes

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

#a4442e Text Font Color

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

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


#a4442e Background Color

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

This div background color is #a4442e


#a4442e Border Color

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

This div border color is #a4442e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4442e


Comments

No comments written yet.

Please login to write comment.