Color Hex Logo

#ac401d Color Hex

#AC401D
(172,64,29)
0 Favorites   0 Comments

Color spaces of #ac401d

RGB 1726429
HSL0.040.710.39
HSV15°83°67°
CMYK 0.000.630.83   0.33
XYZ19.068412.52622.5752
Yxy12.52620.55800.3666
Hunter Lab35.392434.234120.4606
CIE-Lab42.040542.529442.6608

#ac401d color RGB value is (172,64,29).

#ac401d hex color red value is 172, green value is 64 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ac401d hue: 0.04 , saturation: 0.71 and the lightness value of ac401d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 00011101
Octal 254 100 35
Decimal 172 64 29
Hex AC 40 1D

RGB Percentages of Color #ac401d

%64.91
%24.15
%10.94

CMYK Percentages of Color #ac401d

%0
%63
%83
%33

Triadic Colors of #ac401d

#ac401d #1dac40 #401dac

Analogous Colors of #ac401d

#ac401d #ac881d #ac1d41

Monochromatic Colors of #ac401d

#ac401d

Complementary Color

#ac401d #1d89ac

#ac401d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac401d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac401d Color CSS Codes

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

#ac401d Text Font Color

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

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


#ac401d Background Color

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

This div background color is #ac401d


#ac401d Border Color

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

This div border color is #ac401d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac401d


Comments

No comments written yet.

Please login to write comment.