Color Hex Logo

#a4812e Color Hex

#A4812E
(164,129,46)
0 Favorites   0 Comments

Color spaces of #a4812e

RGB 16412946
HSL0.120.560.41
HSV42°72°64°
CMYK 0.000.210.72   0.36
XYZ23.653223.79035.9301
Yxy23.79030.44320.4457
Hunter Lab48.77531.205426.9342
CIE-Lab55.87724.684348.1155

#a4812e color RGB value is (164,129,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 00101110
Octal 244 201 56
Decimal 164 129 46
Hex A4 81 2E

RGB Percentages of Color #a4812e

%48.38
%38.05
%13.57

CMYK Percentages of Color #a4812e

%0
%21
%72
%36

Triadic Colors of #a4812e

#a4812e #2ea481 #812ea4

Analogous Colors of #a4812e

#a4812e #8ca42e #a4462e

Monochromatic Colors of #a4812e

#a4812e

Complementary Color

#a4812e #2e51a4

#a4812e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4812e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4812e Color CSS Codes

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

#a4812e Text Font Color

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

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


#a4812e Background Color

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

This div background color is #a4812e


#a4812e Border Color

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

This div border color is #a4812e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,129,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 #a4812e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4812e


Comments

No comments written yet.

Please login to write comment.