Color Hex Logo

#ac522a Color Hex

#AC522A
(172,82,42)
0 Favorites   0 Comments

Color spaces of #ac522a

RGB 1728242
HSL0.050.610.42
HSV18°76°67°
CMYK 0.000.520.76   0.33
XYZ20.448514.97244.0027
Yxy14.97240.51870.3798
Hunter Lab38.694226.616120.9527
CIE-Lab45.596434.100239.6997

#ac522a color RGB value is (172,82,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010010 00101010
Octal 254 122 52
Decimal 172 82 42
Hex AC 52 2A

RGB Percentages of Color #ac522a

%58.11
%27.70
%14.19

CMYK Percentages of Color #ac522a

%0
%52
%76
%33

Triadic Colors of #ac522a

#ac522a #2aac52 #522aac

Analogous Colors of #ac522a

#ac522a #ac932a #ac2a43

Monochromatic Colors of #ac522a

#ac522a

Complementary Color

#ac522a #2a84ac

#ac522a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac522a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac522a Color CSS Codes

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

#ac522a Text Font Color

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

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


#ac522a Background Color

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

This div background color is #ac522a


#ac522a Border Color

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

This div border color is #ac522a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac522a


Comments

No comments written yet.

Please login to write comment.