Color Hex Logo

#a44217 Color Hex

#A44217
(164,66,23)
0 Favorites   0 Comments

Color spaces of #a44217

RGB 1646623
HSL0.050.750.37
HSV18°86°64°
CMYK 0.000.600.86   0.36
XYZ17.412711.85082.1803
Yxy11.85080.55380.3769
Hunter Lab34.425030.044420.3424
CIE-Lab40.978038.379643.9277

#a44217 color RGB value is (164,66,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 00010111
Octal 244 102 27
Decimal 164 66 23
Hex A4 42 17

RGB Percentages of Color #a44217

%64.82
%26.09
%9.09

CMYK Percentages of Color #a44217

%0
%60
%86
%36

Triadic Colors of #a44217

#a44217 #17a442 #4217a4

Analogous Colors of #a44217

#a44217 #a48917 #a41732

Monochromatic Colors of #a44217

#a44217

Complementary Color

#a44217 #1779a4

#a44217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44217 Color CSS Codes

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

#a44217 Text Font Color

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

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


#a44217 Background Color

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

This div background color is #a44217


#a44217 Border Color

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

This div border color is #a44217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44217


Comments

No comments written yet.

Please login to write comment.