Color Hex Logo

#ac7416 Color Hex

#AC7416
(172,116,22)
0 Favorites   0 Comments

Color spaces of #ac7416

RGB 17211622
HSL0.100.770.38
HSV38°87°67°
CMYK 0.000.330.87   0.33
XYZ23.403521.31943.6406
Yxy21.31940.48390.4408
Hunter Lab46.17299.673027.6462
CIE-Lab53.297314.694055.0462

#ac7416 color RGB value is (172,116,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110100 00010110
Octal 254 164 26
Decimal 172 116 22
Hex AC 74 16

RGB Percentages of Color #ac7416

%55.48
%37.42
%7.10

CMYK Percentages of Color #ac7416

%0
%33
%87
%33

Triadic Colors of #ac7416

#ac7416 #16ac74 #7416ac

Analogous Colors of #ac7416

#ac7416 #99ac16 #ac2916

Monochromatic Colors of #ac7416

#ac7416

Complementary Color

#ac7416 #164eac

#ac7416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7416 Color CSS Codes

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

#ac7416 Text Font Color

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

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


#ac7416 Background Color

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

This div background color is #ac7416


#ac7416 Border Color

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

This div border color is #ac7416


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,116,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 #ac7416">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7416


Comments

No comments written yet.

Please login to write comment.