Color Hex Logo

#ac656f Color Hex

#AC656F
(172,101,111)
0 Favorites   0 Comments

Color spaces of #ac656f

RGB 172101111
HSL0.980.300.54
HSV352°41°67°
CMYK 0.000.410.35   0.33
XYZ24.536219.225717.4567
Yxy19.22570.40080.3140
Hunter Lab43.847123.15357.0881
CIE-Lab50.950229.78726.7812

#ac656f color RGB value is (172,101,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 01101111
Octal 254 145 157
Decimal 172 101 111
Hex AC 65 6F

RGB Percentages of Color #ac656f

%44.79
%26.30
%28.91

CMYK Percentages of Color #ac656f

%0
%41
%35
%33

Triadic Colors of #ac656f

#ac656f #6fac65 #656fac

Analogous Colors of #ac656f

#ac656f #ac7f65 #ac6593

Monochromatic Colors of #ac656f

#ac656f

Complementary Color

#ac656f #65aca2

#ac656f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac656f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac656f Color CSS Codes

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

#ac656f Text Font Color

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

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


#ac656f Background Color

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

This div background color is #ac656f


#ac656f Border Color

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

This div border color is #ac656f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac656f


Comments

No comments written yet.

Please login to write comment.