Color Hex Logo

#aca13c Color Hex

#ACA13C
(172,161,60)
0 Favorites   0 Comments

Color spaces of #aca13c

RGB 17216160
HSL0.150.480.45
HSV54°65°67°
CMYK 0.000.060.65   0.33
XYZ30.573734.58669.3394
Yxy34.58660.41040.4643
Hunter Lab58.8104-10.121531.7517
CIE-Lab65.4255-8.383352.1859

#aca13c color RGB value is (172,161,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 00111100
Octal 254 241 74
Decimal 172 161 60
Hex AC A1 3C

RGB Percentages of Color #aca13c

%43.77
%40.97
%15.27

CMYK Percentages of Color #aca13c

%0
%6
%65
%33

Triadic Colors of #aca13c

#aca13c #3caca1 #a13cac

Analogous Colors of #aca13c

#aca13c #7fac3c #ac693c

Monochromatic Colors of #aca13c

#aca13c

Complementary Color

#aca13c #3c47ac

#aca13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca13c Color CSS Codes

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

#aca13c Text Font Color

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

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


#aca13c Background Color

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

This div background color is #aca13c


#aca13c Border Color

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

This div border color is #aca13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca13c


Comments

No comments written yet.

Please login to write comment.