Color Hex Logo

#ac6519 Color Hex

#AC6519
(172,101,25)
0 Favorites   0 Comments

Color spaces of #ac6519

RGB 17210125
HSL0.090.750.39
HSV31°85°67°
CMYK 0.000.410.85   0.33
XYZ21.842418.14823.2714
Yxy18.14820.50490.4195
Hunter Lab42.600716.970025.2675
CIE-Lab49.675423.176851.0576

#ac6519 color RGB value is (172,101,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 00011001
Octal 254 145 31
Decimal 172 101 25
Hex AC 65 19

RGB Percentages of Color #ac6519

%57.72
%33.89
%8.39

CMYK Percentages of Color #ac6519

%0
%41
%85
%33

Triadic Colors of #ac6519

#ac6519 #19ac65 #6519ac

Analogous Colors of #ac6519

#ac6519 #aaac19 #ac1c19

Monochromatic Colors of #ac6519

#ac6519

Complementary Color

#ac6519 #1960ac

#ac6519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6519 Color CSS Codes

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

#ac6519 Text Font Color

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

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


#ac6519 Background Color

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

This div background color is #ac6519


#ac6519 Border Color

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

This div border color is #ac6519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6519


Comments

No comments written yet.

Please login to write comment.