Color Hex Logo

#aca07d Color Hex

#ACA07D
(172,160,125)
0 Favorites   0 Comments

Color spaces of #aca07d

RGB 172160125
HSL0.120.220.58
HSV45°27°67°
CMYK 0.000.070.27   0.33
XYZ33.285735.392924.4792
Yxy35.39290.35730.3799
Hunter Lab59.4919-4.240217.2482
CIE-Lab66.0534-1.245719.8596

#aca07d color RGB value is (172,160,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100000 01111101
Octal 254 240 175
Decimal 172 160 125
Hex AC A0 7D

RGB Percentages of Color #aca07d

%37.64
%35.01
%27.35

CMYK Percentages of Color #aca07d

%0
%7
%27
%33

Triadic Colors of #aca07d

#aca07d #7daca0 #a07dac

Analogous Colors of #aca07d

#aca07d #a1ac7d #ac897d

Monochromatic Colors of #aca07d

#aca07d

Complementary Color

#aca07d #7d89ac

#aca07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca07d Color CSS Codes

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

#aca07d Text Font Color

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

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


#aca07d Background Color

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

This div background color is #aca07d


#aca07d Border Color

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

This div border color is #aca07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca07d

#aca07d Color Palettes


Comments

No comments written yet.

Please login to write comment.