Color Hex Logo

#ac943c Color Hex

#AC943C
(172,148,60)
0 Favorites   0 Comments

Color spaces of #ac943c

RGB 17214860
HSL0.130.480.45
HSV47°65°67°
CMYK 0.000.140.65   0.33
XYZ28.418830.27678.6211
Yxy30.27670.42220.4498
Hunter Lab55.0243-4.101229.2275
CIE-Lab61.8922-1.399248.4159

#ac943c color RGB value is (172,148,60).

#ac943c hex color red value is 172, green value is 148 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ac943c hue: 0.13 , saturation: 0.48 and the lightness value of ac943c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010100 00111100
Octal 254 224 74
Decimal 172 148 60
Hex AC 94 3C

RGB Percentages of Color #ac943c

%45.26
%38.95
%15.79

CMYK Percentages of Color #ac943c

%0
%14
%65
%33

Triadic Colors of #ac943c

#ac943c #3cac94 #943cac

Analogous Colors of #ac943c

#ac943c #8cac3c #ac5c3c

Monochromatic Colors of #ac943c

#ac943c

Complementary Color

#ac943c #3c54ac

#ac943c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac943c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac943c Color CSS Codes

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

#ac943c Text Font Color

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

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


#ac943c Background Color

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

This div background color is #ac943c


#ac943c Border Color

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

This div border color is #ac943c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac943c


Comments

No comments written yet.

Please login to write comment.