Color Hex Logo

#ac456d Color Hex

#AC456D
(172,69,109)
0 Favorites   0 Comments

Color spaces of #ac456d

RGB 17269109
HSL0.940.430.47
HSV337°60°67°
CMYK 0.000.600.37   0.33
XYZ21.901714.131016.0412
Yxy14.13100.42060.2714
Hunter Lab37.591238.21451.0132
CIE-Lab44.420246.1052-1.4576

#ac456d color RGB value is (172,69,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000101 01101101
Octal 254 105 155
Decimal 172 69 109
Hex AC 45 6D

RGB Percentages of Color #ac456d

%49.14
%19.71
%31.14

CMYK Percentages of Color #ac456d

%0
%60
%37
%33

Triadic Colors of #ac456d

#ac456d #6dac45 #456dac

Analogous Colors of #ac456d

#ac456d #ac5145 #ac45a1

Monochromatic Colors of #ac456d

#ac456d

Complementary Color

#ac456d #45ac84

#ac456d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac456d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac456d Color CSS Codes

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

#ac456d Text Font Color

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

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


#ac456d Background Color

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

This div background color is #ac456d


#ac456d Border Color

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

This div border color is #ac456d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac456d


Comments

No comments written yet.

Please login to write comment.