COLOR #A28599

HEX: #A28599 RGB: (162,133,153)

Color info

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

RGB color model

#A28599 color RGB value is (162,133,153).

RGB: (162,133,153) (64%, 52%, 60%)

RGB channels and saturation

R 162 of 255 = 64%
G 133 of 255 = 52%
B 153 of 255 = 60%

162
133
153

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

Portions of RGB colors in percentages

R + G + B = 162 + 133 + 153 = 448 (100%)
R 162 of 448 ~ 36.16%
G 133 of 448 ~ 29.69%
B 153 of 448 ~ 34.15'%

%36.16
%29.69
%34.15

CMYK color model

#A28599 color CMYK value is (0,18,6,36).

  • cyan value is 0.00%
  • magenta value is 17.90%
  • yellow value is 5.56%
  • key color value is 36.47%
CMYK: (0,18,6,36) C0M18Y6K36 (0%,18%,6%,36%) (0.00/0.18/0.06/0.36) 

CMYK percentages

%0
%17.9
%5.56
%36.47

Codes

Color #A28599 in popluar color models

A2 85 99
RGB 162 133 153
HSL 319° 13.49% 57.84%
HSB/HSV 319° 17.90% 63.53%
CMYK 0.00% 17.90% 5.56%
36.47%

Color #A28599 in popluar number systems.

HEX A2 85 99
Decimal 162 133 153
Binary 10100010 10000101 10011001
Octal 242 205 231

Shades and tints

Shades of #A28599

#A28599
(162,133,153)
#94798C
(148,121,140)
#866D7F
(134,109,127)
#786172
(120,97,114)
#6A5565
(106,85,101)
#5C4958
(92,73,88)
#4E3D4B
(78,61,75)
#40313E
(64,49,62)
#322531
(50,37,49)
#241924
(36,25,36)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #A28599

#A28599
(162,133,153)
#AA90A2
(170,144,162)
#B29BAB
(178,155,171)
#BAA6B4
(186,166,180)
#C2B1BD
(194,177,189)
#CABCC6
(202,188,198)
#D2C7CF
(210,199,207)
#DAD2D8
(218,210,216)
#E2DDE1
(226,221,225)
#EAE8EA
(234,232,234)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28599 color. Also use rgb(162,133,153) instead hex code.

Text Font Color

.myTextColor { color: #A28599; }

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

This text font color is #A28599.

Background Color

.myBgColor { background-color: #A28599; }

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

This div background color is #A28599.

Border color

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

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

This div border color is #A28599.

Opacity

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

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

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

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

This text has shadow with #A28599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28599.

Preview

Color preview on black background

This text has color #A28599 on black background.


Color preview on white background

This text has color #A28599 on white background.


Black color preview on #A28599 background

This text has black color on #A28599 background.


White color preview on #A28599 background

This text has white color on #A28599 background.


Related colors

Complementary color

Complementary color for #hex is #5D7A66.


I love getcolorcode.com

Triadic colors

1 #99A285 and #8599A2 with #A28599 are triadic colors.

2 #9985A2 and #85A299 with #A28599 are triadic colors.