Color Hex Logo

#a44925 Color Hex

#A44925
(164,73,37)
0 Favorites   0 Comments

Color spaces of #a44925

RGB 1647337
HSL0.050.630.39
HSV17°77°64°
CMYK 0.000.550.77   0.36
XYZ18.026312.79123.2691
Yxy12.79120.52880.3753
Hunter Lab35.764827.379919.6159
CIE-Lab42.446935.345238.6094

#a44925 color RGB value is (164,73,37).

#a44925 hex color red value is 164, green value is 73 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a44925 hue: 0.05 , saturation: 0.63 and the lightness value of a44925 is 0.39.

The process color (four color CMYK) of #a44925 color hex is 0.00, 0.55, 0.77, 0.36. Web safe color of #a44925 is #993333. Color #a44925 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 00100101
Octal 244 111 45
Decimal 164 73 37
Hex A4 49 25

RGB Percentages of Color #a44925

%59.85
%26.64
%13.50

CMYK Percentages of Color #a44925

%0
%55
%77
%36

Triadic Colors of #a44925

#a44925 #25a449 #4925a4

Analogous Colors of #a44925

#a44925 #a48925 #a42540

Monochromatic Colors of #a44925

#a44925

Complementary Color

#a44925 #2580a4

#a44925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44925 Color CSS Codes

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

#a44925 Text Font Color

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

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


#a44925 Background Color

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

This div background color is #a44925


#a44925 Border Color

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

This div border color is #a44925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44925


Comments

No comments written yet.

Please login to write comment.