Color Hex Logo

#ac636c Color Hex

#AC636C
(172,99,108)
0 Favorites   0 Comments

Color spaces of #ac636c

RGB 17299108
HSL0.980.310.53
HSV353°42°67°
CMYK 0.000.420.37   0.33
XYZ24.181918.777016.5372
Yxy18.77700.40640.3156
Hunter Lab43.332423.78117.7055
CIE-Lab50.425330.51007.8183

#ac636c color RGB value is (172,99,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100011 01101100
Octal 254 143 154
Decimal 172 99 108
Hex AC 63 6C

RGB Percentages of Color #ac636c

%45.38
%26.12
%28.50

CMYK Percentages of Color #ac636c

%0
%42
%37
%33

Triadic Colors of #ac636c

#ac636c #6cac63 #636cac

Analogous Colors of #ac636c

#ac636c #ac7f63 #ac6391

Monochromatic Colors of #ac636c

#ac636c

Complementary Color

#ac636c #63aca3

#ac636c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac636c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac636c Color CSS Codes

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

#ac636c Text Font Color

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

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


#ac636c Background Color

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

This div background color is #ac636c


#ac636c Border Color

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

This div border color is #ac636c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac636c


Comments

No comments written yet.

Please login to write comment.