Color Hex Logo

#ac9316 Color Hex

#AC9316
(172,147,22)
0 Favorites   0 Comments

Color spaces of #ac9316

RGB 17214722
HSL0.140.770.38
HSV50°87°67°
CMYK 0.000.150.87   0.33
XYZ27.591829.69605.0367
Yxy29.69600.44270.4765
Hunter Lab54.4940-4.985232.6659
CIE-Lab61.3910-2.514061.6382

#ac9316 color RGB value is (172,147,22).

#ac9316 hex color red value is 172, green value is 147 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ac9316 hue: 0.14 , saturation: 0.77 and the lightness value of ac9316 is 0.38.

The process color (four color CMYK) of #ac9316 color hex is 0.00, 0.15, 0.87, 0.33. Web safe color of #ac9316 is #999900. Color #ac9316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010011 00010110
Octal 254 223 26
Decimal 172 147 22
Hex AC 93 16

RGB Percentages of Color #ac9316

%50.44
%43.11
%6.45

CMYK Percentages of Color #ac9316

%0
%15
%87
%33

Triadic Colors of #ac9316

#ac9316 #16ac93 #9316ac

Analogous Colors of #ac9316

#ac9316 #7aac16 #ac4816

Monochromatic Colors of #ac9316

#ac9316

Complementary Color

#ac9316 #162fac

#ac9316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9316 Color CSS Codes

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

#ac9316 Text Font Color

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

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


#ac9316 Background Color

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

This div background color is #ac9316


#ac9316 Border Color

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

This div border color is #ac9316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9316


Comments

No comments written yet.

Please login to write comment.