Color Hex Logo

#aca64f Color Hex

#ACA64F
(172,166,79)
0 Favorites   0 Comments

Color spaces of #aca64f

RGB 17216679
HSL0.160.370.49
HSV56°54°67°
CMYK 0.000.030.54   0.33
XYZ32.060836.607612.7733
Yxy36.60760.39370.4495
Hunter Lab60.5042-11.296429.8360
CIE-Lab66.9816-9.623645.1653

#aca64f color RGB value is (172,166,79).

#aca64f hex color red value is 172, green value is 166 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aca64f hue: 0.16 , saturation: 0.37 and the lightness value of aca64f is 0.49.

The process color (four color CMYK) of #aca64f color hex is 0.00, 0.03, 0.54, 0.33. Web safe color of #aca64f is #999966. Color #aca64f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 01001111
Octal 254 246 117
Decimal 172 166 79
Hex AC A6 4F

RGB Percentages of Color #aca64f

%41.25
%39.81
%18.94

CMYK Percentages of Color #aca64f

%0
%3
%54
%33

Triadic Colors of #aca64f

#aca64f #4faca6 #a64fac

Analogous Colors of #aca64f

#aca64f #84ac4f #ac784f

Monochromatic Colors of #aca64f

#aca64f

Complementary Color

#aca64f #4f55ac

#aca64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca64f Color CSS Codes

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

#aca64f Text Font Color

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

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


#aca64f Background Color

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

This div background color is #aca64f


#aca64f Border Color

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

This div border color is #aca64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca64f


Comments

No comments written yet.

Please login to write comment.