Color Hex Logo

#a1581b Color Hex

#A1581B
(161,88,27)
0 Favorites   0 Comments

Color spaces of #a1581b

RGB 1618827
HSL0.080.710.37
HSV27°83°63°
CMYK 0.000.450.83   0.37
XYZ18.385514.63562.8929
Yxy14.63560.51190.4075
Hunter Lab38.256518.835522.2961
CIE-Lab45.131025.671545.7193

#a1581b color RGB value is (161,88,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 00011011
Octal 241 130 33
Decimal 161 88 27
Hex A1 58 1B

RGB Percentages of Color #a1581b

%58.33
%31.88
%9.78

CMYK Percentages of Color #a1581b

%0
%45
%83
%37

Triadic Colors of #a1581b

#a1581b #1ba158 #581ba1

Analogous Colors of #a1581b

#a1581b #a19b1b #a11b21

Monochromatic Colors of #a1581b

#a1581b

Complementary Color

#a1581b #1b64a1

#a1581b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1581b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1581b Color CSS Codes

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

#a1581b Text Font Color

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

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


#a1581b Background Color

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

This div background color is #a1581b


#a1581b Border Color

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

This div border color is #a1581b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1581b


Comments

No comments written yet.

Please login to write comment.