Color Hex Logo

#ac323d Color Hex

#AC323D
(172,50,61)
0 Favorites   0 Comments

Color spaces of #ac323d

RGB 1725061
HSL0.980.550.44
HSV355°71°67°
CMYK 0.000.710.65   0.33
XYZ18.996211.38885.6119
Yxy11.38880.52770.3164
Hunter Lab33.747341.419113.7637
CIE-Lab40.227749.973122.5146

#ac323d color RGB value is (172,50,61).

#ac323d hex color red value is 172, green value is 50 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ac323d hue: 0.98 , saturation: 0.55 and the lightness value of ac323d is 0.44.

The process color (four color CMYK) of #ac323d color hex is 0.00, 0.71, 0.65, 0.33. Web safe color of #ac323d is #993333. Color #ac323d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110010 00111101
Octal 254 62 75
Decimal 172 50 61
Hex AC 32 3D

RGB Percentages of Color #ac323d

%60.78
%17.67
%21.55

CMYK Percentages of Color #ac323d

%0
%71
%65
%33

Triadic Colors of #ac323d

#ac323d #3dac32 #323dac

Analogous Colors of #ac323d

#ac323d #ac6432 #ac327a

Monochromatic Colors of #ac323d

#ac323d

Complementary Color

#ac323d #32aca1

#ac323d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac323d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac323d Color CSS Codes

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

#ac323d Text Font Color

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

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


#ac323d Background Color

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

This div background color is #ac323d


#ac323d Border Color

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

This div border color is #ac323d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac323d


Comments

No comments written yet.

Please login to write comment.