Color Hex Logo

#a18216 Color Hex

#A18216
(161,130,22)
0 Favorites   0 Comments

Color spaces of #a18216

RGB 16113022
HSL0.130.760.36
HSV47°86°63°
CMYK 0.000.190.86   0.37
XYZ22.825423.60034.1113
Yxy23.60030.45170.4670
Hunter Lab48.5801-1.146928.9884
CIE-Lab55.68541.798756.4985

#a18216 color RGB value is (161,130,22).

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

The process color (four color CMYK) of #a18216 color hex is 0.00, 0.19, 0.86, 0.37. Web safe color of #a18216 is #999900. Color #a18216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000010 00010110
Octal 241 202 26
Decimal 161 130 22
Hex A1 82 16

RGB Percentages of Color #a18216

%51.44
%41.53
%7.03

CMYK Percentages of Color #a18216

%0
%19
%86
%37

Triadic Colors of #a18216

#a18216 #16a182 #8216a1

Analogous Colors of #a18216

#a18216 #7ba116 #a13d16

Monochromatic Colors of #a18216

#a18216

Complementary Color

#a18216 #1635a1

#a18216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18216 Color CSS Codes

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

#a18216 Text Font Color

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

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


#a18216 Background Color

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

This div background color is #a18216


#a18216 Border Color

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

This div border color is #a18216


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,130,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 #a18216">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18216


Comments

No comments written yet.

Please login to write comment.