Color Hex Logo

#ac676e Color Hex

#AC676E
(172,103,110)
0 Favorites   0 Comments

Color spaces of #ac676e

RGB 172103110
HSL0.980.290.54
HSV354°40°67°
CMYK 0.000.400.36   0.33
XYZ24.678019.596917.2338
Yxy19.59690.40120.3186
Hunter Lab44.268422.03757.9061
CIE-Lab51.378428.55397.9838

#ac676e color RGB value is (172,103,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100111 01101110
Octal 254 147 156
Decimal 172 103 110
Hex AC 67 6E

RGB Percentages of Color #ac676e

%44.68
%26.75
%28.57

CMYK Percentages of Color #ac676e

%0
%40
%36
%33

Triadic Colors of #ac676e

#ac676e #6eac67 #676eac

Analogous Colors of #ac676e

#ac676e #ac8367 #ac6791

Monochromatic Colors of #ac676e

#ac676e

Complementary Color

#ac676e #67aca5

#ac676e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac676e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac676e Color CSS Codes

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

#ac676e Text Font Color

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

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


#ac676e Background Color

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

This div background color is #ac676e


#ac676e Border Color

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

This div border color is #ac676e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,103,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 #ac676e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac676e


Comments

No comments written yet.

Please login to write comment.