Color Hex Logo

#ac6513 Color Hex

#AC6513
(172,101,19)
0 Favorites   0 Comments

Color spaces of #ac6513

RGB 17210119
HSL0.090.800.37
HSV32°89°67°
CMYK 0.000.410.89   0.33
XYZ21.784518.12502.9664
Yxy18.12500.50810.4227
Hunter Lab42.573516.833425.6703
CIE-Lab49.647423.026653.0050

#ac6513 color RGB value is (172,101,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 00010011
Octal 254 145 23
Decimal 172 101 19
Hex AC 65 13

RGB Percentages of Color #ac6513

%58.90
%34.59
%6.51

CMYK Percentages of Color #ac6513

%0
%41
%89
%33

Triadic Colors of #ac6513

#ac6513 #13ac65 #6513ac

Analogous Colors of #ac6513

#ac6513 #a7ac13 #ac1913

Monochromatic Colors of #ac6513

#ac6513

Complementary Color

#ac6513 #135aac

#ac6513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6513 Color CSS Codes

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

#ac6513 Text Font Color

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

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


#ac6513 Background Color

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

This div background color is #ac6513


#ac6513 Border Color

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

This div border color is #ac6513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6513


Comments

No comments written yet.

Please login to write comment.