COLOR #A195A0

HEX: #A195A0 RGB: (161,149,160)

Color info

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

RGB color model

#A195A0 color RGB value is (161,149,160).

RGB: (161,149,160) (63%, 58%, 63%)

RGB channels and saturation

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

161
149
160

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

Portions of RGB colors in percentages

R + G + B = 161 + 149 + 160 = 470 (100%)
R 161 of 470 ~ 34.26%
G 149 of 470 ~ 31.7%
B 160 of 470 ~ 34.04'%

%34.26
%31.7
%34.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 0.62%
  • key color value is 36.86%
CMYK: (0,7,1,37) C0M7Y1K37 (0%,7%,1%,37%) (0.00/0.07/0.01/0.37) 

CMYK percentages

%0
%7.45
%0.62
%36.86

Codes

Color #A195A0 in popluar color models

A1 95 A0
RGB 161 149 160
HSL 305° 6.00% 60.78%
HSB/HSV 305° 7.45% 63.14%
CMYK 0.00% 7.45% 0.62%
36.86%

Color #A195A0 in popluar number systems.

HEX A1 95 A0
Decimal 161 149 160
Binary 10100001 10010101 10100000
Octal 241 225 240

Shades and tints

Shades of #A195A0

#A195A0
(161,149,160)
#938892
(147,136,146)
#857B84
(133,123,132)
#776E76
(119,110,118)
#696168
(105,97,104)
#5B545A
(91,84,90)
#4D474C
(77,71,76)
#3F3A3E
(63,58,62)
#312D30
(49,45,48)
#232022
(35,32,34)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #A195A0

#A195A0
(161,149,160)
#A99EA8
(169,158,168)
#B1A7B0
(177,167,176)
#B9B0B8
(185,176,184)
#C1B9C0
(193,185,192)
#C9C2C8
(201,194,200)
#D1CBD0
(209,203,208)
#D9D4D8
(217,212,216)
#E1DDE0
(225,221,224)
#E9E6E8
(233,230,232)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A195A0; }

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

This text font color is #A195A0.

Background Color

.myBgColor { background-color: #A195A0; }

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

This div background color is #A195A0.

Border color

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

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

This div border color is #A195A0.

Opacity

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

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

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

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

This text has shadow with #A195A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A195A0.

Preview

Color preview on black background

This text has color #A195A0 on black background.


Color preview on white background

This text has color #A195A0 on white background.


Black color preview on #A195A0 background

This text has black color on #A195A0 background.


White color preview on #A195A0 background

This text has white color on #A195A0 background.


Related colors

Complementary color

Complementary color for #hex is #5E6A5F.


I love getcolorcode.com

Triadic colors

1 #A0A195 and #95A0A1 with #A195A0 are triadic colors.

2 #A095A1 and #95A1A0 with #A195A0 are triadic colors.