Color Hex Logo

#ac410e Color Hex

#AC410E
(172,65,14)
0 Favorites   0 Comments

Color spaces of #ac410e

RGB 1726514
HSL0.050.850.36
HSV19°92°67°
CMYK 0.000.620.92   0.33
XYZ18.982812.58301.8437
Yxy12.58300.56820.3766
Hunter Lab35.472533.445721.7491
CIE-Lab42.128141.713248.8630

#ac410e color RGB value is (172,65,14).

#ac410e hex color red value is 172, green value is 65 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ac410e hue: 0.05 , saturation: 0.85 and the lightness value of ac410e is 0.36.

The process color (four color CMYK) of #ac410e color hex is 0.00, 0.62, 0.92, 0.33. Web safe color of #ac410e is #993300. Color #ac410e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000001 00001110
Octal 254 101 16
Decimal 172 65 14
Hex AC 41 E

RGB Percentages of Color #ac410e

%68.53
%25.90
%5.58

CMYK Percentages of Color #ac410e

%0
%62
%92
%33

Triadic Colors of #ac410e

#ac410e #0eac41 #410eac

Analogous Colors of #ac410e

#ac410e #ac900e #ac0e2a

Monochromatic Colors of #ac410e

#ac410e

Complementary Color

#ac410e #0e79ac

#ac410e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac410e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac410e Color CSS Codes

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

#ac410e Text Font Color

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

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


#ac410e Background Color

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

This div background color is #ac410e


#ac410e Border Color

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

This div border color is #ac410e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac410e


Comments

No comments written yet.

Please login to write comment.