Color Hex Logo

#a15911 Color Hex

#A15911
(161,89,17)
0 Favorites   0 Comments

Color spaces of #a15911

RGB 1618917
HSL0.080.810.35
HSV30°89°63°
CMYK 0.000.450.89   0.37
XYZ18.371514.76232.4114
Yxy14.76230.51680.4153
Hunter Lab38.421718.112423.1741
CIE-Lab45.306924.839949.5365

#a15911 color RGB value is (161,89,17).

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

The process color (four color CMYK) of #a15911 color hex is 0.00, 0.45, 0.89, 0.37. Web safe color of #a15911 is #996600. Color #a15911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011001 00010001
Octal 241 131 21
Decimal 161 89 17
Hex A1 59 11

RGB Percentages of Color #a15911

%60.30
%33.33
%6.37

CMYK Percentages of Color #a15911

%0
%45
%89
%37

Triadic Colors of #a15911

#a15911 #11a159 #5911a1

Analogous Colors of #a15911

#a15911 #a1a111 #a11111

Monochromatic Colors of #a15911

#a15911

Complementary Color

#a15911 #1159a1

#a15911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15911 Color CSS Codes

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

#a15911 Text Font Color

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

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


#a15911 Background Color

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

This div background color is #a15911


#a15911 Border Color

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

This div border color is #a15911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15911


Comments

No comments written yet.

Please login to write comment.