Color Hex Logo

#aca974 Color Hex

#ACA974
(172,169,116)
0 Favorites   0 Comments

Color spaces of #aca974

RGB 172169116
HSL0.160.250.56
HSV57°33°67°
CMYK 0.000.020.33   0.33
XYZ34.353638.407522.1258
Yxy38.40750.36200.4048
Hunter Lab61.9738-9.507222.2140
CIE-Lab68.3199-7.285527.7965

#aca974 color RGB value is (172,169,116).

#aca974 hex color red value is 172, green value is 169 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aca974 hue: 0.16 , saturation: 0.25 and the lightness value of aca974 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01110100
Octal 254 251 164
Decimal 172 169 116
Hex AC A9 74

RGB Percentages of Color #aca974

%37.64
%36.98
%25.38

CMYK Percentages of Color #aca974

%0
%2
%33
%33

Triadic Colors of #aca974

#aca974 #74aca9 #a974ac

Analogous Colors of #aca974

#aca974 #93ac74 #ac8d74

Monochromatic Colors of #aca974

#aca974

Complementary Color

#aca974 #7477ac

#aca974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca974 Color CSS Codes

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

#aca974 Text Font Color

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

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


#aca974 Background Color

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

This div background color is #aca974


#aca974 Border Color

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

This div border color is #aca974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca974


Comments

No comments written yet.

Please login to write comment.