Color Hex Logo

#aca247 Color Hex

#ACA247
(172,162,71)
0 Favorites   0 Comments

Color spaces of #aca247

RGB 17216271
HSL0.150.420.48
HSV54°59°67°
CMYK 0.000.060.59   0.33
XYZ31.070935.066211.0921
Yxy35.06620.40230.4541
Hunter Lab59.2167-9.970730.3459
CIE-Lab65.8002-8.151047.6274

#aca247 color RGB value is (172,162,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 01000111
Octal 254 242 107
Decimal 172 162 71
Hex AC A2 47

RGB Percentages of Color #aca247

%42.47
%40.00
%17.53

CMYK Percentages of Color #aca247

%0
%6
%59
%33

Triadic Colors of #aca247

#aca247 #47aca2 #a247ac

Analogous Colors of #aca247

#aca247 #84ac47 #ac7047

Monochromatic Colors of #aca247

#aca247

Complementary Color

#aca247 #4751ac

#aca247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca247 Color CSS Codes

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

#aca247 Text Font Color

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

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


#aca247 Background Color

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

This div background color is #aca247


#aca247 Border Color

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

This div border color is #aca247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca247


Comments

No comments written yet.

Please login to write comment.