Color Hex Logo

#a1490e Color Hex

#A1490E
(161,73,14)
0 Favorites   0 Comments

Color spaces of #a1490e

RGB 1617314
HSL0.070.840.34
HSV24°91°63°
CMYK 0.000.550.91   0.37
XYZ17.159812.37391.8994
Yxy12.37390.54590.3937
Hunter Lab35.176625.516821.4222
CIE-Lab41.804333.436447.7927

#a1490e color RGB value is (161,73,14).

#a1490e hex color red value is 161, green value is 73 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a1490e hue: 0.07 , saturation: 0.84 and the lightness value of a1490e is 0.34.

The process color (four color CMYK) of #a1490e color hex is 0.00, 0.55, 0.91, 0.37. Web safe color of #a1490e is #993300. Color #a1490e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001001 00001110
Octal 241 111 16
Decimal 161 73 14
Hex A1 49 E

RGB Percentages of Color #a1490e

%64.92
%29.44
%5.65

CMYK Percentages of Color #a1490e

%0
%55
%91
%37

Triadic Colors of #a1490e

#a1490e #0ea149 #490ea1

Analogous Colors of #a1490e

#a1490e #a1930e #a10e1c

Monochromatic Colors of #a1490e

#a1490e

Complementary Color

#a1490e #0e66a1

#a1490e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1490e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1490e Color CSS Codes

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

#a1490e Text Font Color

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

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


#a1490e Background Color

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

This div background color is #a1490e


#a1490e Border Color

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

This div border color is #a1490e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1490e


Comments

No comments written yet.

Please login to write comment.