Color Hex Logo

#aca06c Color Hex

#ACA06C
(172,160,108)
0 Favorites   0 Comments

Color spaces of #aca06c

RGB 172160108
HSL0.140.280.55
HSV49°37°67°
CMYK 0.000.070.37   0.33
XYZ32.290834.995019.2402
Yxy34.99500.37320.4044
Hunter Lab59.1566-6.089222.1260
CIE-Lab65.7448-3.462228.7082

#aca06c color RGB value is (172,160,108).

#aca06c hex color red value is 172, green value is 160 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aca06c hue: 0.14 , saturation: 0.28 and the lightness value of aca06c is 0.55.

The process color (four color CMYK) of #aca06c color hex is 0.00, 0.07, 0.37, 0.33. Web safe color of #aca06c is #999966. Color #aca06c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 01101100
Octal 254 240 154
Decimal 172 160 108
Hex AC A0 6C

RGB Percentages of Color #aca06c

%39.09
%36.36
%24.55

CMYK Percentages of Color #aca06c

%0
%7
%37
%33

Triadic Colors of #aca06c

#aca06c #6caca0 #a06cac

Analogous Colors of #aca06c

#aca06c #98ac6c #ac806c

Monochromatic Colors of #aca06c

#aca06c

Complementary Color

#aca06c #6c78ac

#aca06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca06c Color CSS Codes

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

#aca06c Text Font Color

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

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


#aca06c Background Color

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

This div background color is #aca06c


#aca06c Border Color

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

This div border color is #aca06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca06c


Comments

No comments written yet.

Please login to write comment.