COLOR #A5929C

HEX: #A5929C
RGB: (165,146,156)

Color info

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

RGB color model

#A5929C color RGB value is (165,146,156).

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

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 156 of 255 = 61%

165
146
156

R + G + B ~ 61%. #A5929C is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 146 + 156 = 467 (100%)
R 165 of 467 ~ 35.33%
G 146 of 467 ~ 31.26%
B 156 of 467 ~ 33.4%

%35.33
%31.26
%33.4

CMYK color model

#A5929C color CMYK value is (0,12,5,35).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 5.45%
  • key color value is 35.29%
CMYK:
(0,12,5,35)
C0M12Y5K35 
(0%,12%,5%,35%)
(0.00/0.12/0.05/0.35)	

CMYK percentages

%0
%11.52
%5.45
%35.29

Codes

Color #A5929C in popluar color models

A5929C
RGB165146156
HSL328°9.55%60.98%
HSB/HSV328°11.52%64.71%
CMYK0.00%11.52%5.45%
35.29%

Color #A5929C in popluar number systems.

HEXA5929C
Decimal165146156
Binary101001011001001010011100
Octal245222234

Shades and tints

Shades of #A5929C

#A5929C
(165,146,156)
#96858E
(150,133,142)
#877880
(135,120,128)
#786B72
(120,107,114)
#695E64
(105,94,100)
#5A5156
(90,81,86)
#4B4448
(75,68,72)
#3C373A
(60,55,58)
#2D2A2C
(45,42,44)
#1E1D1E
(30,29,30)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #A5929C

#A5929C
(165,146,156)
#AD9BA5
(173,155,165)
#B5A4AE
(181,164,174)
#BDADB7
(189,173,183)
#C5B6C0
(197,182,192)
#CDBFC9
(205,191,201)
#D5C8D2
(213,200,210)
#DDD1DB
(221,209,219)
#E5DAE4
(229,218,228)
#EDE3ED
(237,227,237)
#F5ECF6
(245,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5929C; }

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

This text font color is #A5929C.


Background Color

.myBgColor { background-color: #A5929C; }

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

This div background color is #A5929C.


Border color

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

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

This div border color is #A5929C.


Opacity

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

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

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

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

This text has shadow with #A5929C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5929C on black background.


Color preview on white background

This text has color #A5929C on white background.



Black color preview on #A5929C background

This text has black color on #A5929C background.


White color preview on #A5929C background

This text has white color on #A5929C background.