COLOR #A1829C

HEX: #A1829C
RGB: (161,130,156)

Color info

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

RGB color model

#A1829C color RGB value is (161,130,156).

  • red value is 161;
  • green value is 130;
  • blue value is 156.
RGB:
(161,130,156)
(63%,51%,61%)

RGB channels and saturation

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

161
130
156

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

Portions of RGB colors in percentages

R + G + B =
161 + 130 + 156 = 447 (100%)
R 161 of 447 ~ 36.02%
G 130 of 447 ~ 29.08%
B 156 of 447 ~ 34.9%

%36.02
%29.08
%34.9

CMYK color model

#A1829C color CMYK value is (0,19,3,37).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 3.11%
  • key color value is 36.86%
CMYK:
(0,19,3,37)
C0M19Y3K37 
(0%,19%,3%,37%)
(0.00/0.19/0.03/0.37)	

CMYK percentages

%0
%19.25
%3.11
%36.86

Codes

Color #A1829C in popluar color models

A1829C
RGB161130156
HSL310°14.16%57.06%
HSB/HSV310°19.25%63.14%
CMYK0.00%19.25%3.11%
36.86%

Color #A1829C in popluar number systems.

HEXA1829C
Decimal161130156
Binary101000011000001010011100
Octal241202234

Shades and tints

Shades of #A1829C

#A1829C
(161,130,156)
#93778E
(147,119,142)
#856C80
(133,108,128)
#776172
(119,97,114)
#695664
(105,86,100)
#5B4B56
(91,75,86)
#4D4048
(77,64,72)
#3F353A
(63,53,58)
#312A2C
(49,42,44)
#231F1E
(35,31,30)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #A1829C

#A1829C
(161,130,156)
#A98DA5
(169,141,165)
#B198AE
(177,152,174)
#B9A3B7
(185,163,183)
#C1AEC0
(193,174,192)
#C9B9C9
(201,185,201)
#D1C4D2
(209,196,210)
#D9CFDB
(217,207,219)
#E1DAE4
(225,218,228)
#E9E5ED
(233,229,237)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1829C; }

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

This text font color is #A1829C.


Background Color

.myBgColor { background-color: #A1829C; }

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

This div background color is #A1829C.


Border color

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

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

This div border color is #A1829C.


Opacity

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

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

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

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

This text has shadow with #A1829C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1829C on black background.


Color preview on white background

This text has color #A1829C on white background.



Black color preview on #A1829C background

This text has black color on #A1829C background.


White color preview on #A1829C background

This text has white color on #A1829C background.