Color Hex Logo

#a4992e Color Hex

#A4992E
(164,153,46)
0 Favorites   0 Comments

Color spaces of #a4992e

RGB 16415346
HSL0.150.560.41
HSV54°72°64°
CMYK 0.000.070.72   0.36
XYZ27.194230.87227.1104
Yxy30.87220.41720.4737
Hunter Lab55.5628-9.871231.3066
CIE-Lab62.3996-8.459254.6324

#a4992e color RGB value is (164,153,46).

#a4992e hex color red value is 164, green value is 153 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a4992e hue: 0.15 , saturation: 0.56 and the lightness value of a4992e is 0.41.

The process color (four color CMYK) of #a4992e color hex is 0.00, 0.07, 0.72, 0.36. Web safe color of #a4992e is #999933. Color #a4992e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011001 00101110
Octal 244 231 56
Decimal 164 153 46
Hex A4 99 2E

RGB Percentages of Color #a4992e

%45.18
%42.15
%12.67

CMYK Percentages of Color #a4992e

%0
%7
%72
%36

Triadic Colors of #a4992e

#a4992e #2ea499 #992ea4

Analogous Colors of #a4992e

#a4992e #74a42e #a45e2e

Monochromatic Colors of #a4992e

#a4992e

Complementary Color

#a4992e #2e39a4

#a4992e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4992e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4992e Color CSS Codes

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

#a4992e Text Font Color

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

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


#a4992e Background Color

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

This div background color is #a4992e


#a4992e Border Color

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

This div border color is #a4992e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4992e


Comments

No comments written yet.

Please login to write comment.