Color Hex Logo

#ac5034 Color Hex

#AC5034
(172,80,52)
0 Favorites   0 Comments

Color spaces of #ac5034

RGB 1728052
HSL0.040.540.44
HSV14°70°67°
CMYK 0.000.530.70   0.33
XYZ20.501814.75595.0164
Yxy14.75590.50910.3664
Hunter Lab38.413428.044619.1467
CIE-Lab45.298035.646233.9882

#ac5034 color RGB value is (172,80,52).

#ac5034 hex color red value is 172, green value is 80 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ac5034 hue: 0.04 , saturation: 0.54 and the lightness value of ac5034 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010000 00110100
Octal 254 120 64
Decimal 172 80 52
Hex AC 50 34

RGB Percentages of Color #ac5034

%56.58
%26.32
%17.11

CMYK Percentages of Color #ac5034

%0
%53
%70
%33

Triadic Colors of #ac5034

#ac5034 #34ac50 #5034ac

Analogous Colors of #ac5034

#ac5034 #ac8c34 #ac3454

Monochromatic Colors of #ac5034

#ac5034

Complementary Color

#ac5034 #3490ac

#ac5034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5034 Color CSS Codes

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

#ac5034 Text Font Color

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

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


#ac5034 Background Color

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

This div background color is #ac5034


#ac5034 Border Color

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

This div border color is #ac5034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5034


Comments

No comments written yet.

Please login to write comment.