Color Hex Logo

#aca528 Color Hex

#ACA528
(172,165,40)
0 Favorites   0 Comments

Color spaces of #aca528

RGB 17216540
HSL0.160.620.42
HSV57°77°67°
CMYK 0.000.040.77   0.33
XYZ30.851435.83417.2981
Yxy35.83410.41700.4844
Hunter Lab59.8616-12.762734.6747
CIE-Lab66.3930-11.519260.8150

#aca528 color RGB value is (172,165,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 00101000
Octal 254 245 50
Decimal 172 165 40
Hex AC A5 28

RGB Percentages of Color #aca528

%45.62
%43.77
%10.61

CMYK Percentages of Color #aca528

%0
%4
%77
%33

Triadic Colors of #aca528

#aca528 #28aca5 #a528ac

Analogous Colors of #aca528

#aca528 #71ac28 #ac6328

Monochromatic Colors of #aca528

#aca528

Complementary Color

#aca528 #282fac

#aca528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca528 Color CSS Codes

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

#aca528 Text Font Color

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

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


#aca528 Background Color

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

This div background color is #aca528


#aca528 Border Color

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

This div border color is #aca528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca528


Comments

No comments written yet.

Please login to write comment.