Color Hex Logo

#a1591d Color Hex

#A1591D
(161,89,29)
0 Favorites   0 Comments

Color spaces of #a1591d

RGB 1618929
HSL0.080.690.37
HSV27°82°63°
CMYK 0.000.450.82   0.37
XYZ18.492114.81053.0465
Yxy14.81050.50870.4075
Hunter Lab38.484418.423122.2456
CIE-Lab45.373525.183845.0995

#a1591d color RGB value is (161,89,29).

#a1591d hex color red value is 161, green value is 89 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a1591d hue: 0.08 , saturation: 0.69 and the lightness value of a1591d is 0.37.

The process color (four color CMYK) of #a1591d color hex is 0.00, 0.45, 0.82, 0.37. Web safe color of #a1591d is #996633. Color #a1591d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011001 00011101
Octal 241 131 35
Decimal 161 89 29
Hex A1 59 1D

RGB Percentages of Color #a1591d

%57.71
%31.90
%10.39

CMYK Percentages of Color #a1591d

%0
%45
%82
%37

Triadic Colors of #a1591d

#a1591d #1da159 #591da1

Analogous Colors of #a1591d

#a1591d #a19b1d #a11d23

Monochromatic Colors of #a1591d

#a1591d

Complementary Color

#a1591d #1d65a1

#a1591d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1591d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1591d Color CSS Codes

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

#a1591d Text Font Color

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

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


#a1591d Background Color

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

This div background color is #a1591d


#a1591d Border Color

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

This div border color is #a1591d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1591d

#a1591d Color Palettes


Comments

No comments written yet.

Please login to write comment.