Color Hex Logo

#ac541a Color Hex

#AC541A
(172,84,26)
0 Favorites   0 Comments

Color spaces of #ac541a

RGB 1728426
HSL0.070.740.39
HSV24°85°67°
CMYK 0.000.510.85   0.33
XYZ20.370015.18592.8348
Yxy15.18590.53060.3956
Hunter Lab38.969125.110022.9653
CIE-Lab45.887832.460347.4263

#ac541a color RGB value is (172,84,26).

#ac541a hex color red value is 172, green value is 84 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ac541a hue: 0.07 , saturation: 0.74 and the lightness value of ac541a is 0.39.

The process color (four color CMYK) of #ac541a color hex is 0.00, 0.51, 0.85, 0.33. Web safe color of #ac541a is #996633. Color #ac541a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010100 00011010
Octal 254 124 32
Decimal 172 84 26
Hex AC 54 1A

RGB Percentages of Color #ac541a

%60.99
%29.79
%9.22

CMYK Percentages of Color #ac541a

%0
%51
%85
%33

Triadic Colors of #ac541a

#ac541a #1aac54 #541aac

Analogous Colors of #ac541a

#ac541a #ac9d1a #ac1a29

Monochromatic Colors of #ac541a

#ac541a

Complementary Color

#ac541a #1a72ac

#ac541a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac541a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac541a Color CSS Codes

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

#ac541a Text Font Color

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

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


#ac541a Background Color

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

This div background color is #ac541a


#ac541a Border Color

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

This div border color is #ac541a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac541a


Comments

No comments written yet.

Please login to write comment.