COLOR #A5969E

HEX: #A5969E RGB: (165,150,158)

Color info

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

RGB color model

#A5969E color RGB value is (165,150,158).

RGB: (165,150,158) (65%, 59%, 62%)

RGB channels and saturation

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

165
150
158

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

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 158 = 473 (100%)
R 165 of 473 ~ 34.88%
G 150 of 473 ~ 31.71%
B 158 of 473 ~ 33.4'%

%34.88
%31.71
%33.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 4.24%
  • 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
%4.24
%35.29

Codes

Color #A5969E in popluar color models

A5 96 9E
RGB 165 150 158
HSL 328° 7.69% 61.76%
HSB/HSV 328° 9.09% 64.71%
CMYK 0.00% 9.09% 4.24%
35.29%

Color #A5969E in popluar number systems.

HEX A5 96 9E
Decimal 165 150 158
Binary 10100101 10010110 10011110
Octal 245 226 236

Shades and tints

Shades of #A5969E

#A5969E
(165,150,158)
#968990
(150,137,144)
#877C82
(135,124,130)
#786F74
(120,111,116)
#696266
(105,98,102)
#5A5558
(90,85,88)
#4B484A
(75,72,74)
#3C3B3C
(60,59,60)
#2D2E2E
(45,46,46)
#1E2120
(30,33,32)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #A5969E

#A5969E
(165,150,158)
#AD9FA6
(173,159,166)
#B5A8AE
(181,168,174)
#BDB1B6
(189,177,182)
#C5BABE
(197,186,190)
#CDC3C6
(205,195,198)
#D5CCCE
(213,204,206)
#DDD5D6
(221,213,214)
#E5DEDE
(229,222,222)
#EDE7E6
(237,231,230)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5969E; }

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

This text font color is #A5969E.

Background Color

.myBgColor { background-color: #A5969E; }

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

This div background color is #A5969E.

Border color

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

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

This div border color is #A5969E.

Opacity

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

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

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

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

This text has shadow with #A5969E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5969E.

Preview

Color preview on black background

This text has color #A5969E on black background.


Color preview on white background

This text has color #A5969E on white background.


Black color preview on #A5969E background

This text has black color on #A5969E background.


White color preview on #A5969E background

This text has white color on #A5969E background.


Related colors

Complementary color

Complementary color for #hex is #5A6961.


I love getcolorcode.com

Triadic colors

1 #9EA596 and #969EA5 with #A5969E are triadic colors.

2 #9E96A5 and #96A59E with #A5969E are triadic colors.