Color Hex Logo

#a4640e Color Hex

#A4640E
(164,100,14)
0 Favorites   0 Comments

Color spaces of #a4640e

RGB 16410014
HSL0.100.840.35
HSV34°91°64°
CMYK 0.000.390.91   0.36
XYZ19.946317.03862.6530
Yxy17.03860.50320.4299
Hunter Lab41.277814.018625.0838
CIE-Lab48.308619.936352.8955

#a4640e color RGB value is (164,100,14).

#a4640e hex color red value is 164, green value is 100 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a4640e hue: 0.10 , saturation: 0.84 and the lightness value of a4640e is 0.35.

The process color (four color CMYK) of #a4640e color hex is 0.00, 0.39, 0.91, 0.36. Web safe color of #a4640e is #996600. Color #a4640e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100100 00001110
Octal 244 144 16
Decimal 164 100 14
Hex A4 64 E

RGB Percentages of Color #a4640e

%58.99
%35.97
%5.04

CMYK Percentages of Color #a4640e

%0
%39
%91
%36

Triadic Colors of #a4640e

#a4640e #0ea464 #640ea4

Analogous Colors of #a4640e

#a4640e #99a40e #a4190e

Monochromatic Colors of #a4640e

#a4640e

Complementary Color

#a4640e #0e4ea4

#a4640e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4640e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4640e Color CSS Codes

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

#a4640e Text Font Color

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

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


#a4640e Background Color

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

This div background color is #a4640e


#a4640e Border Color

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

This div border color is #a4640e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4640e


Comments

No comments written yet.

Please login to write comment.