Color Hex Logo

#aac6ac Color Hex

#AAC6AC
(170,198,172)
0 Favorites   0 Comments

Color spaces of #aac6ac

RGB 170198172
HSL0.350.200.72
HSV124°14°78°
CMYK 0.140.000.13   0.22
XYZ44.218051.912846.7194
Yxy51.91280.30950.3634
Hunter Lab72.0505-16.541511.9902
CIE-Lab77.2287-14.42049.8901

#aac6ac color RGB value is (170,198,172).

#aac6ac hex color red value is 170, green value is 198 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aac6ac hue: 0.35 , saturation: 0.20 and the lightness value of aac6ac is 0.72.

The process color (four color CMYK) of #aac6ac color hex is 0.14, 0.00, 0.13, 0.22. Web safe color of #aac6ac is #99cc99. Color #aac6ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 10101100
Octal 252 306 254
Decimal 170 198 172
Hex AA C6 AC

RGB Percentages of Color #aac6ac

%31.48
%36.67
%31.85

CMYK Percentages of Color #aac6ac

%14
%0
%13
%22

Triadic Colors of #aac6ac

#aac6ac #acaac6 #c6acaa

Analogous Colors of #aac6ac

#aac6ac #aac6ba #b6c6aa

Monochromatic Colors of #aac6ac

#aac6ac

Complementary Color

#aac6ac #c6aac4

#aac6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac6ac Color CSS Codes

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

#aac6ac Text Font Color

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

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


#aac6ac Background Color

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

This div background color is #aac6ac


#aac6ac Border Color

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

This div border color is #aac6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac6ac


Comments

No comments written yet.

Please login to write comment.