COLOR #A594AE

HEX: #A594AE
RGB: (165,148,174)

Color info

#A594AE contains red, green and blue colors in about the same proportion. Web safe color of #A594AE is #999999 (or #999).

RGB color model

#A594AE color RGB value is (165,148,174).

  • red value is 165;
  • green value is 148;
  • blue value is 174.
RGB:
(165,148,174)
(65%,58%,68%)

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 174 of 255 = 68%

165
148
174

R + G + B ~ 64%. #A594AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 174 = 487 (100%)
R 165 of 487 ~ 33.88%
G 148 of 487 ~ 30.39%
B 174 of 487 ~ 35.73%

%33.88
%30.39
%35.73

CMYK color model

#A594AE color CMYK value is (5,15,0,32).

  • cyan value is 5.17%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,15,0,32)
C5M15Y0K32 
(5%,15%,0%,32%)
(0.05/0.15/0.00/0.32)	

CMYK percentages

%5.17
%14.94
%0
%31.76

Codes

Color #A594AE in popluar color models

A594AE
RGB165148174
HSL279°13.83%63.14%
HSB/HSV279°14.94%68.24%
CMYK5.17%14.94%0.00%
31.76%

Color #A594AE in popluar number systems.

HEXA594AE
Decimal165148174
Binary101001011001010010101110
Octal245224256

Shades and tints

Shades of #A594AE

#A594AE
(165,148,174)
#96879F
(150,135,159)
#877A90
(135,122,144)
#786D81
(120,109,129)
#696072
(105,96,114)
#5A5363
(90,83,99)
#4B4654
(75,70,84)
#3C3945
(60,57,69)
#2D2C36
(45,44,54)
#1E1F27
(30,31,39)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #A594AE

#A594AE
(165,148,174)
#AD9DB5
(173,157,181)
#B5A6BC
(181,166,188)
#BDAFC3
(189,175,195)
#C5B8CA
(197,184,202)
#CDC1D1
(205,193,209)
#D5CAD8
(213,202,216)
#DDD3DF
(221,211,223)
#E5DCE6
(229,220,230)
#EDE5ED
(237,229,237)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A594AE color. Also use rgb(165,148,174) instead hex code.

Text Font Color

.myTextColor { color: #A594AE; }

<p style="color:#A594AE">This sample text font color is #A594AE.</p>

This text font color is #A594AE.


Background Color

.myBgColor { background-color: #A594AE; }

<div style="background-color:#A594AE">Inner text</div>

This div background color is #A594AE.


Border color

.myBorderColor { border: 1px solid #A594AE; }

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

This div border color is #A594AE.


Opacity

.myOpacity80 { color: #A594AE; opacity: 0.8; }

<p style="color:#A594AE;opacity:0.8;">80%</p>

Text with #A594AE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A594AE;}

<p style="text-shadow: 3px 3px 1px #A594AE">Text here.</p>

This text has shadow with #A594AE color.

.textShadow {text-shadow: 3px 3px 1px #A594AE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A594AE, 5px 5px 20px red">Text here.</p>

This text has shadow with #A594AE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A594AE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A594AE, Direction=45, Strength=4)">Text</p>

This text has shadow with #A594AE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A594AE;
  -webkit-box-shadow:	1px 1px 3px 2px #A594AE;
  box-shadow:		1px 1px 3px 2px #A594AE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A594AE;
-webkit-box-shadow: 1px 1px 3px 2px #A594AE;
box-shadow:1px 1px 3px 2px #A594AE;">
Div content here</div>
This div box has shadow with color #A594AE.

Preview

Color preview on black background

This text has color #A594AE on black background.


Color preview on white background

This text has color #A594AE on white background.



Black color preview on #A594AE background

This text has black color on #A594AE background.


White color preview on #A594AE background

This text has white color on #A594AE background.