Color Hex Logo

#ac503a Color Hex

#AC503A
(172,80,58)
0 Favorites   0 Comments

Color spaces of #ac503a

RGB 1728058
HSL0.030.500.45
HSV12°66°67°
CMYK 0.000.530.66   0.33
XYZ20.645614.81355.7741
Yxy14.81350.50070.3593
Hunter Lab38.488328.395018.0470
CIE-Lab45.377736.002330.6836

#ac503a color RGB value is (172,80,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010000 00111010
Octal 254 120 72
Decimal 172 80 58
Hex AC 50 3A

RGB Percentages of Color #ac503a

%55.48
%25.81
%18.71

CMYK Percentages of Color #ac503a

%0
%53
%66
%33

Triadic Colors of #ac503a

#ac503a #3aac50 #503aac

Analogous Colors of #ac503a

#ac503a #ac893a #ac3a5d

Monochromatic Colors of #ac503a

#ac503a

Complementary Color

#ac503a #3a96ac

#ac503a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac503a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac503a Color CSS Codes

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

#ac503a Text Font Color

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

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


#ac503a Background Color

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

This div background color is #ac503a


#ac503a Border Color

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

This div border color is #ac503a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac503a


Comments

No comments written yet.

Please login to write comment.