Color Hex Logo

#ac410a Color Hex

#AC410A
(172,65,10)
0 Favorites   0 Comments

Color spaces of #ac410a

RGB 1726510
HSL0.060.890.36
HSV20°94°67°
CMYK 0.000.620.94   0.33
XYZ18.958312.57321.7148
Yxy12.57320.57020.3782
Hunter Lab35.458733.383821.9538
CIE-Lab42.113041.652550.0629

#ac410a color RGB value is (172,65,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000001 00001010
Octal 254 101 12
Decimal 172 65 10
Hex AC 41 A

RGB Percentages of Color #ac410a

%69.64
%26.32
%4.05

CMYK Percentages of Color #ac410a

%0
%62
%94
%33

Triadic Colors of #ac410a

#ac410a #0aac41 #410aac

Analogous Colors of #ac410a

#ac410a #ac920a #ac0a24

Monochromatic Colors of #ac410a

#ac410a

Complementary Color

#ac410a #0a75ac

#ac410a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac410a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac410a Color CSS Codes

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

#ac410a Text Font Color

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

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


#ac410a Background Color

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

This div background color is #ac410a


#ac410a Border Color

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

This div border color is #ac410a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac410a


Comments

No comments written yet.

Please login to write comment.