Color Hex Logo

#ac393a Color Hex

#AC393A
(172,57,58)
0 Favorites   0 Comments

Color spaces of #ac393a

RGB 1725758
HSL1.000.500.45
HSV359°67°67°
CMYK 0.000.670.66   0.33
XYZ19.240112.00245.3056
Yxy12.00240.52640.3284
Hunter Lab34.644538.503615.1712
CIE-Lab41.219946.942225.6048

#ac393a color RGB value is (172,57,58).

#ac393a hex color red value is 172, green value is 57 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ac393a hue: 1.00 , saturation: 0.50 and the lightness value of ac393a is 0.45.

The process color (four color CMYK) of #ac393a color hex is 0.00, 0.67, 0.66, 0.33. Web safe color of #ac393a is #993333. Color #ac393a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111001 00111010
Octal 254 71 72
Decimal 172 57 58
Hex AC 39 3A

RGB Percentages of Color #ac393a

%59.93
%19.86
%20.21

CMYK Percentages of Color #ac393a

%0
%67
%66
%33

Triadic Colors of #ac393a

#ac393a #3aac39 #393aac

Analogous Colors of #ac393a

#ac393a #ac7239 #ac3974

Monochromatic Colors of #ac393a

#ac393a

Complementary Color

#ac393a #39acab

#ac393a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac393a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac393a Color CSS Codes

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

#ac393a Text Font Color

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

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


#ac393a Background Color

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

This div background color is #ac393a


#ac393a Border Color

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

This div border color is #ac393a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac393a


Comments

No comments written yet.

Please login to write comment.