Color Hex Logo

#aca690 Color Hex

#ACA690
(172,166,144)
0 Favorites   0 Comments

Color spaces of #aca690

RGB 172166144
HSL0.130.140.62
HSV47°16°67°
CMYK 0.000.030.16   0.33
XYZ35.683538.056731.8505
Yxy38.05670.33790.3604
Hunter Lab61.6901-4.707712.5718
CIE-Lab68.0624-1.637712.1706

#aca690 color RGB value is (172,166,144).

#aca690 hex color red value is 172, green value is 166 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aca690 hue: 0.13 , saturation: 0.14 and the lightness value of aca690 is 0.62.

The process color (four color CMYK) of #aca690 color hex is 0.00, 0.03, 0.16, 0.33. Web safe color of #aca690 is #999999. Color #aca690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 10010000
Octal 254 246 220
Decimal 172 166 144
Hex AC A6 90

RGB Percentages of Color #aca690

%35.68
%34.44
%29.88

CMYK Percentages of Color #aca690

%0
%3
%16
%33

Triadic Colors of #aca690

#aca690 #90aca6 #a690ac

Analogous Colors of #aca690

#aca690 #a4ac90 #ac9890

Monochromatic Colors of #aca690

#aca690

Complementary Color

#aca690 #9096ac

#aca690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca690 Color CSS Codes

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

#aca690 Text Font Color

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

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


#aca690 Background Color

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

This div background color is #aca690


#aca690 Border Color

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

This div border color is #aca690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca690


Comments

No comments written yet.

Please login to write comment.