Color Hex Logo

#aca147 Color Hex

#ACA147
(172,161,71)
0 Favorites   0 Comments

Color spaces of #aca147

RGB 17216171
HSL0.150.420.48
HSV53°59°67°
CMYK 0.000.060.59   0.33
XYZ30.895534.715311.0336
Yxy34.71530.40310.4529
Hunter Lab58.9197-9.510130.1408
CIE-Lab65.5264-7.620347.3199

#aca147 color RGB value is (172,161,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 01000111
Octal 254 241 107
Decimal 172 161 71
Hex AC A1 47

RGB Percentages of Color #aca147

%42.57
%39.85
%17.57

CMYK Percentages of Color #aca147

%0
%6
%59
%33

Triadic Colors of #aca147

#aca147 #47aca1 #a147ac

Analogous Colors of #aca147

#aca147 #85ac47 #ac6f47

Monochromatic Colors of #aca147

#aca147

Complementary Color

#aca147 #4752ac

#aca147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca147 Color CSS Codes

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

#aca147 Text Font Color

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

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


#aca147 Background Color

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

This div background color is #aca147


#aca147 Border Color

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

This div border color is #aca147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca147


Comments

No comments written yet.

Please login to write comment.