COLOR #AA8582

HEX: #AA8582 RGB: (170,133,130)

Color info

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

RGB color model

#AA8582 color RGB value is (170,133,130).

RGB: (170,133,130) (67%, 52%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 133 of 255 = 52%
B 130 of 255 = 51%

170
133
130

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

Portions of RGB colors in percentages

R + G + B = 170 + 133 + 130 = 433 (100%)
R 170 of 433 ~ 39.26%
G 133 of 433 ~ 30.72%
B 130 of 433 ~ 30.02'%

%39.26
%30.72
%30.02

CMYK color model

#AA8582 color CMYK value is (0,22,24,33).

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

CMYK: (0,22,24,33)
C0M22Y24K33 (0%, 22%, 24%, 33%)
(0.00 / 0.22 / 0.24 / 0.33)

CMYK percentages

%0
%21.76
%23.53
%33.33

Codes

Color #AA8582 in popluar color models

AA 85 82
RGB 170 133 130
HSL 19.05% 58.82%
HSB/HSV 23.53% 66.67%
CMYK 0.00% 21.76% 23.53%
33.33%

Color #AA8582 in popluar number systems.

HEX AA 85 82
Decimal 170 133 130
Binary 10101010 10000101 10000010
Octal 252 205 202

Shades and tints

Shades of #AA8582

#AA8582
(170,133,130)
#9B7977
(155,121,119)
#8C6D6C
(140,109,108)
#7D6161
(125,97,97)
#6E5556
(110,85,86)
#5F494B
(95,73,75)
#503D40
(80,61,64)
#413135
(65,49,53)
#32252A
(50,37,42)
#23191F
(35,25,31)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #AA8582

#AA8582
(170,133,130)
#B1908D
(177,144,141)
#B89B98
(184,155,152)
#BFA6A3
(191,166,163)
#C6B1AE
(198,177,174)
#CDBCB9
(205,188,185)
#D4C7C4
(212,199,196)
#DBD2CF
(219,210,207)
#E2DDDA
(226,221,218)
#E9E8E5
(233,232,229)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8582; }

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

This text font color is #AA8582.

Background Color

.myBgColor { background-color: #AA8582; }

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

This div background color is #AA8582.

Border color

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

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

This div border color is #AA8582.

Opacity

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

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

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

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

This text has shadow with #AA8582 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8582.

Preview

Color preview on black background

This text has color #AA8582 on black background.


Color preview on white background

This text has color #AA8582 on white background.


Black color preview on #AA8582 background

This text has black color on #AA8582 background.


White color preview on #AA8582 background

This text has white color on #AA8582 background.


Related colors

Complementary color

Complementary color for #hex is #557A7D.


I love getcolorcode.com

Triadic colors

1 #82AA85 and #8582AA with #AA8582 are triadic colors.

2 #8285AA and #85AA82 with #AA8582 are triadic colors.