Color Hex Logo

#ac386a Color Hex

#AC386A
(172,56,106)
0 Favorites   0 Comments

Color spaces of #ac386a

RGB 17256106
HSL0.930.510.45
HSV334°67°67°
CMYK 0.000.670.38   0.33
XYZ21.028912.639614.9670
Yxy12.63960.43240.2599
Hunter Lab35.552243.3652-0.0737
CIE-Lab42.215151.4827-2.8470

#ac386a color RGB value is (172,56,106).

#ac386a hex color red value is 172, green value is 56 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ac386a hue: 0.93 , saturation: 0.51 and the lightness value of ac386a is 0.45.

The process color (four color CMYK) of #ac386a color hex is 0.00, 0.67, 0.38, 0.33. Web safe color of #ac386a is #993366. Color #ac386a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111000 01101010
Octal 254 70 152
Decimal 172 56 106
Hex AC 38 6A

RGB Percentages of Color #ac386a

%51.50
%16.77
%31.74

CMYK Percentages of Color #ac386a

%0
%67
%38
%33

Triadic Colors of #ac386a

#ac386a #6aac38 #386aac

Analogous Colors of #ac386a

#ac386a #ac4038 #ac38a4

Monochromatic Colors of #ac386a

#ac386a

Complementary Color

#ac386a #38ac7a

#ac386a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac386a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac386a Color CSS Codes

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

#ac386a Text Font Color

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

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


#ac386a Background Color

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

This div background color is #ac386a


#ac386a Border Color

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

This div border color is #ac386a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac386a


Comments

No comments written yet.

Please login to write comment.