COLOR #A1949D

HEX: #A1949D RGB: (161,148,157)

Color info

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

RGB color model

#A1949D color RGB value is (161,148,157).

RGB: (161,148,157) (63%, 58%, 62%)

RGB channels and saturation

R 161 of 255 = 63%
G 148 of 255 = 58%
B 157 of 255 = 62%

161
148
157

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

Portions of RGB colors in percentages

R + G + B = 161 + 148 + 157 = 466 (100%)
R 161 of 466 ~ 34.55%
G 148 of 466 ~ 31.76%
B 157 of 466 ~ 33.69'%

%34.55
%31.76
%33.69

CMYK color model

#A1949D color CMYK value is (0,8,2,37).

  • cyan value is 0.00%
  • magenta value is 8.07%
  • yellow value is 2.48%
  • key color value is 36.86%

CMYK: (0,8,2,37)
C0M8Y2K37 (0%, 8%, 2%, 37%)
(0.00 / 0.08 / 0.02 / 0.37)

CMYK percentages

%0
%8.07
%2.48
%36.86

Codes

Color #A1949D in popluar color models

A1 94 9D
RGB 161 148 157
HSL 318° 6.47% 60.59%
HSB/HSV 318° 8.07% 63.14%
CMYK 0.00% 8.07% 2.48%
36.86%

Color #A1949D in popluar number systems.

HEX A1 94 9D
Decimal 161 148 157
Binary 10100001 10010100 10011101
Octal 241 224 235

Shades and tints

Shades of #A1949D

#A1949D
(161,148,157)
#93878F
(147,135,143)
#857A81
(133,122,129)
#776D73
(119,109,115)
#696065
(105,96,101)
#5B5357
(91,83,87)
#4D4649
(77,70,73)
#3F393B
(63,57,59)
#312C2D
(49,44,45)
#231F1F
(35,31,31)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #A1949D

#A1949D
(161,148,157)
#A99DA5
(169,157,165)
#B1A6AD
(177,166,173)
#B9AFB5
(185,175,181)
#C1B8BD
(193,184,189)
#C9C1C5
(201,193,197)
#D1CACD
(209,202,205)
#D9D3D5
(217,211,213)
#E1DCDD
(225,220,221)
#E9E5E5
(233,229,229)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1949D color. Also use rgb(161,148,157) instead hex code.

Text Font Color

.myTextColor { color: #A1949D; }

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

This text font color is #A1949D.

Background Color

.myBgColor { background-color: #A1949D; }

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

This div background color is #A1949D.

Border color

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

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

This div border color is #A1949D.

Opacity

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

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

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

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

This text has shadow with #A1949D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1949D.

Preview

Color preview on black background

This text has color #A1949D on black background.


Color preview on white background

This text has color #A1949D on white background.


Black color preview on #A1949D background

This text has black color on #A1949D background.


White color preview on #A1949D background

This text has white color on #A1949D background.


Related colors

Complementary color

Complementary color for #hex is #5E6B62.


I love getcolorcode.com

Triadic colors

1 #9DA194 and #949DA1 with #A1949D are triadic colors.

2 #9D94A1 and #94A19D with #A1949D are triadic colors.