Color Hex Logo

#a44911 Color Hex

#A44911
(164,73,17)
0 Favorites   0 Comments

Color spaces of #a44911

RGB 1647317
HSL0.060.810.35
HSV23°90°64°
CMYK 0.000.550.90   0.36
XYZ17.793612.69812.0435
Yxy12.69810.54690.3903
Hunter Lab35.634426.771621.5440
CIE-Lab42.304834.716447.3757

#a44911 color RGB value is (164,73,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 00010001
Octal 244 111 21
Decimal 164 73 17
Hex A4 49 11

RGB Percentages of Color #a44911

%64.57
%28.74
%6.69

CMYK Percentages of Color #a44911

%0
%55
%90
%36

Triadic Colors of #a44911

#a44911 #11a449 #4911a4

Analogous Colors of #a44911

#a44911 #a49311 #a41123

Monochromatic Colors of #a44911

#a44911

Complementary Color

#a44911 #116ca4

#a44911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44911 Color CSS Codes

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

#a44911 Text Font Color

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

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


#a44911 Background Color

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

This div background color is #a44911


#a44911 Border Color

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

This div border color is #a44911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44911


Comments

No comments written yet.

Please login to write comment.