Color Hex Logo

#a44917 Color Hex

#A44917
(164,73,23)
0 Favorites   0 Comments

Color spaces of #a44917

RGB 1647323
HSL0.060.750.37
HSV21°86°64°
CMYK 0.000.550.86   0.36
XYZ17.847012.71952.3251
Yxy12.71950.54260.3867
Hunter Lab35.664426.911321.0997
CIE-Lab42.337534.861145.0950

#a44917 color RGB value is (164,73,23).

#a44917 hex color red value is 164, green value is 73 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #a44917 hue: 0.06 , saturation: 0.75 and the lightness value of a44917 is 0.37.

The process color (four color CMYK) of #a44917 color hex is 0.00, 0.55, 0.86, 0.36. Web safe color of #a44917 is #993300. Color #a44917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 00010111
Octal 244 111 27
Decimal 164 73 23
Hex A4 49 17

RGB Percentages of Color #a44917

%63.08
%28.08
%8.85

CMYK Percentages of Color #a44917

%0
%55
%86
%36

Triadic Colors of #a44917

#a44917 #17a449 #4917a4

Analogous Colors of #a44917

#a44917 #a49017 #a4172c

Monochromatic Colors of #a44917

#a44917

Complementary Color

#a44917 #1772a4

#a44917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44917 Color CSS Codes

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

#a44917 Text Font Color

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

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


#a44917 Background Color

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

This div background color is #a44917


#a44917 Border Color

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

This div border color is #a44917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44917


Comments

No comments written yet.

Please login to write comment.