Color Hex Logo

#a44232 Color Hex

#A44232
(164,66,50)
0 Favorites   0 Comments

Color spaces of #a44232

RGB 1646650
HSL0.020.530.42
HSV70°64°
CMYK 0.000.600.70   0.36
XYZ17.833812.01924.3976
Yxy12.01920.52070.3509
Hunter Lab34.668731.151216.7474
CIE-Lab41.246639.492730.0814

#a44232 color RGB value is (164,66,50).

#a44232 hex color red value is 164, green value is 66 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a44232 hue: 0.02 , saturation: 0.53 and the lightness value of a44232 is 0.42.

The process color (four color CMYK) of #a44232 color hex is 0.00, 0.60, 0.70, 0.36. Web safe color of #a44232 is #993333. Color #a44232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 00110010
Octal 244 102 62
Decimal 164 66 50
Hex A4 42 32

RGB Percentages of Color #a44232

%58.57
%23.57
%17.86

CMYK Percentages of Color #a44232

%0
%60
%70
%36

Triadic Colors of #a44232

#a44232 #32a442 #4232a4

Analogous Colors of #a44232

#a44232 #a47b32 #a4325b

Monochromatic Colors of #a44232

#a44232

Complementary Color

#a44232 #3294a4

#a44232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44232 Color CSS Codes

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

#a44232 Text Font Color

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

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


#a44232 Background Color

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

This div background color is #a44232


#a44232 Border Color

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

This div border color is #a44232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44232


Comments

No comments written yet.

Please login to write comment.