Color Hex Logo

#ac5019 Color Hex

#AC5019
(172,80,25)
0 Favorites   0 Comments

Color spaces of #ac5019

RGB 1728025
HSL0.060.750.39
HSV22°85°67°
CMYK 0.000.530.85   0.33
XYZ20.057414.57822.6764
Yxy14.57820.53760.3907
Hunter Lab38.181426.951922.5709
CIE-Lab45.051034.528647.1089

#ac5019 color RGB value is (172,80,25).

#ac5019 hex color red value is 172, green value is 80 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ac5019 hue: 0.06 , saturation: 0.75 and the lightness value of ac5019 is 0.39.

The process color (four color CMYK) of #ac5019 color hex is 0.00, 0.53, 0.85, 0.33. Web safe color of #ac5019 is #996600. Color #ac5019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010000 00011001
Octal 254 120 31
Decimal 172 80 25
Hex AC 50 19

RGB Percentages of Color #ac5019

%62.09
%28.88
%9.03

CMYK Percentages of Color #ac5019

%0
%53
%85
%33

Triadic Colors of #ac5019

#ac5019 #19ac50 #5019ac

Analogous Colors of #ac5019

#ac5019 #ac9a19 #ac192c

Monochromatic Colors of #ac5019

#ac5019

Complementary Color

#ac5019 #1975ac

#ac5019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5019 Color CSS Codes

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

#ac5019 Text Font Color

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

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


#ac5019 Background Color

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

This div background color is #ac5019


#ac5019 Border Color

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

This div border color is #ac5019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5019


Comments

No comments written yet.

Please login to write comment.