Color Hex Logo

#a4432c Color Hex

#A4432C
(164,67,44)
0 Favorites   0 Comments

Color spaces of #a4432c

RGB 1646744
HSL0.030.580.41
HSV12°73°64°
CMYK 0.000.590.73   0.36
XYZ17.771612.08873.7796
Yxy12.08870.52830.3594
Hunter Lab34.768830.392417.8929
CIE-Lab41.356738.684933.6492

#a4432c color RGB value is (164,67,44).

#a4432c hex color red value is 164, green value is 67 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #a4432c hue: 0.03 , saturation: 0.58 and the lightness value of a4432c is 0.41.

The process color (four color CMYK) of #a4432c color hex is 0.00, 0.59, 0.73, 0.36. Web safe color of #a4432c is #993333. Color #a4432c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000011 00101100
Octal 244 103 54
Decimal 164 67 44
Hex A4 43 2C

RGB Percentages of Color #a4432c

%59.64
%24.36
%16.00

CMYK Percentages of Color #a4432c

%0
%59
%73
%36

Triadic Colors of #a4432c

#a4432c #2ca443 #432ca4

Analogous Colors of #a4432c

#a4432c #a47f2c #a42c51

Monochromatic Colors of #a4432c

#a4432c

Complementary Color

#a4432c #2c8da4

#a4432c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4432c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4432c Color CSS Codes

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

#a4432c Text Font Color

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

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


#a4432c Background Color

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

This div background color is #a4432c


#a4432c Border Color

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

This div border color is #a4432c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4432c


Comments

No comments written yet.

Please login to write comment.