Color Hex Logo

#ac614e Color Hex

#AC614E
(172,97,78)
0 Favorites   0 Comments

Color spaces of #ac614e

RGB 1729778
HSL0.030.380.49
HSV12°55°67°
CMYK 0.000.440.55   0.33
XYZ22.663117.87019.4625
Yxy17.87010.45330.3574
Hunter Lab42.273021.718216.3195
CIE-Lab49.338228.418924.0633

#ac614e color RGB value is (172,97,78).

#ac614e hex color red value is 172, green value is 97 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ac614e hue: 0.03 , saturation: 0.38 and the lightness value of ac614e is 0.49.

The process color (four color CMYK) of #ac614e color hex is 0.00, 0.44, 0.55, 0.33. Web safe color of #ac614e is #996666. Color #ac614e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100001 01001110
Octal 254 141 116
Decimal 172 97 78
Hex AC 61 4E

RGB Percentages of Color #ac614e

%49.57
%27.95
%22.48

CMYK Percentages of Color #ac614e

%0
%44
%55
%33

Triadic Colors of #ac614e

#ac614e #4eac61 #614eac

Analogous Colors of #ac614e

#ac614e #ac904e #ac4e6a

Monochromatic Colors of #ac614e

#ac614e

Complementary Color

#ac614e #4e99ac

#ac614e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac614e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac614e Color CSS Codes

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

#ac614e Text Font Color

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

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


#ac614e Background Color

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

This div background color is #ac614e


#ac614e Border Color

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

This div border color is #ac614e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac614e


Comments

No comments written yet.

Please login to write comment.