Color Hex Logo

#aca07c Color Hex

#ACA07C
(172,160,124)
0 Favorites   0 Comments

Color spaces of #aca07c

RGB 172160124
HSL0.130.220.58
HSV45°28°67°
CMYK 0.000.070.28   0.33
XYZ33.222235.367524.1444
Yxy35.36750.35830.3814
Hunter Lab59.4706-4.357617.5583
CIE-Lab66.0338-1.385320.3827

#aca07c color RGB value is (172,160,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 01111100
Octal 254 240 174
Decimal 172 160 124
Hex AC A0 7C

RGB Percentages of Color #aca07c

%37.72
%35.09
%27.19

CMYK Percentages of Color #aca07c

%0
%7
%28
%33

Triadic Colors of #aca07c

#aca07c #7caca0 #a07cac

Analogous Colors of #aca07c

#aca07c #a0ac7c #ac887c

Monochromatic Colors of #aca07c

#aca07c

Complementary Color

#aca07c #7c88ac

#aca07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca07c Color CSS Codes

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

#aca07c Text Font Color

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

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


#aca07c Background Color

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

This div background color is #aca07c


#aca07c Border Color

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

This div border color is #aca07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca07c


Comments

No comments written yet.

Please login to write comment.