COLOR #A95A8A

HEX: #A95A8A
RGB: (169,90,138)

Color info

#A95A8A contains mainly red and blue colors. Web safe color of #A95A8A is #996699 (or #969).

RGB color model

#A95A8A color RGB value is (169,90,138).

  • red value is 169;
  • green value is 90;
  • blue value is 138.
RGB: (169,90,138) (66%,35%,54%)

RGB channels and saturation

R 169 of 255 = 66%
G 90 of 255 = 35%
B 138 of 255 = 54%

169
90
138

R + G + B ~ 52%. #A95A8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 90 + 138 = 397 (100%)
R 169 of 397 ~ 42.57%
G 90 of 397 ~ 22.67%
B 138 of 397 ~ 34.76%

%42.57
%22.67
%34.76

CMYK color model

#A95A8A color CMYK value is (0,47,18,34).

  • cyan value is 0.00%
  • magenta value is 46.75%
  • yellow value is 18.34%
  • key color value is 33.73%
CMYK: (0,47,18,34) C0M47Y18K34 (0%,47%,18%,34%) (0.00/0.47/0.18/0.34)

CMYK percentages

%0
%46.75
%18.34
%33.73

Codes

Color #A95A8A in popluar color models

A95A8A
RGB16990138
HSL324°31.47%50.78%
HSB/HSV324°46.75%66.27%
CMYK0.00%46.75%18.34%
33.73%

Color #A95A8A in popluar number systems.

HEXA95A8A
Decimal16990138
Binary10101001101101010001010
Octal251132212

Shades and tints

Shades of #A95A8A

#A95A8A
(169,90,138)
#9A527E
(154,82,126)
#8B4A72
(139,74,114)
#7C4266
(124,66,102)
#6D3A5A
(109,58,90)
#5E324E
(94,50,78)
#4F2A42
(79,42,66)
#402236
(64,34,54)
#311A2A
(49,26,42)
#22121E
(34,18,30)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #A95A8A

#A95A8A
(169,90,138)
#B06994
(176,105,148)
#B7789E
(183,120,158)
#BE87A8
(190,135,168)
#C596B2
(197,150,178)
#CCA5BC
(204,165,188)
#D3B4C6
(211,180,198)
#DAC3D0
(218,195,208)
#E1D2DA
(225,210,218)
#E8E1E4
(232,225,228)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95A8A color. Also use rgb(169,90,138) instead hex code.

Text Font Color

.myTextColor { color: #A95A8A; }

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

This text font color is #A95A8A.


Background Color

.myBgColor { background-color: #A95A8A; }

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

This div background color is #A95A8A.


Border color

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

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

This div border color is #A95A8A.


Opacity

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

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

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

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

This text has shadow with #A95A8A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A95A8A on black background.


Color preview on white background

This text has color #A95A8A on white background.



Black color preview on #A95A8A background

This text has black color on #A95A8A background.


White color preview on #A95A8A background

This text has white color on #A95A8A background.