COLOR #A595AE

HEX: #A595AE RGB: (165,149,174)

Color info

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

RGB color model

#A595AE color RGB value is (165,149,174).

RGB: (165,149,174) (65%, 58%, 68%)

RGB channels and saturation

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

165
149
174

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

Portions of RGB colors in percentages

R + G + B = 165 + 149 + 174 = 488 (100%)
R 165 of 488 ~ 33.81%
G 149 of 488 ~ 30.53%
B 174 of 488 ~ 35.66'%

%33.81
%30.53
%35.66

CMYK color model

#A595AE color CMYK value is (5,14,0,32).

  • cyan value is 5.17%
  • magenta value is 14.37%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (5,14,0,32)
C5M14Y0K32 (5%, 14%, 0%, 32%)
(0.05 / 0.14 / 0.00 / 0.32)

CMYK percentages

%5.17
%14.37
%0
%31.76

Codes

Color #A595AE in popluar color models

A5 95 AE
RGB 165 149 174
HSL 278° 13.37% 63.33%
HSB/HSV 278° 14.37% 68.24%
CMYK 5.17% 14.37% 0.00%
31.76%

Color #A595AE in popluar number systems.

HEX A5 95 AE
Decimal 165 149 174
Binary 10100101 10010101 10101110
Octal 245 225 256

Shades and tints

Shades of #A595AE

#A595AE
(165,149,174)
#96889F
(150,136,159)
#877B90
(135,123,144)
#786E81
(120,110,129)
#696172
(105,97,114)
#5A5463
(90,84,99)
#4B4754
(75,71,84)
#3C3A45
(60,58,69)
#2D2D36
(45,45,54)
#1E2027
(30,32,39)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #A595AE

#A595AE
(165,149,174)
#AD9EB5
(173,158,181)
#B5A7BC
(181,167,188)
#BDB0C3
(189,176,195)
#C5B9CA
(197,185,202)
#CDC2D1
(205,194,209)
#D5CBD8
(213,203,216)
#DDD4DF
(221,212,223)
#E5DDE6
(229,221,230)
#EDE6ED
(237,230,237)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A595AE; }

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

This text font color is #A595AE.

Background Color

.myBgColor { background-color: #A595AE; }

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

This div background color is #A595AE.

Border color

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

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

This div border color is #A595AE.

Opacity

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

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

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

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

This text has shadow with #A595AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A595AE.

Preview

Color preview on black background

This text has color #A595AE on black background.


Color preview on white background

This text has color #A595AE on white background.


Black color preview on #A595AE background

This text has black color on #A595AE background.


White color preview on #A595AE background

This text has white color on #A595AE background.


Related colors

Complementary color

Complementary color for #hex is #5A6A51.


I love getcolorcode.com

Triadic colors

1 #AEA595 and #95AEA5 with #A595AE are triadic colors.

2 #AE95A5 and #95A5AE with #A595AE are triadic colors.