COLOR #A1828E

HEX: #A1828E RGB: (161,130,142)

Color info

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

RGB color model

#A1828E color RGB value is (161,130,142).

RGB: (161,130,142) (63%, 51%, 56%)

RGB channels and saturation

R 161 of 255 = 63%
G 130 of 255 = 51%
B 142 of 255 = 56%

161
130
142

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

Portions of RGB colors in percentages

R + G + B = 161 + 130 + 142 = 433 (100%)
R 161 of 433 ~ 37.18%
G 130 of 433 ~ 30.02%
B 142 of 433 ~ 32.79'%

%37.18
%30.02
%32.79

CMYK color model

#A1828E color CMYK value is (0,19,12,37).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 11.80%
  • key color value is 36.86%
CMYK: (0,19,12,37) C0M19Y12K37 (0%,19%,12%,37%) (0.00/0.19/0.12/0.37) 

CMYK percentages

%0
%19.25
%11.8
%36.86

Codes

Color #A1828E in popluar color models

A1 82 8E
RGB 161 130 142
HSL 337° 14.16% 57.06%
HSB/HSV 337° 19.25% 63.14%
CMYK 0.00% 19.25% 11.80%
36.86%

Color #A1828E in popluar number systems.

HEX A1 82 8E
Decimal 161 130 142
Binary 10100001 10000010 10001110
Octal 241 202 216

Shades and tints

Shades of #A1828E

#A1828E
(161,130,142)
#937782
(147,119,130)
#856C76
(133,108,118)
#77616A
(119,97,106)
#69565E
(105,86,94)
#5B4B52
(91,75,82)
#4D4046
(77,64,70)
#3F353A
(63,53,58)
#312A2E
(49,42,46)
#231F22
(35,31,34)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #A1828E

#A1828E
(161,130,142)
#A98D98
(169,141,152)
#B198A2
(177,152,162)
#B9A3AC
(185,163,172)
#C1AEB6
(193,174,182)
#C9B9C0
(201,185,192)
#D1C4CA
(209,196,202)
#D9CFD4
(217,207,212)
#E1DADE
(225,218,222)
#E9E5E8
(233,229,232)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1828E; }

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

This text font color is #A1828E.

Background Color

.myBgColor { background-color: #A1828E; }

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

This div background color is #A1828E.

Border color

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

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

This div border color is #A1828E.

Opacity

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

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

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

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

This text has shadow with #A1828E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1828E.

Preview

Color preview on black background

This text has color #A1828E on black background.


Color preview on white background

This text has color #A1828E on white background.


Black color preview on #A1828E background

This text has black color on #A1828E background.


White color preview on #A1828E background

This text has white color on #A1828E background.


Related colors

Complementary color

Complementary color for #hex is #5E7D71.


I love getcolorcode.com

Triadic colors

1 #8EA182 and #828EA1 with #A1828E are triadic colors.

2 #8E82A1 and #82A18E with #A1828E are triadic colors.