Color Hex Logo

#ac521a Color Hex

#AC521A
(172,82,26)
1 Favorites   0 Comments

Color spaces of #ac521a

RGB 1728226
HSL0.060.740.39
HSV23°85°67°
CMYK 0.000.520.85   0.33
XYZ20.217014.87982.7838
Yxy14.87980.53370.3928
Hunter Lab38.574326.047622.7233
CIE-Lab45.469133.513747.0622

#ac521a color RGB value is (172,82,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010010 00011010
Octal 254 122 32
Decimal 172 82 26
Hex AC 52 1A

RGB Percentages of Color #ac521a

%61.43
%29.29
%9.29

CMYK Percentages of Color #ac521a

%0
%52
%85
%33

Triadic Colors of #ac521a

#ac521a #1aac52 #521aac

Analogous Colors of #ac521a

#ac521a #ac9b1a #ac1a2b

Monochromatic Colors of #ac521a

#ac521a

Complementary Color

#ac521a #1a74ac

#ac521a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac521a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac521a Color CSS Codes

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

#ac521a Text Font Color

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

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


#ac521a Background Color

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

This div background color is #ac521a


#ac521a Border Color

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

This div border color is #ac521a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,82,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 #ac521a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac521a


Comments

No comments written yet.

Please login to write comment.