COLOR #A592A1

HEX: #A592A1
RGB: (165,146,161)

Color info

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

RGB color model

#A592A1 color RGB value is (165,146,161).

  • red value is 165;
  • green value is 146;
  • blue value is 161.
RGB:
(165,146,161)
(65%,57%,63%)

RGB channels and saturation

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

165
146
161

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

Portions of RGB colors in percentages

R + G + B =
165 + 146 + 161 = 472 (100%)
R 165 of 472 ~ 34.96%
G 146 of 472 ~ 30.93%
B 161 of 472 ~ 34.11%

%34.96
%30.93
%34.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.52%
  • 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
%11.52
%2.42
%35.29

Codes

Color #A592A1 in popluar color models

A592A1
RGB165146161
HSL313°9.55%60.98%
HSB/HSV313°11.52%64.71%
CMYK0.00%11.52%2.42%
35.29%

Color #A592A1 in popluar number systems.

HEXA592A1
Decimal165146161
Binary101001011001001010100001
Octal245222241

Shades and tints

Shades of #A592A1

#A592A1
(165,146,161)
#968593
(150,133,147)
#877885
(135,120,133)
#786B77
(120,107,119)
#695E69
(105,94,105)
#5A515B
(90,81,91)
#4B444D
(75,68,77)
#3C373F
(60,55,63)
#2D2A31
(45,42,49)
#1E1D23
(30,29,35)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #A592A1

#A592A1
(165,146,161)
#AD9BA9
(173,155,169)
#B5A4B1
(181,164,177)
#BDADB9
(189,173,185)
#C5B6C1
(197,182,193)
#CDBFC9
(205,191,201)
#D5C8D1
(213,200,209)
#DDD1D9
(221,209,217)
#E5DAE1
(229,218,225)
#EDE3E9
(237,227,233)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A592A1; }

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

This text font color is #A592A1.


Background Color

.myBgColor { background-color: #A592A1; }

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

This div background color is #A592A1.


Border color

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

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

This div border color is #A592A1.


Opacity

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

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

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

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

This text has shadow with #A592A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A592A1 on black background.


Color preview on white background

This text has color #A592A1 on white background.



Black color preview on #A592A1 background

This text has black color on #A592A1 background.


White color preview on #A592A1 background

This text has white color on #A592A1 background.