Color Hex Logo

#ac476a Color Hex

#AC476A
(172,71,106)
0 Favorites   0 Comments

Color spaces of #ac476a

RGB 17271106
HSL0.940.420.48
HSV339°59°67°
CMYK 0.000.590.38   0.33
XYZ21.868014.317715.2467
Yxy14.31770.42520.2784
Hunter Lab37.838736.94202.5969
CIE-Lab44.685144.80600.7727

#ac476a color RGB value is (172,71,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000111 01101010
Octal 254 107 152
Decimal 172 71 106
Hex AC 47 6A

RGB Percentages of Color #ac476a

%49.28
%20.34
%30.37

CMYK Percentages of Color #ac476a

%0
%59
%38
%33

Triadic Colors of #ac476a

#ac476a #6aac47 #476aac

Analogous Colors of #ac476a

#ac476a #ac5747 #ac479d

Monochromatic Colors of #ac476a

#ac476a

Complementary Color

#ac476a #47ac89

#ac476a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac476a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac476a Color CSS Codes

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

#ac476a Text Font Color

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

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


#ac476a Background Color

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

This div background color is #ac476a


#ac476a Border Color

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

This div border color is #ac476a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac476a


Comments

No comments written yet.

Please login to write comment.