COLOR #A5949F

HEX: #A5949F RGB: (165,148,159)

Color info

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

RGB color model

#A5949F color RGB value is (165,148,159).

RGB: (165,148,159) (65%, 58%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 159 of 255 = 62%

165
148
159

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

Portions of RGB colors in percentages

R + G + B = 165 + 148 + 159 = 472 (100%)
R 165 of 472 ~ 34.96%
G 148 of 472 ~ 31.36%
B 159 of 472 ~ 33.69'%

%34.96
%31.36
%33.69

CMYK color model

#A5949F color CMYK value is (0,10,4,35).

  • cyan value is 0.00%
  • magenta value is 10.30%
  • yellow value is 3.64%
  • key color value is 35.29%

CMYK: (0,10,4,35)
C0M10Y4K35 (0%, 10%, 4%, 35%)
(0.00 / 0.10 / 0.04 / 0.35)

CMYK percentages

%0
%10.3
%3.64
%35.29

Codes

Color #A5949F in popluar color models

A5 94 9F
RGB 165 148 159
HSL 321° 8.63% 61.37%
HSB/HSV 321° 10.30% 64.71%
CMYK 0.00% 10.30% 3.64%
35.29%

Color #A5949F in popluar number systems.

HEX A5 94 9F
Decimal 165 148 159
Binary 10100101 10010100 10011111
Octal 245 224 237

Shades and tints

Shades of #A5949F

#A5949F
(165,148,159)
#968791
(150,135,145)
#877A83
(135,122,131)
#786D75
(120,109,117)
#696067
(105,96,103)
#5A5359
(90,83,89)
#4B464B
(75,70,75)
#3C393D
(60,57,61)
#2D2C2F
(45,44,47)
#1E1F21
(30,31,33)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #A5949F

#A5949F
(165,148,159)
#AD9DA7
(173,157,167)
#B5A6AF
(181,166,175)
#BDAFB7
(189,175,183)
#C5B8BF
(197,184,191)
#CDC1C7
(205,193,199)
#D5CACF
(213,202,207)
#DDD3D7
(221,211,215)
#E5DCDF
(229,220,223)
#EDE5E7
(237,229,231)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5949F; }

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

This text font color is #A5949F.

Background Color

.myBgColor { background-color: #A5949F; }

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

This div background color is #A5949F.

Border color

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

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

This div border color is #A5949F.

Opacity

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

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

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

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

This text has shadow with #A5949F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5949F.

Preview

Color preview on black background

This text has color #A5949F on black background.


Color preview on white background

This text has color #A5949F on white background.


Black color preview on #A5949F background

This text has black color on #A5949F background.


White color preview on #A5949F background

This text has white color on #A5949F background.


Related colors

Complementary color

Complementary color for #hex is #5A6B60.


I love getcolorcode.com

Triadic colors

1 #9FA594 and #949FA5 with #A5949F are triadic colors.

2 #9F94A5 and #94A59F with #A5949F are triadic colors.