Color Hex Logo

#a4813e Color Hex

#A4813E
(164,129,62)
0 Favorites   0 Comments

Color spaces of #a4813e

RGB 16412962
HSL0.110.450.44
HSV39°62°64°
CMYK 0.000.210.62   0.36
XYZ24.029623.94087.9120
Yxy23.94080.43000.4284
Hunter Lab48.92932.036524.6632
CIE-Lab56.02855.691840.7282

#a4813e color RGB value is (164,129,62).

#a4813e hex color red value is 164, green value is 129 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a4813e hue: 0.11 , saturation: 0.45 and the lightness value of a4813e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 00111110
Octal 244 201 76
Decimal 164 129 62
Hex A4 81 3E

RGB Percentages of Color #a4813e

%46.20
%36.34
%17.46

CMYK Percentages of Color #a4813e

%0
%21
%62
%36

Triadic Colors of #a4813e

#a4813e #3ea481 #813ea4

Analogous Colors of #a4813e

#a4813e #94a43e #a44e3e

Monochromatic Colors of #a4813e

#a4813e

Complementary Color

#a4813e #3e61a4

#a4813e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4813e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4813e Color CSS Codes

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

#a4813e Text Font Color

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

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


#a4813e Background Color

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

This div background color is #a4813e


#a4813e Border Color

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

This div border color is #a4813e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4813e


Comments

No comments written yet.

Please login to write comment.