Color Hex Logo

#ac656e Color Hex

#AC656E
(172,101,110)
0 Favorites   0 Comments

Color spaces of #ac656e

RGB 172101110
HSL0.980.300.54
HSV352°41°67°
CMYK 0.000.410.36   0.33
XYZ24.481419.203817.1682
Yxy19.20380.40230.3156
Hunter Lab43.822123.03097.4475
CIE-Lab50.924829.65967.3392

#ac656e color RGB value is (172,101,110).

#ac656e hex color red value is 172, green value is 101 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ac656e hue: 0.98 , saturation: 0.30 and the lightness value of ac656e is 0.54.

The process color (four color CMYK) of #ac656e color hex is 0.00, 0.41, 0.36, 0.33. Web safe color of #ac656e is #996666. Color #ac656e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 01101110
Octal 254 145 156
Decimal 172 101 110
Hex AC 65 6E

RGB Percentages of Color #ac656e

%44.91
%26.37
%28.72

CMYK Percentages of Color #ac656e

%0
%41
%36
%33

Triadic Colors of #ac656e

#ac656e #6eac65 #656eac

Analogous Colors of #ac656e

#ac656e #ac8065 #ac6592

Monochromatic Colors of #ac656e

#ac656e

Complementary Color

#ac656e #65aca3

#ac656e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac656e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac656e Color CSS Codes

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

#ac656e Text Font Color

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

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


#ac656e Background Color

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

This div background color is #ac656e


#ac656e Border Color

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

This div border color is #ac656e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac656e


Comments

No comments written yet.

Please login to write comment.