Color Hex Logo

#ac493e Color Hex

#AC493E
(172,73,62)
0 Favorites   0 Comments

Color spaces of #ac493e

RGB 1727362
HSL0.020.470.46
HSV64°67°
CMYK 0.000.580.64   0.33
XYZ20.265313.88356.1691
Yxy13.88350.50260.3444
Hunter Lab37.260631.876716.2660
CIE-Lab44.065439.801826.7452

#ac493e color RGB value is (172,73,62).

#ac493e hex color red value is 172, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ac493e hue: 0.02 , saturation: 0.47 and the lightness value of ac493e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 00111110
Octal 254 111 76
Decimal 172 73 62
Hex AC 49 3E

RGB Percentages of Color #ac493e

%56.03
%23.78
%20.20

CMYK Percentages of Color #ac493e

%0
%58
%64
%33

Triadic Colors of #ac493e

#ac493e #3eac49 #493eac

Analogous Colors of #ac493e

#ac493e #ac803e #ac3e6a

Monochromatic Colors of #ac493e

#ac493e

Complementary Color

#ac493e #3ea1ac

#ac493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac493e Color CSS Codes

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

#ac493e Text Font Color

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

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


#ac493e Background Color

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

This div background color is #ac493e


#ac493e Border Color

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

This div border color is #ac493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac493e


Comments

No comments written yet.

Please login to write comment.