Color Hex Logo

#ac656c Color Hex

#AC656C
(172,101,108)
0 Favorites   0 Comments

Color spaces of #ac656c

RGB 172101108
HSL0.980.300.54
HSV354°41°67°
CMYK 0.000.410.37   0.33
XYZ24.373719.160716.6011
Yxy19.16070.40530.3186
Hunter Lab43.772922.78998.1550
CIE-Lab50.874729.40848.4558

#ac656c color RGB value is (172,101,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 01101100
Octal 254 145 154
Decimal 172 101 108
Hex AC 65 6C

RGB Percentages of Color #ac656c

%45.14
%26.51
%28.35

CMYK Percentages of Color #ac656c

%0
%41
%37
%33

Triadic Colors of #ac656c

#ac656c #6cac65 #656cac

Analogous Colors of #ac656c

#ac656c #ac8265 #ac6590

Monochromatic Colors of #ac656c

#ac656c

Complementary Color

#ac656c #65aca5

#ac656c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac656c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac656c Color CSS Codes

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

#ac656c Text Font Color

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

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


#ac656c Background Color

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

This div background color is #ac656c


#ac656c Border Color

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

This div border color is #ac656c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac656c


Comments

No comments written yet.

Please login to write comment.