Color Hex Logo

#ac5321 Color Hex

#AC5321
(172,83,33)
0 Favorites   0 Comments

Color spaces of #ac5321

RGB 1728333
HSL0.060.680.40
HSV22°81°67°
CMYK 0.000.520.81   0.33
XYZ20.381015.06703.2729
Yxy15.06700.52640.3891
Hunter Lab38.816225.795522.1722
CIE-Lab45.725833.212144.2386

#ac5321 color RGB value is (172,83,33).

#ac5321 hex color red value is 172, green value is 83 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ac5321 hue: 0.06 , saturation: 0.68 and the lightness value of ac5321 is 0.40.

The process color (four color CMYK) of #ac5321 color hex is 0.00, 0.52, 0.81, 0.33. Web safe color of #ac5321 is #996633. Color #ac5321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 00100001
Octal 254 123 41
Decimal 172 83 33
Hex AC 53 21

RGB Percentages of Color #ac5321

%59.72
%28.82
%11.46

CMYK Percentages of Color #ac5321

%0
%52
%81
%33

Triadic Colors of #ac5321

#ac5321 #21ac53 #5321ac

Analogous Colors of #ac5321

#ac5321 #ac9921 #ac2135

Monochromatic Colors of #ac5321

#ac5321

Complementary Color

#ac5321 #217aac

#ac5321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5321 Color CSS Codes

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

#ac5321 Text Font Color

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

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


#ac5321 Background Color

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

This div background color is #ac5321


#ac5321 Border Color

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

This div border color is #ac5321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5321


Comments

No comments written yet.

Please login to write comment.