Color Hex Logo

#aca959 Color Hex

#ACA959
(172,169,89)
0 Favorites   0 Comments

Color spaces of #aca959

RGB 17216989
HSL0.160.330.51
HSV58°48°67°
CMYK 0.000.020.48   0.33
XYZ33.004437.867915.0209
Yxy37.86790.38420.4409
Hunter Lab61.5369-11.953828.6034
CIE-Lab67.9231-10.300441.3534

#aca959 color RGB value is (172,169,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01011001
Octal 254 251 131
Decimal 172 169 89
Hex AC A9 59

RGB Percentages of Color #aca959

%40.00
%39.30
%20.70

CMYK Percentages of Color #aca959

%0
%2
%48
%33

Triadic Colors of #aca959

#aca959 #59aca9 #a959ac

Analogous Colors of #aca959

#aca959 #86ac59 #ac8059

Monochromatic Colors of #aca959

#aca959

Complementary Color

#aca959 #595cac

#aca959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca959 Color CSS Codes

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

#aca959 Text Font Color

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

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


#aca959 Background Color

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

This div background color is #aca959


#aca959 Border Color

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

This div border color is #aca959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca959


Comments

No comments written yet.

Please login to write comment.