Color Hex Logo

#ac9042 Color Hex

#AC9042
(172,144,66)
0 Favorites   0 Comments

Color spaces of #ac9042

RGB 17214466
HSL0.120.450.47
HSV44°62°67°
CMYK 0.000.160.62   0.33
XYZ27.969929.11059.2990
Yxy29.11050.42140.4385
Hunter Lab53.9541-1.885127.5493
CIE-Lab60.87901.198344.4745

#ac9042 color RGB value is (172,144,66).

#ac9042 hex color red value is 172, green value is 144 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ac9042 hue: 0.12 , saturation: 0.45 and the lightness value of ac9042 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010000 01000010
Octal 254 220 102
Decimal 172 144 66
Hex AC 90 42

RGB Percentages of Color #ac9042

%45.03
%37.70
%17.28

CMYK Percentages of Color #ac9042

%0
%16
%62
%33

Triadic Colors of #ac9042

#ac9042 #42ac90 #9042ac

Analogous Colors of #ac9042

#ac9042 #93ac42 #ac5b42

Monochromatic Colors of #ac9042

#ac9042

Complementary Color

#ac9042 #425eac

#ac9042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9042 Color CSS Codes

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

#ac9042 Text Font Color

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

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


#ac9042 Background Color

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

This div background color is #ac9042


#ac9042 Border Color

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

This div border color is #ac9042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9042


Comments

No comments written yet.

Please login to write comment.