Color Hex Logo

#ac476f Color Hex

#AC476F
(172,71,111)
0 Favorites   0 Comments

Color spaces of #ac476f

RGB 17271111
HSL0.930.420.48
HSV336°59°67°
CMYK 0.000.590.35   0.33
XYZ22.135714.424816.6565
Yxy14.42480.41600.2711
Hunter Lab37.980037.56930.5838
CIE-Lab44.836145.4005-2.0743

#ac476f color RGB value is (172,71,111).

#ac476f hex color red value is 172, green value is 71 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ac476f hue: 0.93 , saturation: 0.42 and the lightness value of ac476f is 0.48.

The process color (four color CMYK) of #ac476f color hex is 0.00, 0.59, 0.35, 0.33. Web safe color of #ac476f is #993366. Color #ac476f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000111 01101111
Octal 254 107 157
Decimal 172 71 111
Hex AC 47 6F

RGB Percentages of Color #ac476f

%48.59
%20.06
%31.36

CMYK Percentages of Color #ac476f

%0
%59
%35
%33

Triadic Colors of #ac476f

#ac476f #6fac47 #476fac

Analogous Colors of #ac476f

#ac476f #ac5247 #ac47a2

Monochromatic Colors of #ac476f

#ac476f

Complementary Color

#ac476f #47ac84

#ac476f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac476f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac476f Color CSS Codes

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

#ac476f Text Font Color

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

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


#ac476f Background Color

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

This div background color is #ac476f


#ac476f Border Color

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

This div border color is #ac476f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac476f


Comments

No comments written yet.

Please login to write comment.