Color Hex Logo

#a17016 Color Hex

#A17016
(161,112,22)
0 Favorites   0 Comments

Color spaces of #a17016

RGB 16111222
HSL0.110.760.36
HSV39°86°63°
CMYK 0.000.300.86   0.37
XYZ20.636919.22333.3818
Yxy19.22330.47720.4446
Hunter Lab43.84447.289626.1179
CIE-Lab50.947411.952552.5592

#a17016 color RGB value is (161,112,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110000 00010110
Octal 241 160 26
Decimal 161 112 22
Hex A1 70 16

RGB Percentages of Color #a17016

%54.58
%37.97
%7.46

CMYK Percentages of Color #a17016

%0
%30
%86
%37

Triadic Colors of #a17016

#a17016 #16a170 #7016a1

Analogous Colors of #a17016

#a17016 #8da116 #a12b16

Monochromatic Colors of #a17016

#a17016

Complementary Color

#a17016 #1647a1

#a17016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17016 Color CSS Codes

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

#a17016 Text Font Color

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

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


#a17016 Background Color

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

This div background color is #a17016


#a17016 Border Color

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

This div border color is #a17016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17016


Comments

No comments written yet.

Please login to write comment.