Color Hex Logo

#ac961c Color Hex

#AC961C
(172,150,28)
0 Favorites   0 Comments

Color spaces of #ac961c

RGB 17215028
HSL0.140.720.39
HSV51°84°67°
CMYK 0.000.130.84   0.33
XYZ28.129230.66725.5354
Yxy30.66720.43730.4767
Hunter Lab55.3780-6.242532.8381
CIE-Lab62.2257-3.976160.7819

#ac961c color RGB value is (172,150,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010110 00011100
Octal 254 226 34
Decimal 172 150 28
Hex AC 96 1C

RGB Percentages of Color #ac961c

%49.14
%42.86
%8.00

CMYK Percentages of Color #ac961c

%0
%13
%84
%33

Triadic Colors of #ac961c

#ac961c #1cac96 #961cac

Analogous Colors of #ac961c

#ac961c #7aac1c #ac4e1c

Monochromatic Colors of #ac961c

#ac961c

Complementary Color

#ac961c #1c32ac

#ac961c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac961c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac961c Color CSS Codes

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

#ac961c Text Font Color

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

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


#ac961c Background Color

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

This div background color is #ac961c


#ac961c Border Color

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

This div border color is #ac961c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac961c


Comments

No comments written yet.

Please login to write comment.