Color Hex Logo

#aca68c Color Hex

#ACA68C
(172,166,140)
0 Favorites   0 Comments

Color spaces of #aca68c

RGB 172166140
HSL0.140.160.61
HSV49°19°67°
CMYK 0.000.030.19   0.33
XYZ35.383137.936530.2685
Yxy37.93650.34160.3662
Hunter Lab61.5926-5.244213.9779
CIE-Lab67.9738-2.270814.2534

#aca68c color RGB value is (172,166,140).

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

The process color (four color CMYK) of #aca68c color hex is 0.00, 0.03, 0.19, 0.33. Web safe color of #aca68c is #999999. Color #aca68c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 10001100
Octal 254 246 214
Decimal 172 166 140
Hex AC A6 8C

RGB Percentages of Color #aca68c

%35.98
%34.73
%29.29

CMYK Percentages of Color #aca68c

%0
%3
%19
%33

Triadic Colors of #aca68c

#aca68c #8caca6 #a68cac

Analogous Colors of #aca68c

#aca68c #a2ac8c #ac968c

Monochromatic Colors of #aca68c

#aca68c

Complementary Color

#aca68c #8c92ac

#aca68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca68c Color CSS Codes

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

#aca68c Text Font Color

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

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


#aca68c Background Color

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

This div background color is #aca68c


#aca68c Border Color

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

This div border color is #aca68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca68c


Comments

No comments written yet.

Please login to write comment.