Color Hex Logo

#a4534e Color Hex

#A4534E
(164,83,78)
0 Favorites   0 Comments

Color spaces of #a4534e

RGB 1648378
HSL0.010.360.47
HSV52°64°
CMYK 0.000.490.52   0.36
XYZ19.778214.62918.9890
Yxy14.62910.45580.3371
Hunter Lab38.248025.369112.8393
CIE-Lab45.121932.835018.2969

#a4534e color RGB value is (164,83,78).

#a4534e hex color red value is 164, green value is 83 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a4534e hue: 0.01 , saturation: 0.36 and the lightness value of a4534e is 0.47.

The process color (four color CMYK) of #a4534e color hex is 0.00, 0.49, 0.52, 0.36. Web safe color of #a4534e is #996666. Color #a4534e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010011 01001110
Octal 244 123 116
Decimal 164 83 78
Hex A4 53 4E

RGB Percentages of Color #a4534e

%50.46
%25.54
%24.00

CMYK Percentages of Color #a4534e

%0
%49
%52
%36

Triadic Colors of #a4534e

#a4534e #4ea453 #534ea4

Analogous Colors of #a4534e

#a4534e #a47e4e #a44e74

Monochromatic Colors of #a4534e

#a4534e

Complementary Color

#a4534e #4e9fa4

#a4534e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4534e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4534e Color CSS Codes

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

#a4534e Text Font Color

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

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


#a4534e Background Color

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

This div background color is #a4534e


#a4534e Border Color

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

This div border color is #a4534e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4534e


Comments

No comments written yet.

Please login to write comment.