Color Hex Logo

#aca6a9 Color Hex

#ACA6A9
(172,166,169)
0 Favorites   0 Comments

Color spaces of #aca6a9

RGB 172166169
HSL0.920.030.66
HSV330°67°
CMYK 0.000.030.02   0.33
XYZ37.810938.907743.0532
Yxy38.90770.31570.3248
Hunter Lab62.3760-0.95552.7401
CIE-Lab68.68442.7116-0.7877

#aca6a9 color RGB value is (172,166,169).

#aca6a9 hex color red value is 172, green value is 166 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #aca6a9 hue: 0.92 , saturation: 0.03 and the lightness value of aca6a9 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 10101001
Octal 254 246 251
Decimal 172 166 169
Hex AC A6 A9

RGB Percentages of Color #aca6a9

%33.93
%32.74
%33.33

CMYK Percentages of Color #aca6a9

%0
%3
%2
%33

Triadic Colors of #aca6a9

#aca6a9 #a9aca6 #a6a9ac

Analogous Colors of #aca6a9

#aca6a9 #aca6a6 #aca6ac

Monochromatic Colors of #aca6a9

#aca6a9

Complementary Color

#aca6a9 #a6aca9

#aca6a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca6a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca6a9 Color CSS Codes

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

#aca6a9 Text Font Color

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

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


#aca6a9 Background Color

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

This div background color is #aca6a9


#aca6a9 Border Color

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

This div border color is #aca6a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca6a9


Comments

No comments written yet.

Please login to write comment.