color codes Logo

#ac333c color codes

#AC333C
(172,51,60)
0 Favorites   0 Comments

Color spaces of #ac333c

RGB 1725160
HSL0.990.540.44
HSV356°70°67°
CMYK 0.000.700.65   0.33
XYZ19.012711.46465.4858
Yxy11.46460.52870.3188
Hunter Lab33.859440.977114.0956
CIE-Lab40.352249.521223.2909

#ac333c color RGB value is (172,51,60).

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

The process color (four color CMYK) of #ac333c color code is 0.00, 0.70, 0.65, 0.33. Web safe color of #ac333c is #993333. Color #ac333c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110011 00111100
Octal 254 63 74
Decimal 172 51 60
Hex AC 33 3C

RGB Percentages of Color #ac333c

%60.78
%18.02
%21.20

CMYK Percentages of Color #ac333c

%0
%70
%65
%33

Triadic Colors of #ac333c

#ac333c #3cac33 #333cac

Analogous Colors of #ac333c

#ac333c #ac6733 #ac3379

Monochromatic Colors of #ac333c

#ac333c

Complementary Color

#ac333c #33aca3

#ac333c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac333c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac333c Color CSS Codes

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

#ac333c Text Font Color

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

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


#ac333c Background Color

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

This div background color is #ac333c


#ac333c Border Color

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

This div border color is #ac333c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac333c


Comments

No comments written yet.

Please login to write comment.