Color Hex Logo

#a4942a Color Hex

#A4942A
(164,148,42)
0 Favorites   0 Comments

Color spaces of #a4942a

RGB 16414842
HSL0.140.590.40
HSV52°74°64°
CMYK 0.000.100.74   0.36
XYZ26.317729.23956.4472
Yxy29.23950.42440.4716
Hunter Lab54.0736-7.752530.7823
CIE-Lab60.9924-5.972354.7924

#a4942a color RGB value is (164,148,42).

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

The process color (four color CMYK) of #a4942a color hex is 0.00, 0.10, 0.74, 0.36. Web safe color of #a4942a is #999933. Color #a4942a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 00101010
Octal 244 224 52
Decimal 164 148 42
Hex A4 94 2A

RGB Percentages of Color #a4942a

%46.33
%41.81
%11.86

CMYK Percentages of Color #a4942a

%0
%10
%74
%36

Triadic Colors of #a4942a

#a4942a #2aa494 #942aa4

Analogous Colors of #a4942a

#a4942a #77a42a #a4572a

Monochromatic Colors of #a4942a

#a4942a

Complementary Color

#a4942a #2a3aa4

#a4942a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4942a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4942a Color CSS Codes

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

#a4942a Text Font Color

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

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


#a4942a Background Color

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

This div background color is #a4942a


#a4942a Border Color

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

This div border color is #a4942a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4942a


Comments

No comments written yet.

Please login to write comment.