Color Hex Logo

#aca964 Color Hex

#ACA964
(172,169,100)
0 Favorites   0 Comments

Color spaces of #aca964

RGB 172169100
HSL0.160.300.53
HSV58°42°67°
CMYK 0.000.020.42   0.33
XYZ33.501538.066717.6385
Yxy38.06670.37550.4267
Hunter Lab61.6982-11.048226.2387
CIE-Lab68.0697-9.176735.9217

#aca964 color RGB value is (172,169,100).

#aca964 hex color red value is 172, green value is 169 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aca964 hue: 0.16 , saturation: 0.30 and the lightness value of aca964 is 0.53.

The process color (four color CMYK) of #aca964 color hex is 0.00, 0.02, 0.42, 0.33. Web safe color of #aca964 is #999966. Color #aca964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01100100
Octal 254 251 144
Decimal 172 169 100
Hex AC A9 64

RGB Percentages of Color #aca964

%39.00
%38.32
%22.68

CMYK Percentages of Color #aca964

%0
%2
%42
%33

Triadic Colors of #aca964

#aca964 #64aca9 #a964ac

Analogous Colors of #aca964

#aca964 #8bac64 #ac8564

Monochromatic Colors of #aca964

#aca964

Complementary Color

#aca964 #6467ac

#aca964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca964 Color CSS Codes

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

#aca964 Text Font Color

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

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


#aca964 Background Color

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

This div background color is #aca964


#aca964 Border Color

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

This div border color is #aca964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca964


Comments

No comments written yet.

Please login to write comment.