Color Hex Logo

#ac90aa Color Hex

#AC90AA
(172,144,170)
0 Favorites   0 Comments

Color spaces of #ac90aa

RGB 172144170
HSL0.850.140.62
HSV304°16°67°
CMYK 0.000.160.01   0.33
XYZ34.242231.619542.3286
Yxy31.61950.31650.2923
Hunter Lab56.231210.2936-5.2693
CIE-Lab63.027215.1426-9.7133

#ac90aa color RGB value is (172,144,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010000 10101010
Octal 254 220 252
Decimal 172 144 170
Hex AC 90 AA

RGB Percentages of Color #ac90aa

%35.39
%29.63
%34.98

CMYK Percentages of Color #ac90aa

%0
%16
%1
%33

Triadic Colors of #ac90aa

#ac90aa #aaac90 #90aaac

Analogous Colors of #ac90aa

#ac90aa #ac909c #a090ac

Monochromatic Colors of #ac90aa

#ac90aa

Complementary Color

#ac90aa #90ac92

#ac90aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac90aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac90aa Color CSS Codes

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

#ac90aa Text Font Color

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

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


#ac90aa Background Color

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

This div background color is #ac90aa


#ac90aa Border Color

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

This div border color is #ac90aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac90aa


Comments

No comments written yet.

Please login to write comment.