Color Hex Logo

#a17119 Color Hex

#A17119
(161,113,25)
0 Favorites   0 Comments

Color spaces of #a17119

RGB 16111325
HSL0.110.730.36
HSV39°84°63°
CMYK 0.000.300.84   0.37
XYZ20.778519.45753.5802
Yxy19.45750.47420.4441
Hunter Lab44.11076.889526.0652
CIE-Lab51.218211.471151.8199

#a17119 color RGB value is (161,113,25).

#a17119 hex color red value is 161, green value is 113 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a17119 hue: 0.11 , saturation: 0.73 and the lightness value of a17119 is 0.36.

The process color (four color CMYK) of #a17119 color hex is 0.00, 0.30, 0.84, 0.37. Web safe color of #a17119 is #996600. Color #a17119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110001 00011001
Octal 241 161 31
Decimal 161 113 25
Hex A1 71 19

RGB Percentages of Color #a17119

%53.85
%37.79
%8.36

CMYK Percentages of Color #a17119

%0
%30
%84
%37

Triadic Colors of #a17119

#a17119 #19a171 #7119a1

Analogous Colors of #a17119

#a17119 #8da119 #a12d19

Monochromatic Colors of #a17119

#a17119

Complementary Color

#a17119 #1949a1

#a17119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17119 Color CSS Codes

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

#a17119 Text Font Color

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

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


#a17119 Background Color

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

This div background color is #a17119


#a17119 Border Color

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

This div border color is #a17119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17119


Comments

No comments written yet.

Please login to write comment.