COLOR #A28C9F

HEX: #A28C9F RGB: (162,140,159)

Color info

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

RGB color model

#A28C9F color RGB value is (162,140,159).

RGB: (162,140,159) (64%, 55%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 140 of 255 = 55%
B 159 of 255 = 62%

162
140
159

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

Portions of RGB colors in percentages

R + G + B = 162 + 140 + 159 = 461 (100%)
R 162 of 461 ~ 35.14%
G 140 of 461 ~ 30.37%
B 159 of 461 ~ 34.49'%

%35.14
%30.37
%34.49

CMYK color model

#A28C9F color CMYK value is (0,14,2,36).

  • cyan value is 0.00%
  • magenta value is 13.58%
  • yellow value is 1.85%
  • key color value is 36.47%

CMYK: (0,14,2,36)
C0M14Y2K36 (0%, 14%, 2%, 36%)
(0.00 / 0.14 / 0.02 / 0.36)

CMYK percentages

%0
%13.58
%1.85
%36.47

Codes

Color #A28C9F in popluar color models

A2 8C 9F
RGB 162 140 159
HSL 308° 10.58% 59.22%
HSB/HSV 308° 13.58% 63.53%
CMYK 0.00% 13.58% 1.85%
36.47%

Color #A28C9F in popluar number systems.

HEX A2 8C 9F
Decimal 162 140 159
Binary 10100010 10001100 10011111
Octal 242 214 237

Shades and tints

Shades of #A28C9F

#A28C9F
(162,140,159)
#948091
(148,128,145)
#867483
(134,116,131)
#786875
(120,104,117)
#6A5C67
(106,92,103)
#5C5059
(92,80,89)
#4E444B
(78,68,75)
#40383D
(64,56,61)
#322C2F
(50,44,47)
#242021
(36,32,33)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #A28C9F

#A28C9F
(162,140,159)
#AA96A7
(170,150,167)
#B2A0AF
(178,160,175)
#BAAAB7
(186,170,183)
#C2B4BF
(194,180,191)
#CABEC7
(202,190,199)
#D2C8CF
(210,200,207)
#DAD2D7
(218,210,215)
#E2DCDF
(226,220,223)
#EAE6E7
(234,230,231)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28C9F color. Also use rgb(162,140,159) instead hex code.

Text Font Color

.myTextColor { color: #A28C9F; }

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

This text font color is #A28C9F.

Background Color

.myBgColor { background-color: #A28C9F; }

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

This div background color is #A28C9F.

Border color

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

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

This div border color is #A28C9F.

Opacity

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

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

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

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

This text has shadow with #A28C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28C9F.

Preview

Color preview on black background

This text has color #A28C9F on black background.


Color preview on white background

This text has color #A28C9F on white background.


Black color preview on #A28C9F background

This text has black color on #A28C9F background.


White color preview on #A28C9F background

This text has white color on #A28C9F background.


Related colors

Complementary color

Complementary color for #hex is #5D7360.


I love getcolorcode.com

Triadic colors

1 #9FA28C and #8C9FA2 with #A28C9F are triadic colors.

2 #9F8CA2 and #8CA29F with #A28C9F are triadic colors.