Color Hex Logo

#ac353e Color Hex

#AC353E
(172,53,62)
0 Favorites   0 Comments

Color spaces of #ac353e

RGB 1725362
HSL0.990.530.44
HSV355°69°67°
CMYK 0.000.690.64   0.33
XYZ19.155911.66475.7993
Yxy11.66470.52310.3185
Hunter Lab34.153640.347313.8401
CIE-Lab40.678248.848522.4718

#ac353e color RGB value is (172,53,62).

#ac353e hex color red value is 172, green value is 53 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ac353e hue: 0.99 , saturation: 0.53 and the lightness value of ac353e is 0.44.

The process color (four color CMYK) of #ac353e color hex is 0.00, 0.69, 0.64, 0.33. Web safe color of #ac353e is #993333. Color #ac353e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110101 00111110
Octal 254 65 76
Decimal 172 53 62
Hex AC 35 3E

RGB Percentages of Color #ac353e

%59.93
%18.47
%21.60

CMYK Percentages of Color #ac353e

%0
%69
%64
%33

Triadic Colors of #ac353e

#ac353e #3eac35 #353eac

Analogous Colors of #ac353e

#ac353e #ac6835 #ac357a

Monochromatic Colors of #ac353e

#ac353e

Complementary Color

#ac353e #35aca3

#ac353e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac353e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac353e Color CSS Codes

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

#ac353e Text Font Color

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

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


#ac353e Background Color

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

This div background color is #ac353e


#ac353e Border Color

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

This div border color is #ac353e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac353e


Comments

No comments written yet.

Please login to write comment.