Color Hex Logo

#aca564 Color Hex

#ACA564
(172,165,100)
0 Favorites   0 Comments

Color spaces of #aca564

RGB 172165100
HSL0.150.300.53
HSV54°42°67°
CMYK 0.000.040.42   0.33
XYZ32.768636.601017.3942
Yxy36.60100.37770.4218
Hunter Lab60.4988-9.189925.3025
CIE-Lab66.9766-7.059434.5427

#aca564 color RGB value is (172,165,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 01100100
Octal 254 245 144
Decimal 172 165 100
Hex AC A5 64

RGB Percentages of Color #aca564

%39.36
%37.76
%22.88

CMYK Percentages of Color #aca564

%0
%4
%42
%33

Triadic Colors of #aca564

#aca564 #64aca5 #a564ac

Analogous Colors of #aca564

#aca564 #8fac64 #ac8164

Monochromatic Colors of #aca564

#aca564

Complementary Color

#aca564 #646bac

#aca564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca564 Color CSS Codes

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

#aca564 Text Font Color

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

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


#aca564 Background Color

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

This div background color is #aca564


#aca564 Border Color

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

This div border color is #aca564


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,165,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 #aca564">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca564

#aca564 Color Palettes


Comments

No comments written yet.

Please login to write comment.