Color Hex Logo

#a44419 Color Hex

#A44419
(164,68,25)
0 Favorites   0 Comments

Color spaces of #a44419

RGB 1646825
HSL0.050.740.37
HSV19°85°64°
CMYK 0.000.590.85   0.36
XYZ17.552412.09692.3295
Yxy12.09690.54890.3783
Hunter Lab34.780629.215920.3754
CIE-Lab41.369737.448643.3914

#a44419 color RGB value is (164,68,25).

#a44419 hex color red value is 164, green value is 68 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a44419 hue: 0.05 , saturation: 0.74 and the lightness value of a44419 is 0.37.

The process color (four color CMYK) of #a44419 color hex is 0.00, 0.59, 0.85, 0.36. Web safe color of #a44419 is #993300. Color #a44419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 00011001
Octal 244 104 31
Decimal 164 68 25
Hex A4 44 19

RGB Percentages of Color #a44419

%63.81
%26.46
%9.73

CMYK Percentages of Color #a44419

%0
%59
%85
%36

Triadic Colors of #a44419

#a44419 #19a444 #4419a4

Analogous Colors of #a44419

#a44419 #a48a19 #a41933

Monochromatic Colors of #a44419

#a44419

Complementary Color

#a44419 #1979a4

#a44419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44419 Color CSS Codes

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

#a44419 Text Font Color

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

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


#a44419 Background Color

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

This div background color is #a44419


#a44419 Border Color

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

This div border color is #a44419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44419


Comments

No comments written yet.

Please login to write comment.