Color Hex Logo

#aca516 Color Hex

#ACA516
(172,165,22)
0 Favorites   0 Comments

Color spaces of #aca516

RGB 17216522
HSL0.160.770.38
HSV57°87°67°
CMYK 0.000.040.87   0.33
XYZ30.613235.73896.0439
Yxy35.73890.42290.4937
Hunter Lab59.7820-13.212235.8533
CIE-Lab66.3199-12.091065.6383

#aca516 color RGB value is (172,165,22).

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

The process color (four color CMYK) of #aca516 color hex is 0.00, 0.04, 0.87, 0.33. Web safe color of #aca516 is #999900. Color #aca516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 00010110
Octal 254 245 26
Decimal 172 165 22
Hex AC A5 16

RGB Percentages of Color #aca516

%47.91
%45.96
%6.13

CMYK Percentages of Color #aca516

%0
%4
%87
%33

Triadic Colors of #aca516

#aca516 #16aca5 #a516ac

Analogous Colors of #aca516

#aca516 #68ac16 #ac5a16

Monochromatic Colors of #aca516

#aca516

Complementary Color

#aca516 #161dac

#aca516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca516 Color CSS Codes

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

#aca516 Text Font Color

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

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


#aca516 Background Color

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

This div background color is #aca516


#aca516 Border Color

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

This div border color is #aca516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca516


Comments

No comments written yet.

Please login to write comment.