Color Hex Logo

#ac533a Color Hex

#AC533A
(172,83,58)
0 Favorites   0 Comments

Color spaces of #ac533a

RGB 1728358
HSL0.040.500.45
HSV13°66°67°
CMYK 0.000.520.66   0.33
XYZ20.870215.26275.8490
Yxy15.26270.49710.3636
Hunter Lab39.067526.988118.4706
CIE-Lab45.991934.440731.4191

#ac533a color RGB value is (172,83,58).

#ac533a hex color red value is 172, green value is 83 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ac533a hue: 0.04 , saturation: 0.50 and the lightness value of ac533a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010011 00111010
Octal 254 123 72
Decimal 172 83 58
Hex AC 53 3A

RGB Percentages of Color #ac533a

%54.95
%26.52
%18.53

CMYK Percentages of Color #ac533a

%0
%52
%66
%33

Triadic Colors of #ac533a

#ac533a #3aac53 #533aac

Analogous Colors of #ac533a

#ac533a #ac8c3a #ac3a5a

Monochromatic Colors of #ac533a

#ac533a

Complementary Color

#ac533a #3a93ac

#ac533a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac533a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac533a Color CSS Codes

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

#ac533a Text Font Color

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

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


#ac533a Background Color

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

This div background color is #ac533a


#ac533a Border Color

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

This div border color is #ac533a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac533a


Comments

No comments written yet.

Please login to write comment.