COLOR #A5969F

HEX: #A5969F
RGB: (165,150,159)

Color info

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

RGB color model

#A5969F color RGB value is (165,150,159).

  • red value is 165;
  • green value is 150;
  • blue value is 159.
RGB: (165,150,159) (65%,59%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 159 of 255 = 62%

165
150
159

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

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 159 = 474 (100%)
R 165 of 474 ~ 34.81%
G 150 of 474 ~ 31.65%
B 159 of 474 ~ 33.54%

%34.81
%31.65
%33.54

CMYK color model

#A5969F color CMYK value is (0,9,4,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK: (0,9,4,35) C0M9Y4K35 (0%,9%,4%,35%) (0.00/0.09/0.04/0.35)

CMYK percentages

%0
%9.09
%3.64
%35.29

Codes

Color #A5969F in popluar color models

A5969F
RGB165150159
HSL324°7.69%61.76%
HSB/HSV324°9.09%64.71%
CMYK0.00%9.09%3.64%
35.29%

Color #A5969F in popluar number systems.

HEXA5969F
Decimal165150159
Binary101001011001011010011111
Octal245226237

Shades and tints

Shades of #A5969F

#A5969F
(165,150,159)
#968991
(150,137,145)
#877C83
(135,124,131)
#786F75
(120,111,117)
#696267
(105,98,103)
#5A5559
(90,85,89)
#4B484B
(75,72,75)
#3C3B3D
(60,59,61)
#2D2E2F
(45,46,47)
#1E2121
(30,33,33)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5969F

#A5969F
(165,150,159)
#AD9FA7
(173,159,167)
#B5A8AF
(181,168,175)
#BDB1B7
(189,177,183)
#C5BABF
(197,186,191)
#CDC3C7
(205,195,199)
#D5CCCF
(213,204,207)
#DDD5D7
(221,213,215)
#E5DEDF
(229,222,223)
#EDE7E7
(237,231,231)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5969F; }

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

This text font color is #A5969F.


Background Color

.myBgColor { background-color: #A5969F; }

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

This div background color is #A5969F.


Border color

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

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

This div border color is #A5969F.


Opacity

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

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

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

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

This text has shadow with #A5969F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A5969F on black background.


Color preview on white background

This text has color #A5969F on white background.



Black color preview on #A5969F background

This text has black color on #A5969F background.


White color preview on #A5969F background

This text has white color on #A5969F background.