Color Hex Logo

#a4473e Color Hex

#A4473E
(164,71,62)
0 Favorites   0 Comments

Color spaces of #a4473e

RGB 1647162
HSL0.010.450.44
HSV62°64°
CMYK 0.000.570.62   0.36
XYZ18.432612.74686.0463
Yxy12.74680.49520.3424
Hunter Lab35.702729.676514.9510
CIE-Lab42.379237.779324.3512

#a4473e color RGB value is (164,71,62).

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

The process color (four color CMYK) of #a4473e color hex is 0.00, 0.57, 0.62, 0.36. Web safe color of #a4473e is #993333. Color #a4473e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 00111110
Octal 244 107 76
Decimal 164 71 62
Hex A4 47 3E

RGB Percentages of Color #a4473e

%55.22
%23.91
%20.88

CMYK Percentages of Color #a4473e

%0
%57
%62
%36

Triadic Colors of #a4473e

#a4473e #3ea447 #473ea4

Analogous Colors of #a4473e

#a4473e #a47a3e #a43e68

Monochromatic Colors of #a4473e

#a4473e

Complementary Color

#a4473e #3e9ba4

#a4473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4473e Color CSS Codes

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

#a4473e Text Font Color

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

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


#a4473e Background Color

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

This div background color is #a4473e


#a4473e Border Color

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

This div border color is #a4473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4473e


Comments

No comments written yet.

Please login to write comment.