COLOR #A1829B

HEX: #A1829B RGB: (161,130,155)

Color info

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

RGB color model

#A1829B color RGB value is (161,130,155).

RGB: (161,130,155) (63%, 51%, 61%)

RGB channels and saturation

R 161 of 255 = 63%
G 130 of 255 = 51%
B 155 of 255 = 61%

161
130
155

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

Portions of RGB colors in percentages

R + G + B = 161 + 130 + 155 = 446 (100%)
R 161 of 446 ~ 36.1%
G 130 of 446 ~ 29.15%
B 155 of 446 ~ 34.75'%

%36.1
%29.15
%34.75

CMYK color model

#A1829B color CMYK value is (0,19,4,37).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 3.73%
  • key color value is 36.86%
CMYK: (0,19,4,37) C0M19Y4K37 (0%,19%,4%,37%) (0.00/0.19/0.04/0.37) 

CMYK percentages

%0
%19.25
%3.73
%36.86

Codes

Color #A1829B in popluar color models

A1 82 9B
RGB 161 130 155
HSL 312° 14.16% 57.06%
HSB/HSV 312° 19.25% 63.14%
CMYK 0.00% 19.25% 3.73%
36.86%

Color #A1829B in popluar number systems.

HEX A1 82 9B
Decimal 161 130 155
Binary 10100001 10000010 10011011
Octal 241 202 233

Shades and tints

Shades of #A1829B

#A1829B
(161,130,155)
#93778D
(147,119,141)
#856C7F
(133,108,127)
#776171
(119,97,113)
#695663
(105,86,99)
#5B4B55
(91,75,85)
#4D4047
(77,64,71)
#3F3539
(63,53,57)
#312A2B
(49,42,43)
#231F1D
(35,31,29)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #A1829B

#A1829B
(161,130,155)
#A98DA4
(169,141,164)
#B198AD
(177,152,173)
#B9A3B6
(185,163,182)
#C1AEBF
(193,174,191)
#C9B9C8
(201,185,200)
#D1C4D1
(209,196,209)
#D9CFDA
(217,207,218)
#E1DAE3
(225,218,227)
#E9E5EC
(233,229,236)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1829B color. Also use rgb(161,130,155) instead hex code.

Text Font Color

.myTextColor { color: #A1829B; }

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

This text font color is #A1829B.

Background Color

.myBgColor { background-color: #A1829B; }

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

This div background color is #A1829B.

Border color

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

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

This div border color is #A1829B.

Opacity

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

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

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

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

This text has shadow with #A1829B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1829B.

Preview

Color preview on black background

This text has color #A1829B on black background.


Color preview on white background

This text has color #A1829B on white background.


Black color preview on #A1829B background

This text has black color on #A1829B background.


White color preview on #A1829B background

This text has white color on #A1829B background.


Related colors

Complementary color

Complementary color for #hex is #5E7D64.


I love getcolorcode.com

Triadic colors

1 #9BA182 and #829BA1 with #A1829B are triadic colors.

2 #9B82A1 and #82A19B with #A1829B are triadic colors.