Color Hex Logo

#ac913a Color Hex

#AC913A
(172,145,58)
0 Favorites   0 Comments

Color spaces of #ac913a

RGB 17214558
HSL0.130.500.45
HSV46°66°67°
CMYK 0.000.160.66   0.33
XYZ27.902429.32698.1930
Yxy29.32690.42650.4483
Hunter Lab54.1543-2.799928.9380
CIE-Lab61.06910.111448.4423

#ac913a color RGB value is (172,145,58).

#ac913a hex color red value is 172, green value is 145 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ac913a hue: 0.13 , saturation: 0.50 and the lightness value of ac913a is 0.45.

The process color (four color CMYK) of #ac913a color hex is 0.00, 0.16, 0.66, 0.33. Web safe color of #ac913a is #999933. Color #ac913a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010001 00111010
Octal 254 221 72
Decimal 172 145 58
Hex AC 91 3A

RGB Percentages of Color #ac913a

%45.87
%38.67
%15.47

CMYK Percentages of Color #ac913a

%0
%16
%66
%33

Triadic Colors of #ac913a

#ac913a #3aac91 #913aac

Analogous Colors of #ac913a

#ac913a #8eac3a #ac583a

Monochromatic Colors of #ac913a

#ac913a

Complementary Color

#ac913a #3a55ac

#ac913a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac913a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac913a Color CSS Codes

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

#ac913a Text Font Color

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

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


#ac913a Background Color

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

This div background color is #ac913a


#ac913a Border Color

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

This div border color is #ac913a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac913a


Comments

No comments written yet.

Please login to write comment.