Color Hex Logo

#ac502d Color Hex

#AC502D
(172,80,45)
0 Favorites   0 Comments

Color spaces of #ac502d

RGB 1728045
HSL0.050.590.43
HSV17°74°67°
CMYK 0.000.530.74   0.33
XYZ20.355614.69744.2467
Yxy14.69740.51800.3740
Hunter Lab38.337227.686720.2683
CIE-Lab45.216935.281337.7208

#ac502d color RGB value is (172,80,45).

#ac502d hex color red value is 172, green value is 80 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ac502d hue: 0.05 , saturation: 0.59 and the lightness value of ac502d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010000 00101101
Octal 254 120 55
Decimal 172 80 45
Hex AC 50 2D

RGB Percentages of Color #ac502d

%57.91
%26.94
%15.15

CMYK Percentages of Color #ac502d

%0
%53
%74
%33

Triadic Colors of #ac502d

#ac502d #2dac50 #502dac

Analogous Colors of #ac502d

#ac502d #ac902d #ac2d4a

Monochromatic Colors of #ac502d

#ac502d

Complementary Color

#ac502d #2d89ac

#ac502d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac502d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac502d Color CSS Codes

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

#ac502d Text Font Color

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

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


#ac502d Background Color

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

This div background color is #ac502d


#ac502d Border Color

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

This div border color is #ac502d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac502d


Comments

No comments written yet.

Please login to write comment.