COLOR #A095A7

HEX: #A095A7
RGB: (160,149,167)

Color info

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

RGB color model

#A095A7 color RGB value is (160,149,167).

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

RGB channels and saturation

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

160
149
167

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

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 167 = 476 (100%)
R 160 of 476 ~ 33.61%
G 149 of 476 ~ 31.3%
B 167 of 476 ~ 35.08%

%33.61
%31.3
%35.08

CMYK color model

#A095A7 color CMYK value is (4,11,0,35).

  • cyan value is 4.19%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(4,11,0,35)
C4M11Y0K35 
(4%,11%,0%,35%)
(0.04/0.11/0.00/0.35)	

CMYK percentages

%4.19
%10.78
%0
%34.51

Codes

Color #A095A7 in popluar color models

A095A7
RGB160149167
HSL277°9.28%61.96%
HSB/HSV277°10.78%65.49%
CMYK4.19%10.78%0.00%
34.51%

Color #A095A7 in popluar number systems.

HEXA095A7
Decimal160149167
Binary101000001001010110100111
Octal240225247

Shades and tints

Shades of #A095A7

#A095A7
(160,149,167)
#928898
(146,136,152)
#847B89
(132,123,137)
#766E7A
(118,110,122)
#68616B
(104,97,107)
#5A545C
(90,84,92)
#4C474D
(76,71,77)
#3E3A3E
(62,58,62)
#302D2F
(48,45,47)
#222020
(34,32,32)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #A095A7

#A095A7
(160,149,167)
#A89EAF
(168,158,175)
#B0A7B7
(176,167,183)
#B8B0BF
(184,176,191)
#C0B9C7
(192,185,199)
#C8C2CF
(200,194,207)
#D0CBD7
(208,203,215)
#D8D4DF
(216,212,223)
#E0DDE7
(224,221,231)
#E8E6EF
(232,230,239)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A095A7; }

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

This text font color is #A095A7.


Background Color

.myBgColor { background-color: #A095A7; }

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

This div background color is #A095A7.


Border color

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

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

This div border color is #A095A7.


Opacity

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

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

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

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

This text has shadow with #A095A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A095A7 on black background.


Color preview on white background

This text has color #A095A7 on white background.



Black color preview on #A095A7 background

This text has black color on #A095A7 background.


White color preview on #A095A7 background

This text has white color on #A095A7 background.