Color Hex Logo

#ac455a Color Hex

#AC455A
(172,69,90)
0 Favorites   0 Comments

Color spaces of #ac455a

RGB 1726990
HSL0.970.430.47
HSV348°60°67°
CMYK 0.000.600.48   0.33
XYZ20.986813.765111.2237
Yxy13.76510.45650.2994
Hunter Lab37.101336.04328.0349
CIE-Lab43.894244.04359.4904

#ac455a color RGB value is (172,69,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000101 01011010
Octal 254 105 132
Decimal 172 69 90
Hex AC 45 5A

RGB Percentages of Color #ac455a

%51.96
%20.85
%27.19

CMYK Percentages of Color #ac455a

%0
%60
%48
%33

Triadic Colors of #ac455a

#ac455a #5aac45 #455aac

Analogous Colors of #ac455a

#ac455a #ac6445 #ac458e

Monochromatic Colors of #ac455a

#ac455a

Complementary Color

#ac455a #45ac97

#ac455a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac455a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac455a Color CSS Codes

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

#ac455a Text Font Color

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

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


#ac455a Background Color

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

This div background color is #ac455a


#ac455a Border Color

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

This div border color is #ac455a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac455a


Comments

No comments written yet.

Please login to write comment.