Color Hex Logo

#a49412 Color Hex

#A49412
(164,148,18)
0 Favorites   0 Comments

Color spaces of #a49412

RGB 16414818
HSL0.150.800.36
HSV53°89°64°
CMYK 0.000.100.89   0.36
XYZ26.008929.11604.8214
Yxy29.11600.43390.4857
Hunter Lab53.9592-8.389932.4738
CIE-Lab60.8839-6.784061.8017

#a49412 color RGB value is (164,148,18).

#a49412 hex color red value is 164, green value is 148 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a49412 hue: 0.15 , saturation: 0.80 and the lightness value of a49412 is 0.36.

The process color (four color CMYK) of #a49412 color hex is 0.00, 0.10, 0.89, 0.36. Web safe color of #a49412 is #999900. Color #a49412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 00010010
Octal 244 224 22
Decimal 164 148 18
Hex A4 94 12

RGB Percentages of Color #a49412

%49.70
%44.85
%5.45

CMYK Percentages of Color #a49412

%0
%10
%89
%36

Triadic Colors of #a49412

#a49412 #12a494 #9412a4

Analogous Colors of #a49412

#a49412 #6ba412 #a44b12

Monochromatic Colors of #a49412

#a49412

Complementary Color

#a49412 #1222a4

#a49412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49412 Color CSS Codes

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

#a49412 Text Font Color

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

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


#a49412 Background Color

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

This div background color is #a49412


#a49412 Border Color

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

This div border color is #a49412


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,148,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a49412; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a49412;
  -webkit-box-shadow: 1px 1px 3px 2px #a49412;
  box-shadow:         1px 1px 3px 2px #a49412; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49412


Comments

No comments written yet.

Please login to write comment.