Color Hex Logo

#aca776 Color Hex

#ACA776
(172,167,118)
0 Favorites   0 Comments

Color spaces of #aca776

RGB 172167118
HSL0.150.250.57
HSV54°31°67°
CMYK 0.000.030.31   0.33
XYZ34.102037.716122.6221
Yxy37.71610.36110.3994
Hunter Lab61.4134-8.355021.1495
CIE-Lab67.8109-5.963026.0462

#aca776 color RGB value is (172,167,118).

#aca776 hex color red value is 172, green value is 167 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aca776 hue: 0.15 , saturation: 0.25 and the lightness value of aca776 is 0.57.

The process color (four color CMYK) of #aca776 color hex is 0.00, 0.03, 0.31, 0.33. Web safe color of #aca776 is #999966. Color #aca776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 01110110
Octal 254 247 166
Decimal 172 167 118
Hex AC A7 76

RGB Percentages of Color #aca776

%37.64
%36.54
%25.82

CMYK Percentages of Color #aca776

%0
%3
%31
%33

Triadic Colors of #aca776

#aca776 #76aca7 #a776ac

Analogous Colors of #aca776

#aca776 #96ac76 #ac8c76

Monochromatic Colors of #aca776

#aca776

Complementary Color

#aca776 #767bac

#aca776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca776 Color CSS Codes

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

#aca776 Text Font Color

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

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


#aca776 Background Color

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

This div background color is #aca776


#aca776 Border Color

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

This div border color is #aca776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca776


Comments

No comments written yet.

Please login to write comment.