Color Hex Logo

#a0591f Color Hex

#A0591F
(160,89,31)
0 Favorites   0 Comments

Color spaces of #a0591f

RGB 1608931
HSL0.070.680.37
HSV27°81°63°
CMYK 0.000.440.81   0.37
XYZ18.316914.71733.1716
Yxy14.71730.50590.4065
Hunter Lab38.363118.091321.9525
CIE-Lab45.244524.822044.0571

#a0591f color RGB value is (160,89,31).

#a0591f hex color red value is 160, green value is 89 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #a0591f hue: 0.07 , saturation: 0.68 and the lightness value of a0591f is 0.37.

The process color (four color CMYK) of #a0591f color hex is 0.00, 0.44, 0.81, 0.37. Web safe color of #a0591f is #996633. Color #a0591f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011001 00011111
Octal 240 131 37
Decimal 160 89 31
Hex A0 59 1F

RGB Percentages of Color #a0591f

%57.14
%31.79
%11.07

CMYK Percentages of Color #a0591f

%0
%44
%81
%37

Triadic Colors of #a0591f

#a0591f #1fa059 #591fa0

Analogous Colors of #a0591f

#a0591f #a09a1f #a01f26

Monochromatic Colors of #a0591f

#a0591f

Complementary Color

#a0591f #1f66a0

#a0591f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0591f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0591f Color CSS Codes

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

#a0591f Text Font Color

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

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


#a0591f Background Color

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

This div background color is #a0591f


#a0591f Border Color

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

This div border color is #a0591f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,89,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0591f


Comments

No comments written yet.

Please login to write comment.