Color Hex Logo

#ac4640 Color Hex

#AC4640
(172,70,64)
0 Favorites   0 Comments

Color spaces of #ac4640

RGB 1727064
HSL0.010.460.46
HSV63°67°
CMYK 0.000.590.63   0.33
XYZ20.128813.52116.3994
Yxy13.52110.50260.3376
Hunter Lab36.771033.363215.4213
CIE-Lab43.538141.402224.8920

#ac4640 color RGB value is (172,70,64).

#ac4640 hex color red value is 172, green value is 70 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ac4640 hue: 0.01 , saturation: 0.46 and the lightness value of ac4640 is 0.46.

The process color (four color CMYK) of #ac4640 color hex is 0.00, 0.59, 0.63, 0.33. Web safe color of #ac4640 is #993333. Color #ac4640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000110 01000000
Octal 254 106 100
Decimal 172 70 64
Hex AC 46 40

RGB Percentages of Color #ac4640

%56.21
%22.88
%20.92

CMYK Percentages of Color #ac4640

%0
%59
%63
%33

Triadic Colors of #ac4640

#ac4640 #40ac46 #4640ac

Analogous Colors of #ac4640

#ac4640 #ac7c40 #ac4070

Monochromatic Colors of #ac4640

#ac4640

Complementary Color

#ac4640 #40a6ac

#ac4640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4640 Color CSS Codes

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

#ac4640 Text Font Color

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

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


#ac4640 Background Color

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

This div background color is #ac4640


#ac4640 Border Color

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

This div border color is #ac4640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4640


Comments

No comments written yet.

Please login to write comment.