Color Hex Logo

#a18904 Color Hex

#A18904
(161,137,4)
0 Favorites   0 Comments

Color spaces of #a18904

RGB 1611374
HSL0.140.950.32
HSV51°98°63°
CMYK 0.000.150.98   0.37
XYZ23.665525.47723.7851
Yxy25.47720.44710.4814
Hunter Lab50.4749-4.640330.8863
CIE-Lab57.5374-2.417461.5154

#a18904 color RGB value is (161,137,4).

#a18904 hex color red value is 161, green value is 137 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a18904 hue: 0.14 , saturation: 0.95 and the lightness value of a18904 is 0.32.

The process color (four color CMYK) of #a18904 color hex is 0.00, 0.15, 0.98, 0.37. Web safe color of #a18904 is #999900. Color #a18904 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001001 00000100
Octal 241 211 4
Decimal 161 137 4
Hex A1 89 4

RGB Percentages of Color #a18904

%53.31
%45.36
%1.32

CMYK Percentages of Color #a18904

%0
%15
%98
%37

Triadic Colors of #a18904

#a18904 #04a189 #8904a1

Analogous Colors of #a18904

#a18904 #6ba104 #a13b04

Monochromatic Colors of #a18904

#a18904

Complementary Color

#a18904 #041ca1

#a18904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18904 Color CSS Codes

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

#a18904 Text Font Color

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

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


#a18904 Background Color

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

This div background color is #a18904


#a18904 Border Color

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

This div border color is #a18904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18904


Comments

No comments written yet.

Please login to write comment.