Color Hex Logo

#aca576 Color Hex

#ACA576
(172,165,118)
0 Favorites   0 Comments

Color spaces of #aca576

RGB 172165118
HSL0.150.250.57
HSV52°31°67°
CMYK 0.000.040.31   0.33
XYZ33.738436.988922.5009
Yxy36.98890.36190.3968
Hunter Lab60.8185-7.411420.6375
CIE-Lab67.2687-4.893425.3234

#aca576 color RGB value is (172,165,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 01110110
Octal 254 245 166
Decimal 172 165 118
Hex AC A5 76

RGB Percentages of Color #aca576

%37.80
%36.26
%25.93

CMYK Percentages of Color #aca576

%0
%4
%31
%33

Triadic Colors of #aca576

#aca576 #76aca5 #a576ac

Analogous Colors of #aca576

#aca576 #98ac76 #ac8a76

Monochromatic Colors of #aca576

#aca576

Complementary Color

#aca576 #767dac

#aca576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca576 Color CSS Codes

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

#aca576 Text Font Color

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

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


#aca576 Background Color

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

This div background color is #aca576


#aca576 Border Color

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

This div border color is #aca576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca576


Comments

No comments written yet.

Please login to write comment.