COLOR #A28498

HEX: #A28498 RGB: (162,132,152)

Color info

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

RGB color model

#A28498 color RGB value is (162,132,152).

RGB: (162,132,152) (64%, 52%, 60%)

RGB channels and saturation

R 162 of 255 = 64%
G 132 of 255 = 52%
B 152 of 255 = 60%

162
132
152

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

Portions of RGB colors in percentages

R + G + B = 162 + 132 + 152 = 446 (100%)
R 162 of 446 ~ 36.32%
G 132 of 446 ~ 29.6%
B 152 of 446 ~ 34.08'%

%36.32
%29.6
%34.08

CMYK color model

#A28498 color CMYK value is (0,19,6,36).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 6.17%
  • key color value is 36.47%
CMYK: (0,19,6,36) C0M19Y6K36 (0%,19%,6%,36%) (0.00/0.19/0.06/0.36) 

CMYK percentages

%0
%18.52
%6.17
%36.47

Codes

Color #A28498 in popluar color models

A2 84 98
RGB 162 132 152
HSL 320° 13.89% 57.65%
HSB/HSV 320° 18.52% 63.53%
CMYK 0.00% 18.52% 6.17%
36.47%

Color #A28498 in popluar number systems.

HEX A2 84 98
Decimal 162 132 152
Binary 10100010 10000100 10011000
Octal 242 204 230

Shades and tints

Shades of #A28498

#A28498
(162,132,152)
#94788B
(148,120,139)
#866C7E
(134,108,126)
#786071
(120,96,113)
#6A5464
(106,84,100)
#5C4857
(92,72,87)
#4E3C4A
(78,60,74)
#40303D
(64,48,61)
#322430
(50,36,48)
#241823
(36,24,35)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #A28498

#A28498
(162,132,152)
#AA8FA1
(170,143,161)
#B29AAA
(178,154,170)
#BAA5B3
(186,165,179)
#C2B0BC
(194,176,188)
#CABBC5
(202,187,197)
#D2C6CE
(210,198,206)
#DAD1D7
(218,209,215)
#E2DCE0
(226,220,224)
#EAE7E9
(234,231,233)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28498 color. Also use rgb(162,132,152) instead hex code.

Text Font Color

.myTextColor { color: #A28498; }

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

This text font color is #A28498.

Background Color

.myBgColor { background-color: #A28498; }

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

This div background color is #A28498.

Border color

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

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

This div border color is #A28498.

Opacity

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

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

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

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

This text has shadow with #A28498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28498.

Preview

Color preview on black background

This text has color #A28498 on black background.


Color preview on white background

This text has color #A28498 on white background.


Black color preview on #A28498 background

This text has black color on #A28498 background.


White color preview on #A28498 background

This text has white color on #A28498 background.


Related colors

Complementary color

Complementary color for #hex is #5D7B67.


I love getcolorcode.com

Triadic colors

1 #98A284 and #8498A2 with #A28498 are triadic colors.

2 #9884A2 and #84A298 with #A28498 are triadic colors.