Color Hex Logo

#aca349 Color Hex

#ACA349
(172,163,73)
0 Favorites   0 Comments

Color spaces of #aca349

RGB 17216373
HSL0.150.400.48
HSV55°58°67°
CMYK 0.000.050.58   0.33
XYZ31.313035.446111.4947
Yxy35.44610.40010.4530
Hunter Lab59.5366-10.307930.2286
CIE-Lab66.0945-8.527447.0182

#aca349 color RGB value is (172,163,73).

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

The process color (four color CMYK) of #aca349 color hex is 0.00, 0.05, 0.58, 0.33. Web safe color of #aca349 is #999933. Color #aca349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100011 01001001
Octal 254 243 111
Decimal 172 163 73
Hex AC A3 49

RGB Percentages of Color #aca349

%42.16
%39.95
%17.89

CMYK Percentages of Color #aca349

%0
%5
%58
%33

Triadic Colors of #aca349

#aca349 #49aca3 #a349ac

Analogous Colors of #aca349

#aca349 #84ac49 #ac7249

Monochromatic Colors of #aca349

#aca349

Complementary Color

#aca349 #4952ac

#aca349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca349 Color CSS Codes

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

#aca349 Text Font Color

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

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


#aca349 Background Color

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

This div background color is #aca349


#aca349 Border Color

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

This div border color is #aca349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca349


Comments

No comments written yet.

Please login to write comment.