Color Hex Logo

#ac445a Color Hex

#AC445A
(172,68,90)
0 Favorites   0 Comments

Color spaces of #ac445a

RGB 1726890
HSL0.960.430.47
HSV347°60°67°
CMYK 0.000.600.48   0.33
XYZ20.925813.643111.2033
Yxy13.64310.45720.2981
Hunter Lab36.936636.48727.8722
CIE-Lab43.716744.51549.2413

#ac445a color RGB value is (172,68,90).

#ac445a hex color red value is 172, green value is 68 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ac445a hue: 0.96 , saturation: 0.43 and the lightness value of ac445a is 0.47.

The process color (four color CMYK) of #ac445a color hex is 0.00, 0.60, 0.48, 0.33. Web safe color of #ac445a is #993366. Color #ac445a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000100 01011010
Octal 254 104 132
Decimal 172 68 90
Hex AC 44 5A

RGB Percentages of Color #ac445a

%52.12
%20.61
%27.27

CMYK Percentages of Color #ac445a

%0
%60
%48
%33

Triadic Colors of #ac445a

#ac445a #5aac44 #445aac

Analogous Colors of #ac445a

#ac445a #ac6244 #ac448e

Monochromatic Colors of #ac445a

#ac445a

Complementary Color

#ac445a #44ac96

#ac445a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac445a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac445a Color CSS Codes

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

#ac445a Text Font Color

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

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


#ac445a Background Color

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

This div background color is #ac445a


#ac445a Border Color

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

This div border color is #ac445a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac445a


Comments

No comments written yet.

Please login to write comment.