Color Hex Logo

#ac9936 Color Hex

#AC9936
(172,153,54)
0 Favorites   0 Comments

Color spaces of #ac9936

RGB 17215354
HSL0.140.520.44
HSV50°69°67°
CMYK 0.000.110.69   0.33
XYZ29.070331.81958.0996
Yxy31.81950.42140.4612
Hunter Lab56.4088-6.725330.9728
CIE-Lab63.1934-4.472152.4271

#ac9936 color RGB value is (172,153,54).

#ac9936 hex color red value is 172, green value is 153 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #ac9936 hue: 0.14 , saturation: 0.52 and the lightness value of ac9936 is 0.44.

The process color (four color CMYK) of #ac9936 color hex is 0.00, 0.11, 0.69, 0.33. Web safe color of #ac9936 is #999933. Color #ac9936 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10011001 00110110
Octal 254 231 66
Decimal 172 153 54
Hex AC 99 36

RGB Percentages of Color #ac9936

%45.38
%40.37
%14.25

CMYK Percentages of Color #ac9936

%0
%11
%69
%33

Triadic Colors of #ac9936

#ac9936 #36ac99 #9936ac

Analogous Colors of #ac9936

#ac9936 #84ac36 #ac5e36

Monochromatic Colors of #ac9936

#ac9936

Complementary Color

#ac9936 #3649ac

#ac9936 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9936 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9936 Color CSS Codes

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

#ac9936 Text Font Color

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

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


#ac9936 Background Color

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

This div background color is #ac9936


#ac9936 Border Color

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

This div border color is #ac9936


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9936


Comments

No comments written yet.

Please login to write comment.