Color Hex Logo

#aca460 Color Hex

#ACA460
(172,164,96)
0 Favorites   0 Comments

Color spaces of #aca460

RGB 17216496
HSL0.150.310.53
HSV54°44°67°
CMYK 0.000.050.44   0.33
XYZ32.400036.166116.3394
Yxy36.16610.38160.4260
Hunter Lab60.1383-9.073625.9878
CIE-Lab66.6466-6.956736.2133

#aca460 color RGB value is (172,164,96).

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

The process color (four color CMYK) of #aca460 color hex is 0.00, 0.05, 0.44, 0.33. Web safe color of #aca460 is #999966. Color #aca460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 01100000
Octal 254 244 140
Decimal 172 164 96
Hex AC A4 60

RGB Percentages of Color #aca460

%39.81
%37.96
%22.22

CMYK Percentages of Color #aca460

%0
%5
%44
%33

Triadic Colors of #aca460

#aca460 #60aca4 #a460ac

Analogous Colors of #aca460

#aca460 #8eac60 #ac7e60

Monochromatic Colors of #aca460

#aca460

Complementary Color

#aca460 #6068ac

#aca460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca460 Color CSS Codes

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

#aca460 Text Font Color

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

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


#aca460 Background Color

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

This div background color is #aca460


#aca460 Border Color

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

This div border color is #aca460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca460


Comments

No comments written yet.

Please login to write comment.