Color Hex Logo

#ac363d Color Hex

#AC363D
(172,54,61)
0 Favorites   0 Comments

Color spaces of #ac363d

RGB 1725461
HSL0.990.520.44
HSV356°69°67°
CMYK 0.000.690.65   0.33
XYZ19.174711.74595.6714
Yxy11.74590.52400.3210
Hunter Lab34.272339.890914.1793
CIE-Lab40.809448.378823.2553

#ac363d color RGB value is (172,54,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110110 00111101
Octal 254 66 75
Decimal 172 54 61
Hex AC 36 3D

RGB Percentages of Color #ac363d

%59.93
%18.82
%21.25

CMYK Percentages of Color #ac363d

%0
%69
%65
%33

Triadic Colors of #ac363d

#ac363d #3dac36 #363dac

Analogous Colors of #ac363d

#ac363d #ac6a36 #ac3678

Monochromatic Colors of #ac363d

#ac363d

Complementary Color

#ac363d #36aca5

#ac363d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac363d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac363d Color CSS Codes

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

#ac363d Text Font Color

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

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


#ac363d Background Color

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

This div background color is #ac363d


#ac363d Border Color

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

This div border color is #ac363d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,54,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 #ac363d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac363d


Comments

No comments written yet.

Please login to write comment.