Color Hex Logo

#ac7519 Color Hex

#AC7519
(172,117,25)
0 Favorites   0 Comments

Color spaces of #ac7519

RGB 17211725
HSL0.100.750.39
HSV38°85°67°
CMYK 0.000.320.85   0.33
XYZ23.550021.56343.8406
Yxy21.56340.48110.4405
Hunter Lab46.43649.261727.6018
CIE-Lab53.560714.211454.3414

#ac7519 color RGB value is (172,117,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110101 00011001
Octal 254 165 31
Decimal 172 117 25
Hex AC 75 19

RGB Percentages of Color #ac7519

%54.78
%37.26
%7.96

CMYK Percentages of Color #ac7519

%0
%32
%85
%33

Triadic Colors of #ac7519

#ac7519 #19ac75 #7519ac

Analogous Colors of #ac7519

#ac7519 #9aac19 #ac2c19

Monochromatic Colors of #ac7519

#ac7519

Complementary Color

#ac7519 #1950ac

#ac7519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7519 Color CSS Codes

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

#ac7519 Text Font Color

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

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


#ac7519 Background Color

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

This div background color is #ac7519


#ac7519 Border Color

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

This div border color is #ac7519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7519


Comments

No comments written yet.

Please login to write comment.