Color Hex Logo

#ac941c Color Hex

#AC941C
(172,148,28)
0 Favorites   0 Comments

Color spaces of #ac941c

RGB 17214828
HSL0.140.720.39
HSV50°84°67°
CMYK 0.000.140.84   0.33
XYZ27.812830.03435.4299
Yxy30.03430.43950.4746
Hunter Lab54.8036-5.317532.4881
CIE-Lab61.6838-2.894460.3213

#ac941c color RGB value is (172,148,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010100 00011100
Octal 254 224 34
Decimal 172 148 28
Hex AC 94 1C

RGB Percentages of Color #ac941c

%49.43
%42.53
%8.05

CMYK Percentages of Color #ac941c

%0
%14
%84
%33

Triadic Colors of #ac941c

#ac941c #1cac94 #941cac

Analogous Colors of #ac941c

#ac941c #7cac1c #ac4c1c

Monochromatic Colors of #ac941c

#ac941c

Complementary Color

#ac941c #1c34ac

#ac941c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac941c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac941c Color CSS Codes

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

#ac941c Text Font Color

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

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


#ac941c Background Color

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

This div background color is #ac941c


#ac941c Border Color

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

This div border color is #ac941c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,148,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 #ac941c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac941c


Comments

No comments written yet.

Please login to write comment.