Color Hex Logo

#aca260 Color Hex

#ACA260
(172,162,96)
0 Favorites   0 Comments

Color spaces of #aca260

RGB 17216296
HSL0.140.310.53
HSV52°44°67°
CMYK 0.000.060.44   0.33
XYZ32.044935.455816.2210
Yxy35.45580.38280.4235
Hunter Lab59.5448-8.140925.5297
CIE-Lab66.1020-5.889935.5316

#aca260 color RGB value is (172,162,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 01100000
Octal 254 242 140
Decimal 172 162 96
Hex AC A2 60

RGB Percentages of Color #aca260

%40.00
%37.67
%22.33

CMYK Percentages of Color #aca260

%0
%6
%44
%33

Triadic Colors of #aca260

#aca260 #60aca2 #a260ac

Analogous Colors of #aca260

#aca260 #90ac60 #ac7c60

Monochromatic Colors of #aca260

#aca260

Complementary Color

#aca260 #606aac

#aca260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca260 Color CSS Codes

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

#aca260 Text Font Color

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

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


#aca260 Background Color

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

This div background color is #aca260


#aca260 Border Color

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

This div border color is #aca260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca260


Comments

No comments written yet.

Please login to write comment.