Color Hex Logo

#ac575d Color Hex

#AC575D
(172,87,93)
0 Favorites   0 Comments

Color spaces of #ac575d

RGB 1728793
HSL0.990.340.51
HSV356°49°67°
CMYK 0.000.490.46   0.33
XYZ22.397216.377412.3366
Yxy16.37740.43820.3204
Hunter Lab40.469027.968410.2543
CIE-Lab47.465835.272212.6461

#ac575d color RGB value is (172,87,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010111 01011101
Octal 254 127 135
Decimal 172 87 93
Hex AC 57 5D

RGB Percentages of Color #ac575d

%48.86
%24.72
%26.42

CMYK Percentages of Color #ac575d

%0
%49
%46
%33

Triadic Colors of #ac575d

#ac575d #5dac57 #575dac

Analogous Colors of #ac575d

#ac575d #ac7c57 #ac5788

Monochromatic Colors of #ac575d

#ac575d

Complementary Color

#ac575d #57aca6

#ac575d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac575d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac575d Color CSS Codes

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

#ac575d Text Font Color

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

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


#ac575d Background Color

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

This div background color is #ac575d


#ac575d Border Color

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

This div border color is #ac575d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac575d


Comments

No comments written yet.

Please login to write comment.