Color Hex Logo

#a0590e Color Hex

#A0590E
(160,89,14)
0 Favorites   0 Comments

Color spaces of #a0590e

RGB 1608914
HSL0.090.840.34
HSV31°91°63°
CMYK 0.000.440.91   0.37
XYZ18.148814.65002.2867
Yxy14.65000.51730.4176
Hunter Lab38.275317.656623.2505
CIE-Lab45.151024.338850.2531

#a0590e color RGB value is (160,89,14).

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

The process color (four color CMYK) of #a0590e color hex is 0.00, 0.44, 0.91, 0.37. Web safe color of #a0590e is #996600. Color #a0590e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011001 00001110
Octal 240 131 16
Decimal 160 89 14
Hex A0 59 E

RGB Percentages of Color #a0590e

%60.84
%33.84
%5.32

CMYK Percentages of Color #a0590e

%0
%44
%91
%37

Triadic Colors of #a0590e

#a0590e #0ea059 #590ea0

Analogous Colors of #a0590e

#a0590e #9ea00e #a0100e

Monochromatic Colors of #a0590e

#a0590e

Complementary Color

#a0590e #0e55a0

#a0590e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0590e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0590e Color CSS Codes

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

#a0590e Text Font Color

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

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


#a0590e Background Color

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

This div background color is #a0590e


#a0590e Border Color

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

This div border color is #a0590e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0590e


Comments

No comments written yet.

Please login to write comment.