Color Hex Logo

#ac4249 Color Hex

#AC4249
(172,66,73)
0 Favorites   0 Comments

Color spaces of #ac4249

RGB 1726673
HSL0.990.450.47
HSV356°62°67°
CMYK 0.000.620.58   0.33
XYZ20.164113.14817.7784
Yxy13.14810.49070.3200
Hunter Lab36.260335.807012.6636
CIE-Lab42.985643.958218.7129

#ac4249 color RGB value is (172,66,73).

#ac4249 hex color red value is 172, green value is 66 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ac4249 hue: 0.99 , saturation: 0.45 and the lightness value of ac4249 is 0.47.

The process color (four color CMYK) of #ac4249 color hex is 0.00, 0.62, 0.58, 0.33. Web safe color of #ac4249 is #993333. Color #ac4249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000010 01001001
Octal 254 102 111
Decimal 172 66 73
Hex AC 42 49

RGB Percentages of Color #ac4249

%55.31
%21.22
%23.47

CMYK Percentages of Color #ac4249

%0
%62
%58
%33

Triadic Colors of #ac4249

#ac4249 #49ac42 #4249ac

Analogous Colors of #ac4249

#ac4249 #ac7042 #ac427e

Monochromatic Colors of #ac4249

#ac4249

Complementary Color

#ac4249 #42aca5

#ac4249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4249 Color CSS Codes

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

#ac4249 Text Font Color

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

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


#ac4249 Background Color

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

This div background color is #ac4249


#ac4249 Border Color

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

This div border color is #ac4249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4249


Comments

No comments written yet.

Please login to write comment.