Color Hex Logo

#ac961e Color Hex

#AC961E
(172,150,30)
0 Favorites   0 Comments

Color spaces of #ac961e

RGB 17215030
HSL0.140.700.40
HSV51°83°67°
CMYK 0.000.130.83   0.33
XYZ28.153930.67715.6657
Yxy30.67710.43650.4756
Hunter Lab55.3869-6.193232.7059
CIE-Lab62.2341-3.914960.2195

#ac961e color RGB value is (172,150,30).

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

The process color (four color CMYK) of #ac961e color hex is 0.00, 0.13, 0.83, 0.33. Web safe color of #ac961e is #999933. Color #ac961e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010110 00011110
Octal 254 226 36
Decimal 172 150 30
Hex AC 96 1E

RGB Percentages of Color #ac961e

%48.86
%42.61
%8.52

CMYK Percentages of Color #ac961e

%0
%13
%83
%33

Triadic Colors of #ac961e

#ac961e #1eac96 #961eac

Analogous Colors of #ac961e

#ac961e #7bac1e #ac4f1e

Monochromatic Colors of #ac961e

#ac961e

Complementary Color

#ac961e #1e34ac

#ac961e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac961e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac961e Color CSS Codes

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

#ac961e Text Font Color

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

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


#ac961e Background Color

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

This div background color is #ac961e


#ac961e Border Color

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

This div border color is #ac961e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac961e


Comments

No comments written yet.

Please login to write comment.