COLOR #A28BA5

HEX: #A28BA5 RGB: (162,139,165)

Color info

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

RGB color model

#A28BA5 color RGB value is (162,139,165).

RGB: (162,139,165) (64%, 55%, 65%)

RGB channels and saturation

R 162 of 255 = 64%
G 139 of 255 = 55%
B 165 of 255 = 65%

162
139
165

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

Portions of RGB colors in percentages

R + G + B = 162 + 139 + 165 = 466 (100%)
R 162 of 466 ~ 34.76%
G 139 of 466 ~ 29.83%
B 165 of 466 ~ 35.41'%

%34.76
%29.83
%35.41

CMYK color model

#A28BA5 color CMYK value is (2,16,0,35).

  • cyan value is 1.82%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (2,16,0,35)
C2M16Y0K35 (2%, 16%, 0%, 35%)
(0.02 / 0.16 / 0.00 / 0.35)

CMYK percentages

%1.82
%15.76
%0
%35.29

Codes

Color #A28BA5 in popluar color models

A2 8B A5
RGB 162 139 165
HSL 293° 12.62% 59.61%
HSB/HSV 293° 15.76% 64.71%
CMYK 1.82% 15.76% 0.00%
35.29%

Color #A28BA5 in popluar number systems.

HEX A2 8B A5
Decimal 162 139 165
Binary 10100010 10001011 10100101
Octal 242 213 245

Shades and tints

Shades of #A28BA5

#A28BA5
(162,139,165)
#947F96
(148,127,150)
#867387
(134,115,135)
#786778
(120,103,120)
#6A5B69
(106,91,105)
#5C4F5A
(92,79,90)
#4E434B
(78,67,75)
#40373C
(64,55,60)
#322B2D
(50,43,45)
#241F1E
(36,31,30)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #A28BA5

#A28BA5
(162,139,165)
#AA95AD
(170,149,173)
#B29FB5
(178,159,181)
#BAA9BD
(186,169,189)
#C2B3C5
(194,179,197)
#CABDCD
(202,189,205)
#D2C7D5
(210,199,213)
#DAD1DD
(218,209,221)
#E2DBE5
(226,219,229)
#EAE5ED
(234,229,237)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28BA5 color. Also use rgb(162,139,165) instead hex code.

Text Font Color

.myTextColor { color: #A28BA5; }

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

This text font color is #A28BA5.

Background Color

.myBgColor { background-color: #A28BA5; }

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

This div background color is #A28BA5.

Border color

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

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

This div border color is #A28BA5.

Opacity

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

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

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

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

This text has shadow with #A28BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28BA5.

Preview

Color preview on black background

This text has color #A28BA5 on black background.


Color preview on white background

This text has color #A28BA5 on white background.


Black color preview on #A28BA5 background

This text has black color on #A28BA5 background.


White color preview on #A28BA5 background

This text has white color on #A28BA5 background.


Related colors

Complementary color

Complementary color for #hex is #5D745A.


I love getcolorcode.com

Triadic colors

1 #A5A28B and #8BA5A2 with #A28BA5 are triadic colors.

2 #A58BA2 and #8BA2A5 with #A28BA5 are triadic colors.