Color Hex Logo

#ac590c Color Hex

#AC590C
(172,89,12)
0 Favorites   0 Comments

Color spaces of #ac590c

RGB 1728912
HSL0.080.870.36
HSV29°93°67°
CMYK 0.000.480.93   0.33
XYZ20.652015.94202.3365
Yxy15.94200.53050.4095
Hunter Lab39.927422.454024.4796
CIE-Lab46.898329.479052.8679

#ac590c color RGB value is (172,89,12).

#ac590c hex color red value is 172, green value is 89 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ac590c hue: 0.08 , saturation: 0.87 and the lightness value of ac590c is 0.36.

The process color (four color CMYK) of #ac590c color hex is 0.00, 0.48, 0.93, 0.33. Web safe color of #ac590c is #996600. Color #ac590c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011001 00001100
Octal 254 131 14
Decimal 172 89 12
Hex AC 59 C

RGB Percentages of Color #ac590c

%63.00
%32.60
%4.40

CMYK Percentages of Color #ac590c

%0
%48
%93
%33

Triadic Colors of #ac590c

#ac590c #0cac59 #590cac

Analogous Colors of #ac590c

#ac590c #aca90c #ac0c0f

Monochromatic Colors of #ac590c

#ac590c

Complementary Color

#ac590c #0c5fac

#ac590c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac590c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac590c Color CSS Codes

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

#ac590c Text Font Color

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

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


#ac590c Background Color

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

This div background color is #ac590c


#ac590c Border Color

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

This div border color is #ac590c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac590c


Comments

No comments written yet.

Please login to write comment.