Color Hex Logo

#aca529 Color Hex

#ACA529
(172,165,41)
0 Favorites   0 Comments

Color spaces of #aca529

RGB 17216541
HSL0.160.620.42
HSV57°76°67°
CMYK 0.000.040.76   0.33
XYZ30.868635.84107.3889
Yxy35.84100.41660.4837
Hunter Lab59.8674-12.730334.5895
CIE-Lab66.3983-11.478160.4886

#aca529 color RGB value is (172,165,41).

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

The process color (four color CMYK) of #aca529 color hex is 0.00, 0.04, 0.76, 0.33. Web safe color of #aca529 is #999933. Color #aca529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 00101001
Octal 254 245 51
Decimal 172 165 41
Hex AC A5 29

RGB Percentages of Color #aca529

%45.50
%43.65
%10.85

CMYK Percentages of Color #aca529

%0
%4
%76
%33

Triadic Colors of #aca529

#aca529 #29aca5 #a529ac

Analogous Colors of #aca529

#aca529 #72ac29 #ac6429

Monochromatic Colors of #aca529

#aca529

Complementary Color

#aca529 #2930ac

#aca529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca529 Color CSS Codes

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

#aca529 Text Font Color

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

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


#aca529 Background Color

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

This div background color is #aca529


#aca529 Border Color

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

This div border color is #aca529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca529


Comments

No comments written yet.

Please login to write comment.