COLOR #AA828F

HEX: #AA828F RGB: (170,130,143)

Color info

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

RGB color model

#AA828F color RGB value is (170,130,143).

RGB: (170,130,143) (67%, 51%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 130 of 255 = 51%
B 143 of 255 = 56%

170
130
143

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

Portions of RGB colors in percentages

R + G + B = 170 + 130 + 143 = 443 (100%)
R 170 of 443 ~ 38.37%
G 130 of 443 ~ 29.35%
B 143 of 443 ~ 32.28'%

%38.37
%29.35
%32.28

CMYK color model

#AA828F color CMYK value is (0,24,16,33).

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

CMYK: (0,24,16,33)
C0M24Y16K33 (0%, 24%, 16%, 33%)
(0.00 / 0.24 / 0.16 / 0.33)

CMYK percentages

%0
%23.53
%15.88
%33.33

Codes

Color #AA828F in popluar color models

AA 82 8F
RGB 170 130 143
HSL 341° 19.05% 58.82%
HSB/HSV 341° 23.53% 66.67%
CMYK 0.00% 23.53% 15.88%
33.33%

Color #AA828F in popluar number systems.

HEX AA 82 8F
Decimal 170 130 143
Binary 10101010 10000010 10001111
Octal 252 202 217

Shades and tints

Shades of #AA828F

#AA828F
(170,130,143)
#9B7782
(155,119,130)
#8C6C75
(140,108,117)
#7D6168
(125,97,104)
#6E565B
(110,86,91)
#5F4B4E
(95,75,78)
#504041
(80,64,65)
#413534
(65,53,52)
#322A27
(50,42,39)
#231F1A
(35,31,26)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #AA828F

#AA828F
(170,130,143)
#B18D99
(177,141,153)
#B898A3
(184,152,163)
#BFA3AD
(191,163,173)
#C6AEB7
(198,174,183)
#CDB9C1
(205,185,193)
#D4C4CB
(212,196,203)
#DBCFD5
(219,207,213)
#E2DADF
(226,218,223)
#E9E5E9
(233,229,233)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA828F; }

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

This text font color is #AA828F.

Background Color

.myBgColor { background-color: #AA828F; }

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

This div background color is #AA828F.

Border color

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

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

This div border color is #AA828F.

Opacity

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

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

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

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

This text has shadow with #AA828F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA828F.

Preview

Color preview on black background

This text has color #AA828F on black background.


Color preview on white background

This text has color #AA828F on white background.


Black color preview on #AA828F background

This text has black color on #AA828F background.


White color preview on #AA828F background

This text has white color on #AA828F background.


Related colors

Complementary color

Complementary color for #hex is #557D70.


I love getcolorcode.com

Triadic colors

1 #8FAA82 and #828FAA with #AA828F are triadic colors.

2 #8F82AA and #82AA8F with #AA828F are triadic colors.