Color Hex Logo

#aca847 Color Hex

#ACA847
(172,168,71)
0 Favorites   0 Comments

Color spaces of #aca847

RGB 17216871
HSL0.160.420.48
HSV58°59°67°
CMYK 0.000.020.59   0.33
XYZ32.153237.230911.4529
Yxy37.23090.39780.4606
Hunter Lab61.0171-12.718731.5833
CIE-Lab67.4499-11.308249.4698

#aca847 color RGB value is (172,168,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 01000111
Octal 254 250 107
Decimal 172 168 71
Hex AC A8 47

RGB Percentages of Color #aca847

%41.85
%40.88
%17.27

CMYK Percentages of Color #aca847

%0
%2
%59
%33

Triadic Colors of #aca847

#aca847 #47aca8 #a847ac

Analogous Colors of #aca847

#aca847 #7eac47 #ac7647

Monochromatic Colors of #aca847

#aca847

Complementary Color

#aca847 #474bac

#aca847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca847 Color CSS Codes

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

#aca847 Text Font Color

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

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


#aca847 Background Color

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

This div background color is #aca847


#aca847 Border Color

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

This div border color is #aca847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca847


Comments

No comments written yet.

Please login to write comment.