Color Hex Logo

#acaa6c Color Hex

#ACAA6C
(172,170,108)
0 Favorites   0 Comments

Color spaces of #acaa6c

RGB 172170108
HSL0.160.280.55
HSV58°37°67°
CMYK 0.000.010.37   0.33
XYZ34.094838.602819.8415
Yxy38.60280.36840.4172
Hunter Lab62.1312-10.776724.5576
CIE-Lab68.4626-8.797132.2368

#acaa6c color RGB value is (172,170,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 01101100
Octal 254 252 154
Decimal 172 170 108
Hex AC AA 6C

RGB Percentages of Color #acaa6c

%38.22
%37.78
%24.00

CMYK Percentages of Color #acaa6c

%0
%1
%37
%33

Triadic Colors of #acaa6c

#acaa6c #6cacaa #aa6cac

Analogous Colors of #acaa6c

#acaa6c #8eac6c #ac8a6c

Monochromatic Colors of #acaa6c

#acaa6c

Complementary Color

#acaa6c #6c6eac

#acaa6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaa6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaa6c Color CSS Codes

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

#acaa6c Text Font Color

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

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


#acaa6c Background Color

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

This div background color is #acaa6c


#acaa6c Border Color

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

This div border color is #acaa6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaa6c


Comments

No comments written yet.

Please login to write comment.