Color Hex Logo

#a44611 Color Hex

#A44611
(164,70,17)
0 Favorites   0 Comments

Color spaces of #a44611

RGB 1647017
HSL0.060.810.35
HSV22°90°64°
CMYK 0.000.570.90   0.36
XYZ17.601212.31331.9793
Yxy12.31330.55190.3861
Hunter Lab35.090328.127021.2189
CIE-Lab41.709836.246446.9124

#a44611 color RGB value is (164,70,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000110 00010001
Octal 244 106 21
Decimal 164 70 17
Hex A4 46 11

RGB Percentages of Color #a44611

%65.34
%27.89
%6.77

CMYK Percentages of Color #a44611

%0
%57
%90
%36

Triadic Colors of #a44611

#a44611 #11a446 #4611a4

Analogous Colors of #a44611

#a44611 #a49011 #a41125

Monochromatic Colors of #a44611

#a44611

Complementary Color

#a44611 #116fa4

#a44611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44611 Color CSS Codes

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

#a44611 Text Font Color

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

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


#a44611 Background Color

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

This div background color is #a44611


#a44611 Border Color

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

This div border color is #a44611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44611


Comments

No comments written yet.

Please login to write comment.