Color Hex Logo

#a49029 Color Hex

#A49029
(164,144,41)
0 Favorites   0 Comments

Color spaces of #a49029

RGB 16414441
HSL0.140.600.40
HSV50°75°64°
CMYK 0.000.120.75   0.36
XYZ25.683327.99916.1485
Yxy27.99910.42930.4680
Hunter Lab52.9142-5.960130.1506
CIE-Lab59.8879-3.851454.1110

#a49029 color RGB value is (164,144,41).

#a49029 hex color red value is 164, green value is 144 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a49029 hue: 0.14 , saturation: 0.60 and the lightness value of a49029 is 0.40.

The process color (four color CMYK) of #a49029 color hex is 0.00, 0.12, 0.75, 0.36. Web safe color of #a49029 is #999933. Color #a49029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010000 00101001
Octal 244 220 51
Decimal 164 144 41
Hex A4 90 29

RGB Percentages of Color #a49029

%46.99
%41.26
%11.75

CMYK Percentages of Color #a49029

%0
%12
%75
%36

Triadic Colors of #a49029

#a49029 #29a490 #9029a4

Analogous Colors of #a49029

#a49029 #7ba429 #a45329

Monochromatic Colors of #a49029

#a49029

Complementary Color

#a49029 #293da4

#a49029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49029 Color CSS Codes

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

#a49029 Text Font Color

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

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


#a49029 Background Color

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

This div background color is #a49029


#a49029 Border Color

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

This div border color is #a49029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49029


Comments

No comments written yet.

Please login to write comment.