Color Hex Logo

#ac9618 Color Hex

#AC9618
(172,150,24)
0 Favorites   0 Comments

Color spaces of #ac9618

RGB 17215024
HSL0.140.760.38
HSV51°86°67°
CMYK 0.000.130.86   0.33
XYZ28.084530.64935.2998
Yxy30.64930.43860.4786
Hunter Lab55.3618-6.331933.0774
CIE-Lab62.2105-4.087161.8220

#ac9618 color RGB value is (172,150,24).

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

The process color (four color CMYK) of #ac9618 color hex is 0.00, 0.13, 0.86, 0.33. Web safe color of #ac9618 is #999900. Color #ac9618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010110 00011000
Octal 254 226 30
Decimal 172 150 24
Hex AC 96 18

RGB Percentages of Color #ac9618

%49.71
%43.35
%6.94

CMYK Percentages of Color #ac9618

%0
%13
%86
%33

Triadic Colors of #ac9618

#ac9618 #18ac96 #9618ac

Analogous Colors of #ac9618

#ac9618 #78ac18 #ac4c18

Monochromatic Colors of #ac9618

#ac9618

Complementary Color

#ac9618 #182eac

#ac9618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9618 Color CSS Codes

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

#ac9618 Text Font Color

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

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


#ac9618 Background Color

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

This div background color is #ac9618


#ac9618 Border Color

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

This div border color is #ac9618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9618


Comments

No comments written yet.

Please login to write comment.