COLOR #A095A0

HEX: #A095A0
RGB: (160,149,160)

Color info

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

RGB color model

#A095A0 color RGB value is (160,149,160).

  • red value is 160;
  • green value is 149;
  • blue value is 160.
RGB:
(160,149,160)
(63%,58%,63%)

RGB channels and saturation

R 160 of 255 = 63%
G 149 of 255 = 58%
B 160 of 255 = 63%

160
149
160

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

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 160 = 469 (100%)
R 160 of 469 ~ 34.12%
G 149 of 469 ~ 31.77%
B 160 of 469 ~ 34.12%

%34.12
%31.77
%34.12

CMYK color model

#A095A0 color CMYK value is (0,7,0,37).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(0,7,0,37)
C0M7Y0K37 
(0%,7%,0%,37%)
(0.00/0.07/0.00/0.37)	

CMYK percentages

%0
%6.87
%0
%37.25

Codes

Color #A095A0 in popluar color models

A095A0
RGB160149160
HSL300°5.47%60.59%
HSB/HSV300°6.87%62.75%
CMYK0.00%6.87%0.00%
37.25%

Color #A095A0 in popluar number systems.

HEXA095A0
Decimal160149160
Binary101000001001010110100000
Octal240225240

Shades and tints

Shades of #A095A0

#A095A0
(160,149,160)
#928892
(146,136,146)
#847B84
(132,123,132)
#766E76
(118,110,118)
#686168
(104,97,104)
#5A545A
(90,84,90)
#4C474C
(76,71,76)
#3E3A3E
(62,58,62)
#302D30
(48,45,48)
#222022
(34,32,34)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #A095A0

#A095A0
(160,149,160)
#A89EA8
(168,158,168)
#B0A7B0
(176,167,176)
#B8B0B8
(184,176,184)
#C0B9C0
(192,185,192)
#C8C2C8
(200,194,200)
#D0CBD0
(208,203,208)
#D8D4D8
(216,212,216)
#E0DDE0
(224,221,224)
#E8E6E8
(232,230,232)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A095A0 color. Also use rgb(160,149,160) instead hex code.

Text Font Color

.myTextColor { color: #A095A0; }

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

This text font color is #A095A0.


Background Color

.myBgColor { background-color: #A095A0; }

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

This div background color is #A095A0.


Border color

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

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

This div border color is #A095A0.


Opacity

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

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

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

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

This text has shadow with #A095A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A095A0 on black background.


Color preview on white background

This text has color #A095A0 on white background.



Black color preview on #A095A0 background

This text has black color on #A095A0 background.


White color preview on #A095A0 background

This text has white color on #A095A0 background.