COLOR #AA828C

HEX: #AA828C RGB: (170,130,140)

Color info

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

RGB color model

#AA828C color RGB value is (170,130,140).

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

RGB channels and saturation

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

170
130
140

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

Portions of RGB colors in percentages

R + G + B = 170 + 130 + 140 = 440 (100%)
R 170 of 440 ~ 38.64%
G 130 of 440 ~ 29.55%
B 140 of 440 ~ 31.82'%

%38.64
%29.55
%31.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 17.65%
  • 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
%17.65
%33.33

Codes

Color #AA828C in popluar color models

AA 82 8C
RGB 170 130 140
HSL 345° 19.05% 58.82%
HSB/HSV 345° 23.53% 66.67%
CMYK 0.00% 23.53% 17.65%
33.33%

Color #AA828C in popluar number systems.

HEX AA 82 8C
Decimal 170 130 140
Binary 10101010 10000010 10001100
Octal 252 202 214

Shades and tints

Shades of #AA828C

#AA828C
(170,130,140)
#9B7780
(155,119,128)
#8C6C74
(140,108,116)
#7D6168
(125,97,104)
#6E565C
(110,86,92)
#5F4B50
(95,75,80)
#504044
(80,64,68)
#413538
(65,53,56)
#322A2C
(50,42,44)
#231F20
(35,31,32)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AA828C

#AA828C
(170,130,140)
#B18D96
(177,141,150)
#B898A0
(184,152,160)
#BFA3AA
(191,163,170)
#C6AEB4
(198,174,180)
#CDB9BE
(205,185,190)
#D4C4C8
(212,196,200)
#DBCFD2
(219,207,210)
#E2DADC
(226,218,220)
#E9E5E6
(233,229,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA828C; }

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

This text font color is #AA828C.

Background Color

.myBgColor { background-color: #AA828C; }

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

This div background color is #AA828C.

Border color

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

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

This div border color is #AA828C.

Opacity

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

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

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

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

This text has shadow with #AA828C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA828C.

Preview

Color preview on black background

This text has color #AA828C on black background.


Color preview on white background

This text has color #AA828C on white background.


Black color preview on #AA828C background

This text has black color on #AA828C background.


White color preview on #AA828C background

This text has white color on #AA828C background.


Related colors

Complementary color

Complementary color for #hex is #557D73.


I love getcolorcode.com

Triadic colors

1 #8CAA82 and #828CAA with #AA828C are triadic colors.

2 #8C82AA and #82AA8C with #AA828C are triadic colors.