Color Hex Logo

#a4533e Color Hex

#A4533E
(164,83,62)
0 Favorites   0 Comments

Color spaces of #a4533e

RGB 1648362
HSL0.030.450.44
HSV12°62°64°
CMYK 0.000.490.62   0.36
XYZ19.272614.42686.3263
Yxy14.42680.48150.3604
Hunter Lab37.982624.102316.7126
CIE-Lab44.838931.508527.4318

#a4533e color RGB value is (164,83,62).

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

The process color (four color CMYK) of #a4533e color hex is 0.00, 0.49, 0.62, 0.36. Web safe color of #a4533e is #996633. Color #a4533e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010011 00111110
Octal 244 123 76
Decimal 164 83 62
Hex A4 53 3E

RGB Percentages of Color #a4533e

%53.07
%26.86
%20.06

CMYK Percentages of Color #a4533e

%0
%49
%62
%36

Triadic Colors of #a4533e

#a4533e #3ea453 #533ea4

Analogous Colors of #a4533e

#a4533e #a4863e #a43e5c

Monochromatic Colors of #a4533e

#a4533e

Complementary Color

#a4533e #3e8fa4

#a4533e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4533e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4533e Color CSS Codes

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

#a4533e Text Font Color

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

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


#a4533e Background Color

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

This div background color is #a4533e


#a4533e Border Color

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

This div border color is #a4533e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4533e


Comments

No comments written yet.

Please login to write comment.