Color Hex Logo

#aca072 Color Hex

#ACA072
(172,160,114)
0 Favorites   0 Comments

Color spaces of #aca072

RGB 172160114
HSL0.130.260.56
HSV48°34°67°
CMYK 0.000.070.34   0.33
XYZ32.621335.127220.9805
Yxy35.12720.36770.3959
Hunter Lab59.2682-5.472720.4995
CIE-Lab65.8476-2.719125.5988

#aca072 color RGB value is (172,160,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 01110010
Octal 254 240 162
Decimal 172 160 114
Hex AC A0 72

RGB Percentages of Color #aca072

%38.57
%35.87
%25.56

CMYK Percentages of Color #aca072

%0
%7
%34
%33

Triadic Colors of #aca072

#aca072 #72aca0 #a072ac

Analogous Colors of #aca072

#aca072 #9bac72 #ac8372

Monochromatic Colors of #aca072

#aca072

Complementary Color

#aca072 #727eac

#aca072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca072 Color CSS Codes

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

#aca072 Text Font Color

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

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


#aca072 Background Color

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

This div background color is #aca072


#aca072 Border Color

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

This div border color is #aca072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca072


Comments

No comments written yet.

Please login to write comment.