Color Hex Logo

#ac576a Color Hex

#AC576A
(172,87,106)
0 Favorites   0 Comments

Color spaces of #ac576a

RGB 17287106
HSL0.960.340.51
HSV347°49°67°
CMYK 0.000.490.38   0.33
XYZ23.023016.627715.6317
Yxy16.62770.41650.3008
Hunter Lab40.777129.42245.8154
CIE-Lab47.787536.73565.2546

#ac576a color RGB value is (172,87,106).

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

The process color (four color CMYK) of #ac576a color hex is 0.00, 0.49, 0.38, 0.33. Web safe color of #ac576a is #996666. Color #ac576a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010111 01101010
Octal 254 127 152
Decimal 172 87 106
Hex AC 57 6A

RGB Percentages of Color #ac576a

%47.12
%23.84
%29.04

CMYK Percentages of Color #ac576a

%0
%49
%38
%33

Triadic Colors of #ac576a

#ac576a #6aac57 #576aac

Analogous Colors of #ac576a

#ac576a #ac6f57 #ac5795

Monochromatic Colors of #ac576a

#ac576a

Complementary Color

#ac576a #57ac99

#ac576a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac576a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac576a Color CSS Codes

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

#ac576a Text Font Color

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

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


#ac576a Background Color

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

This div background color is #ac576a


#ac576a Border Color

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

This div border color is #ac576a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac576a


Comments

No comments written yet.

Please login to write comment.