Color Hex Logo

#a4602e Color Hex

#A4602E
(164,96,46)
0 Favorites   0 Comments

Color spaces of #a4602e

RGB 1649646
HSL0.070.560.41
HSV25°72°64°
CMYK 0.000.410.72   0.36
XYZ19.985916.45554.7076
Yxy16.45550.48570.3999
Hunter Lab40.565416.954621.5152
CIE-Lab47.566523.331739.4018

#a4602e color RGB value is (164,96,46).

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

The process color (four color CMYK) of #a4602e color hex is 0.00, 0.41, 0.72, 0.36. Web safe color of #a4602e is #996633. Color #a4602e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100000 00101110
Octal 244 140 56
Decimal 164 96 46
Hex A4 60 2E

RGB Percentages of Color #a4602e

%53.59
%31.37
%15.03

CMYK Percentages of Color #a4602e

%0
%41
%72
%36

Triadic Colors of #a4602e

#a4602e #2ea460 #602ea4

Analogous Colors of #a4602e

#a4602e #a49b2e #a42e37

Monochromatic Colors of #a4602e

#a4602e

Complementary Color

#a4602e #2e72a4

#a4602e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4602e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4602e Color CSS Codes

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

#a4602e Text Font Color

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

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


#a4602e Background Color

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

This div background color is #a4602e


#a4602e Border Color

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

This div border color is #a4602e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4602e


Comments

No comments written yet.

Please login to write comment.