COLOR #A591A1

HEX: #A591A1 RGB: (165,145,161)

Color info

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

RGB color model

#A591A1 color RGB value is (165,145,161).

RGB: (165,145,161) (65%, 57%, 63%)

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 161 of 255 = 63%

165
145
161

R + G + B ~ 62%. #A591A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 145 + 161 = 471 (100%)
R 165 of 471 ~ 35.03%
G 145 of 471 ~ 30.79%
B 161 of 471 ~ 34.18'%

%35.03
%30.79
%34.18

CMYK color model

#A591A1 color CMYK value is (0,12,2,35).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 2.42%
  • key color value is 35.29%

CMYK: (0,12,2,35)
C0M12Y2K35 (0%, 12%, 2%, 35%)
(0.00 / 0.12 / 0.02 / 0.35)

CMYK percentages

%0
%12.12
%2.42
%35.29

Codes

Color #A591A1 in popluar color models

A5 91 A1
RGB 165 145 161
HSL 312° 10.00% 60.78%
HSB/HSV 312° 12.12% 64.71%
CMYK 0.00% 12.12% 2.42%
35.29%

Color #A591A1 in popluar number systems.

HEX A5 91 A1
Decimal 165 145 161
Binary 10100101 10010001 10100001
Octal 245 221 241

Shades and tints

Shades of #A591A1

#A591A1
(165,145,161)
#968493
(150,132,147)
#877785
(135,119,133)
#786A77
(120,106,119)
#695D69
(105,93,105)
#5A505B
(90,80,91)
#4B434D
(75,67,77)
#3C363F
(60,54,63)
#2D2931
(45,41,49)
#1E1C23
(30,28,35)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #A591A1

#A591A1
(165,145,161)
#AD9BA9
(173,155,169)
#B5A5B1
(181,165,177)
#BDAFB9
(189,175,185)
#C5B9C1
(197,185,193)
#CDC3C9
(205,195,201)
#D5CDD1
(213,205,209)
#DDD7D9
(221,215,217)
#E5E1E1
(229,225,225)
#EDEBE9
(237,235,233)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A591A1 color. Also use rgb(165,145,161) instead hex code.

Text Font Color

.myTextColor { color: #A591A1; }

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

This text font color is #A591A1.

Background Color

.myBgColor { background-color: #A591A1; }

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

This div background color is #A591A1.

Border color

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

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

This div border color is #A591A1.

Opacity

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

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

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

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

This text has shadow with #A591A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A591A1.

Preview

Color preview on black background

This text has color #A591A1 on black background.


Color preview on white background

This text has color #A591A1 on white background.


Black color preview on #A591A1 background

This text has black color on #A591A1 background.


White color preview on #A591A1 background

This text has white color on #A591A1 background.


Related colors

Complementary color

Complementary color for #hex is #5A6E5E.


I love getcolorcode.com

Triadic colors

1 #A1A591 and #91A1A5 with #A591A1 are triadic colors.

2 #A191A5 and #91A5A1 with #A591A1 are triadic colors.