COLOR #AA828B

HEX: #AA828B RGB: (170,130,139)

Color info

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

RGB color model

#AA828B color RGB value is (170,130,139).

RGB: (170,130,139) (67%, 51%, 55%)

RGB channels and saturation

R 170 of 255 = 67%
G 130 of 255 = 51%
B 139 of 255 = 55%

170
130
139

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

Portions of RGB colors in percentages

R + G + B = 170 + 130 + 139 = 439 (100%)
R 170 of 439 ~ 38.72%
G 130 of 439 ~ 29.61%
B 139 of 439 ~ 31.66'%

%38.72
%29.61
%31.66

CMYK color model

#AA828B color CMYK value is (0,24,18,33).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 18.24%
  • key color value is 33.33%

CMYK: (0,24,18,33)
C0M24Y18K33 (0%, 24%, 18%, 33%)
(0.00 / 0.24 / 0.18 / 0.33)

CMYK percentages

%0
%23.53
%18.24
%33.33

Codes

Color #AA828B in popluar color models

AA 82 8B
RGB 170 130 139
HSL 347° 19.05% 58.82%
HSB/HSV 347° 23.53% 66.67%
CMYK 0.00% 23.53% 18.24%
33.33%

Color #AA828B in popluar number systems.

HEX AA 82 8B
Decimal 170 130 139
Binary 10101010 10000010 10001011
Octal 252 202 213

Shades and tints

Shades of #AA828B

#AA828B
(170,130,139)
#9B777F
(155,119,127)
#8C6C73
(140,108,115)
#7D6167
(125,97,103)
#6E565B
(110,86,91)
#5F4B4F
(95,75,79)
#504043
(80,64,67)
#413537
(65,53,55)
#322A2B
(50,42,43)
#231F1F
(35,31,31)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #AA828B

#AA828B
(170,130,139)
#B18D95
(177,141,149)
#B8989F
(184,152,159)
#BFA3A9
(191,163,169)
#C6AEB3
(198,174,179)
#CDB9BD
(205,185,189)
#D4C4C7
(212,196,199)
#DBCFD1
(219,207,209)
#E2DADB
(226,218,219)
#E9E5E5
(233,229,229)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA828B color. Also use rgb(170,130,139) instead hex code.

Text Font Color

.myTextColor { color: #AA828B; }

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

This text font color is #AA828B.

Background Color

.myBgColor { background-color: #AA828B; }

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

This div background color is #AA828B.

Border color

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

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

This div border color is #AA828B.

Opacity

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

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

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

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

This text has shadow with #AA828B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA828B.

Preview

Color preview on black background

This text has color #AA828B on black background.


Color preview on white background

This text has color #AA828B on white background.


Black color preview on #AA828B background

This text has black color on #AA828B background.


White color preview on #AA828B background

This text has white color on #AA828B background.


Related colors

Complementary color

Complementary color for #hex is #557D74.


I love getcolorcode.com

Triadic colors

1 #8BAA82 and #828BAA with #AA828B are triadic colors.

2 #8B82AA and #82AA8B with #AA828B are triadic colors.