Color Hex Logo

#aca849 Color Hex

#ACA849
(172,168,73)
0 Favorites   0 Comments

Color spaces of #aca849

RGB 17216873
HSL0.160.400.48
HSV58°58°67°
CMYK 0.000.020.58   0.33
XYZ32.218537.257011.7965
Yxy37.25700.39640.4584
Hunter Lab61.0385-12.598231.2684
CIE-Lab67.4694-11.156548.5685

#aca849 color RGB value is (172,168,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 01001001
Octal 254 250 111
Decimal 172 168 73
Hex AC A8 49

RGB Percentages of Color #aca849

%41.65
%40.68
%17.68

CMYK Percentages of Color #aca849

%0
%2
%58
%33

Triadic Colors of #aca849

#aca849 #49aca8 #a849ac

Analogous Colors of #aca849

#aca849 #7fac49 #ac7749

Monochromatic Colors of #aca849

#aca849

Complementary Color

#aca849 #494dac

#aca849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca849 Color CSS Codes

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

#aca849 Text Font Color

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

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


#aca849 Background Color

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

This div background color is #aca849


#aca849 Border Color

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

This div border color is #aca849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca849


Comments

No comments written yet.

Please login to write comment.