COLOR #A28799

HEX: #A28799 RGB: (162,135,153)

Color info

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

RGB color model

#A28799 color RGB value is (162,135,153).

RGB: (162,135,153) (64%, 53%, 60%)

RGB channels and saturation

R 162 of 255 = 64%
G 135 of 255 = 53%
B 153 of 255 = 60%

162
135
153

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

Portions of RGB colors in percentages

R + G + B = 162 + 135 + 153 = 450 (100%)
R 162 of 450 ~ 36%
G 135 of 450 ~ 30%
B 153 of 450 ~ 34'%

%36
%30
%34

CMYK color model

#A28799 color CMYK value is (0,17,6,36).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 5.56%
  • key color value is 36.47%

CMYK: (0,17,6,36)
C0M17Y6K36 (0%, 17%, 6%, 36%)
(0.00 / 0.17 / 0.06 / 0.36)

CMYK percentages

%0
%16.67
%5.56
%36.47

Codes

Color #A28799 in popluar color models

A2 87 99
RGB 162 135 153
HSL 320° 12.68% 58.24%
HSB/HSV 320° 16.67% 63.53%
CMYK 0.00% 16.67% 5.56%
36.47%

Color #A28799 in popluar number systems.

HEX A2 87 99
Decimal 162 135 153
Binary 10100010 10000111 10011001
Octal 242 207 231

Shades and tints

Shades of #A28799

#A28799
(162,135,153)
#947B8C
(148,123,140)
#866F7F
(134,111,127)
#786372
(120,99,114)
#6A5765
(106,87,101)
#5C4B58
(92,75,88)
#4E3F4B
(78,63,75)
#40333E
(64,51,62)
#322731
(50,39,49)
#241B24
(36,27,36)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #A28799

#A28799
(162,135,153)
#AA91A2
(170,145,162)
#B29BAB
(178,155,171)
#BAA5B4
(186,165,180)
#C2AFBD
(194,175,189)
#CAB9C6
(202,185,198)
#D2C3CF
(210,195,207)
#DACDD8
(218,205,216)
#E2D7E1
(226,215,225)
#EAE1EA
(234,225,234)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28799; }

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

This text font color is #A28799.

Background Color

.myBgColor { background-color: #A28799; }

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

This div background color is #A28799.

Border color

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

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

This div border color is #A28799.

Opacity

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

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

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

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

This text has shadow with #A28799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28799.

Preview

Color preview on black background

This text has color #A28799 on black background.


Color preview on white background

This text has color #A28799 on white background.


Black color preview on #A28799 background

This text has black color on #A28799 background.


White color preview on #A28799 background

This text has white color on #A28799 background.


Related colors

Complementary color

Complementary color for #hex is #5D7866.


I love getcolorcode.com

Triadic colors

1 #99A287 and #8799A2 with #A28799 are triadic colors.

2 #9987A2 and #87A299 with #A28799 are triadic colors.