Color Hex Logo

#ac455f Color Hex

#AC455F
(172,69,95)
0 Favorites   0 Comments

Color spaces of #ac455f

RGB 1726995
HSL0.960.430.47
HSV345°60°67°
CMYK 0.000.600.45   0.33
XYZ21.206913.853112.3827
Yxy13.85310.44700.2920
Hunter Lab37.219836.57036.3285
CIE-Lab44.021544.54736.5873

#ac455f color RGB value is (172,69,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000101 01011111
Octal 254 105 137
Decimal 172 69 95
Hex AC 45 5F

RGB Percentages of Color #ac455f

%51.19
%20.54
%28.27

CMYK Percentages of Color #ac455f

%0
%60
%45
%33

Triadic Colors of #ac455f

#ac455f #5fac45 #455fac

Analogous Colors of #ac455f

#ac455f #ac5f45 #ac4593

Monochromatic Colors of #ac455f

#ac455f

Complementary Color

#ac455f #45ac92

#ac455f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac455f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac455f Color CSS Codes

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

#ac455f Text Font Color

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

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


#ac455f Background Color

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

This div background color is #ac455f


#ac455f Border Color

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

This div border color is #ac455f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac455f


Comments

No comments written yet.

Please login to write comment.