COLOR #A594AA

HEX: #A594AA RGB: (165,148,170)

Color info

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

RGB color model

#A594AA color RGB value is (165,148,170).

RGB: (165,148,170) (65%, 58%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 170 of 255 = 67%

165
148
170

R + G + B ~ 63%. #A594AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 148 + 170 = 483 (100%)
R 165 of 483 ~ 34.16%
G 148 of 483 ~ 30.64%
B 170 of 483 ~ 35.2'%

%34.16
%30.64
%35.2

CMYK color model

#A594AA color CMYK value is (3,13,0,33).

  • cyan value is 2.94%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (3,13,0,33)
C3M13Y0K33 (3%, 13%, 0%, 33%)
(0.03 / 0.13 / 0.00 / 0.33)

CMYK percentages

%2.94
%12.94
%0
%33.33

Codes

Color #A594AA in popluar color models

A5 94 AA
RGB 165 148 170
HSL 286° 11.46% 62.35%
HSB/HSV 286° 12.94% 66.67%
CMYK 2.94% 12.94% 0.00%
33.33%

Color #A594AA in popluar number systems.

HEX A5 94 AA
Decimal 165 148 170
Binary 10100101 10010100 10101010
Octal 245 224 252

Shades and tints

Shades of #A594AA

#A594AA
(165,148,170)
#96879B
(150,135,155)
#877A8C
(135,122,140)
#786D7D
(120,109,125)
#69606E
(105,96,110)
#5A535F
(90,83,95)
#4B4650
(75,70,80)
#3C3941
(60,57,65)
#2D2C32
(45,44,50)
#1E1F23
(30,31,35)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A594AA

#A594AA
(165,148,170)
#AD9DB1
(173,157,177)
#B5A6B8
(181,166,184)
#BDAFBF
(189,175,191)
#C5B8C6
(197,184,198)
#CDC1CD
(205,193,205)
#D5CAD4
(213,202,212)
#DDD3DB
(221,211,219)
#E5DCE2
(229,220,226)
#EDE5E9
(237,229,233)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A594AA; }

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

This text font color is #A594AA.

Background Color

.myBgColor { background-color: #A594AA; }

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

This div background color is #A594AA.

Border color

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

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

This div border color is #A594AA.

Opacity

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

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

Text with #A594AA 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 #A594AA;}

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

This text has shadow with #A594AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A594AA.

Preview

Color preview on black background

This text has color #A594AA on black background.


Color preview on white background

This text has color #A594AA on white background.


Black color preview on #A594AA background

This text has black color on #A594AA background.


White color preview on #A594AA background

This text has white color on #A594AA background.


Related colors

Complementary color

Complementary color for #hex is #5A6B55.


I love getcolorcode.com

Triadic colors

1 #AAA594 and #94AAA5 with #A594AA are triadic colors.

2 #AA94A5 and #94A5AA with #A594AA are triadic colors.