Color Hex Logo

#ac522e Color Hex

#AC522E
(172,82,46)
0 Favorites   0 Comments

Color spaces of #ac522e

RGB 1728246
HSL0.050.580.43
HSV17°73°67°
CMYK 0.000.520.73   0.33
XYZ20.523715.00254.3988
Yxy15.00250.51410.3758
Hunter Lab38.733126.799920.3798
CIE-Lab45.637634.289237.6459

#ac522e color RGB value is (172,82,46).

#ac522e hex color red value is 172, green value is 82 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ac522e hue: 0.05 , saturation: 0.58 and the lightness value of ac522e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010010 00101110
Octal 254 122 56
Decimal 172 82 46
Hex AC 52 2E

RGB Percentages of Color #ac522e

%57.33
%27.33
%15.33

CMYK Percentages of Color #ac522e

%0
%52
%73
%33

Triadic Colors of #ac522e

#ac522e #2eac52 #522eac

Analogous Colors of #ac522e

#ac522e #ac912e #ac2e49

Monochromatic Colors of #ac522e

#ac522e

Complementary Color

#ac522e #2e88ac

#ac522e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac522e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac522e Color CSS Codes

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

#ac522e Text Font Color

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

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


#ac522e Background Color

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

This div background color is #ac522e


#ac522e Border Color

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

This div border color is #ac522e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac522e


Comments

No comments written yet.

Please login to write comment.