Color Hex Logo

#a14426 Color Hex

#A14426
(161,68,38)
0 Favorites   0 Comments

Color spaces of #a14426

RGB 1616838
HSL0.040.620.39
HSV15°76°63°
CMYK 0.000.580.76   0.37
XYZ17.114911.85133.2192
Yxy11.85130.53180.3682
Hunter Lab34.425728.497118.5537
CIE-Lab40.978836.747936.3960

#a14426 color RGB value is (161,68,38).

#a14426 hex color red value is 161, green value is 68 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #a14426 hue: 0.04 , saturation: 0.62 and the lightness value of a14426 is 0.39.

The process color (four color CMYK) of #a14426 color hex is 0.00, 0.58, 0.76, 0.37. Web safe color of #a14426 is #993333. Color #a14426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000100 00100110
Octal 241 104 46
Decimal 161 68 38
Hex A1 44 26

RGB Percentages of Color #a14426

%60.30
%25.47
%14.23

CMYK Percentages of Color #a14426

%0
%58
%76
%37

Triadic Colors of #a14426

#a14426 #26a144 #4426a1

Analogous Colors of #a14426

#a14426 #a18226 #a12646

Monochromatic Colors of #a14426

#a14426

Complementary Color

#a14426 #2683a1

#a14426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14426 Color CSS Codes

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

#a14426 Text Font Color

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

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


#a14426 Background Color

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

This div background color is #a14426


#a14426 Border Color

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

This div border color is #a14426


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,68,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a14426; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a14426;
  -webkit-box-shadow: 1px 1px 3px 2px #a14426;
  box-shadow:         1px 1px 3px 2px #a14426; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,68,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14426


Comments

No comments written yet.

Please login to write comment.