Color Hex Logo

#a4811f Color Hex

#A4811F
(164,129,31)
0 Favorites   0 Comments

Color spaces of #a4811f

RGB 16412931
HSL0.120.680.38
HSV44°81°64°
CMYK 0.000.210.81   0.36
XYZ23.407423.69204.6356
Yxy23.69200.45240.4579
Hunter Lab48.67440.659928.4255
CIE-Lab55.77814.018453.9194

#a4811f color RGB value is (164,129,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 00011111
Octal 244 201 37
Decimal 164 129 31
Hex A4 81 1F

RGB Percentages of Color #a4811f

%50.62
%39.81
%9.57

CMYK Percentages of Color #a4811f

%0
%21
%81
%36

Triadic Colors of #a4811f

#a4811f #1fa481 #811fa4

Analogous Colors of #a4811f

#a4811f #85a41f #a43f1f

Monochromatic Colors of #a4811f

#a4811f

Complementary Color

#a4811f #1f42a4

#a4811f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4811f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4811f Color CSS Codes

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

#a4811f Text Font Color

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

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


#a4811f Background Color

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

This div background color is #a4811f


#a4811f Border Color

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

This div border color is #a4811f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4811f


Comments

No comments written yet.

Please login to write comment.