Color Hex Logo

#ac686d Color Hex

#AC686D
(172,104,109)
0 Favorites   0 Comments

Color spaces of #ac686d

RGB 172104109
HSL0.990.290.54
HSV356°40°67°
CMYK 0.000.400.37   0.33
XYZ24.723919.775416.9819
Yxy19.77540.40210.3216
Hunter Lab44.469521.41968.4872
CIE-Lab51.582327.87248.8651

#ac686d color RGB value is (172,104,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101000 01101101
Octal 254 150 155
Decimal 172 104 109
Hex AC 68 6D

RGB Percentages of Color #ac686d

%44.68
%27.01
%28.31

CMYK Percentages of Color #ac686d

%0
%40
%37
%33

Triadic Colors of #ac686d

#ac686d #6dac68 #686dac

Analogous Colors of #ac686d

#ac686d #ac8568 #ac688f

Monochromatic Colors of #ac686d

#ac686d

Complementary Color

#ac686d #68aca7

#ac686d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac686d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac686d Color CSS Codes

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

#ac686d Text Font Color

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

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


#ac686d Background Color

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

This div background color is #ac686d


#ac686d Border Color

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

This div border color is #ac686d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac686d


Comments

No comments written yet.

Please login to write comment.