Color Hex Logo

#aca670 Color Hex

#ACA670
(172,166,112)
0 Favorites   0 Comments

Color spaces of #aca670

RGB 172166112
HSL0.150.270.56
HSV54°35°67°
CMYK 0.000.030.35   0.33
XYZ33.574137.212920.7425
Yxy37.21290.36680.4066
Hunter Lab61.0024-8.512522.5414
CIE-Lab67.4365-6.192028.7767

#aca670 color RGB value is (172,166,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 01110000
Octal 254 246 160
Decimal 172 166 112
Hex AC A6 70

RGB Percentages of Color #aca670

%38.22
%36.89
%24.89

CMYK Percentages of Color #aca670

%0
%3
%35
%33

Triadic Colors of #aca670

#aca670 #70aca6 #a670ac

Analogous Colors of #aca670

#aca670 #94ac70 #ac8870

Monochromatic Colors of #aca670

#aca670

Complementary Color

#aca670 #7076ac

#aca670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca670 Color CSS Codes

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

#aca670 Text Font Color

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

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


#aca670 Background Color

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

This div background color is #aca670


#aca670 Border Color

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

This div border color is #aca670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca670


Comments

No comments written yet.

Please login to write comment.