Color Hex Logo

#aca970 Color Hex

#ACA970
(172,169,112)
0 Favorites   0 Comments

Color spaces of #aca970

RGB 172169112
HSL0.160.270.56
HSV57°35°67°
CMYK 0.000.020.35   0.33
XYZ34.125938.316420.9264
Yxy38.31640.36550.4104
Hunter Lab61.9002-9.917523.2862
CIE-Lab68.2532-7.786529.8457

#aca970 color RGB value is (172,169,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01110000
Octal 254 251 160
Decimal 172 169 112
Hex AC A9 70

RGB Percentages of Color #aca970

%37.97
%37.31
%24.72

CMYK Percentages of Color #aca970

%0
%2
%35
%33

Triadic Colors of #aca970

#aca970 #70aca9 #a970ac

Analogous Colors of #aca970

#aca970 #91ac70 #ac8b70

Monochromatic Colors of #aca970

#aca970

Complementary Color

#aca970 #7073ac

#aca970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca970 Color CSS Codes

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

#aca970 Text Font Color

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

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


#aca970 Background Color

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

This div background color is #aca970


#aca970 Border Color

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

This div border color is #aca970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca970


Comments

No comments written yet.

Please login to write comment.