Color Hex Logo

#ac3518 Color Hex

#AC3518
(172,53,24)
0 Favorites   0 Comments

Color spaces of #ac3518

RGB 1725324
HSL0.030.760.38
HSV12°86°67°
CMYK 0.000.690.86   0.33
XYZ18.451211.38282.0888
Yxy11.38280.57800.3566
Hunter Lab33.738438.577719.9461
CIE-Lab40.217947.192843.3877

#ac3518 color RGB value is (172,53,24).

#ac3518 hex color red value is 172, green value is 53 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ac3518 hue: 0.03 , saturation: 0.76 and the lightness value of ac3518 is 0.38.

The process color (four color CMYK) of #ac3518 color hex is 0.00, 0.69, 0.86, 0.33. Web safe color of #ac3518 is #993300. Color #ac3518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110101 00011000
Octal 254 65 30
Decimal 172 53 24
Hex AC 35 18

RGB Percentages of Color #ac3518

%69.08
%21.29
%9.64

CMYK Percentages of Color #ac3518

%0
%69
%86
%33

Triadic Colors of #ac3518

#ac3518 #18ac35 #3518ac

Analogous Colors of #ac3518

#ac3518 #ac7f18 #ac1845

Monochromatic Colors of #ac3518

#ac3518

Complementary Color

#ac3518 #188fac

#ac3518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3518 Color CSS Codes

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

#ac3518 Text Font Color

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

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


#ac3518 Background Color

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

This div background color is #ac3518


#ac3518 Border Color

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

This div border color is #ac3518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3518


Comments

No comments written yet.

Please login to write comment.