Color Hex Logo

#ac532a Color Hex

#AC532A
(172,83,42)
0 Favorites   0 Comments

Color spaces of #ac532a

RGB 1728342
HSL0.050.610.42
HSV19°76°67°
CMYK 0.000.520.76   0.33
XYZ20.524415.12434.0280
Yxy15.12430.51730.3812
Hunter Lab38.890026.146921.0821
CIE-Lab45.804033.575539.9178

#ac532a color RGB value is (172,83,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 00101010
Octal 254 123 52
Decimal 172 83 42
Hex AC 53 2A

RGB Percentages of Color #ac532a

%57.91
%27.95
%14.14

CMYK Percentages of Color #ac532a

%0
%52
%76
%33

Triadic Colors of #ac532a

#ac532a #2aac53 #532aac

Analogous Colors of #ac532a

#ac532a #ac942a #ac2a42

Monochromatic Colors of #ac532a

#ac532a

Complementary Color

#ac532a #2a83ac

#ac532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac532a Color CSS Codes

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

#ac532a Text Font Color

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

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


#ac532a Background Color

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

This div background color is #ac532a


#ac532a Border Color

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

This div border color is #ac532a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac532a


Comments

No comments written yet.

Please login to write comment.