Color Hex Logo

#aca070 Color Hex

#ACA070
(172,160,112)
0 Favorites   0 Comments

Color spaces of #aca070

RGB 172160112
HSL0.130.270.56
HSV48°35°67°
CMYK 0.000.070.35   0.33
XYZ32.508735.082120.3874
Yxy35.08210.36950.3988
Hunter Lab59.2301-5.682321.0531
CIE-Lab65.8125-2.971326.6373

#aca070 color RGB value is (172,160,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 01110000
Octal 254 240 160
Decimal 172 160 112
Hex AC A0 70

RGB Percentages of Color #aca070

%38.74
%36.04
%25.23

CMYK Percentages of Color #aca070

%0
%7
%35
%33

Triadic Colors of #aca070

#aca070 #70aca0 #a070ac

Analogous Colors of #aca070

#aca070 #9aac70 #ac8270

Monochromatic Colors of #aca070

#aca070

Complementary Color

#aca070 #707cac

#aca070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca070 Color CSS Codes

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

#aca070 Text Font Color

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

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


#aca070 Background Color

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

This div background color is #aca070


#aca070 Border Color

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

This div border color is #aca070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca070


Comments

No comments written yet.

Please login to write comment.