COLOR #AA8382

HEX: #AA8382 RGB: (170,131,130)

Color info

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

RGB color model

#AA8382 color RGB value is (170,131,130).

RGB: (170,131,130) (67%, 51%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 130 of 255 = 51%

170
131
130

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

Portions of RGB colors in percentages

R + G + B = 170 + 131 + 130 = 431 (100%)
R 170 of 431 ~ 39.44%
G 131 of 431 ~ 30.39%
B 130 of 431 ~ 30.16'%

%39.44
%30.39
%30.16

CMYK color model

#AA8382 color CMYK value is (0,23,24,33).

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

CMYK: (0,23,24,33)
C0M23Y24K33 (0%, 23%, 24%, 33%)
(0.00 / 0.23 / 0.24 / 0.33)

CMYK percentages

%0
%22.94
%23.53
%33.33

Codes

Color #AA8382 in popluar color models

AA 83 82
RGB 170 131 130
HSL 19.05% 58.82%
HSB/HSV 23.53% 66.67%
CMYK 0.00% 22.94% 23.53%
33.33%

Color #AA8382 in popluar number systems.

HEX AA 83 82
Decimal 170 131 130
Binary 10101010 10000011 10000010
Octal 252 203 202

Shades and tints

Shades of #AA8382

#AA8382
(170,131,130)
#9B7877
(155,120,119)
#8C6D6C
(140,109,108)
#7D6261
(125,98,97)
#6E5756
(110,87,86)
#5F4C4B
(95,76,75)
#504140
(80,65,64)
#413635
(65,54,53)
#322B2A
(50,43,42)
#23201F
(35,32,31)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #AA8382

#AA8382
(170,131,130)
#B18E8D
(177,142,141)
#B89998
(184,153,152)
#BFA4A3
(191,164,163)
#C6AFAE
(198,175,174)
#CDBAB9
(205,186,185)
#D4C5C4
(212,197,196)
#DBD0CF
(219,208,207)
#E2DBDA
(226,219,218)
#E9E6E5
(233,230,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8382; }

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

This text font color is #AA8382.

Background Color

.myBgColor { background-color: #AA8382; }

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

This div background color is #AA8382.

Border color

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

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

This div border color is #AA8382.

Opacity

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

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

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

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

This text has shadow with #AA8382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8382.

Preview

Color preview on black background

This text has color #AA8382 on black background.


Color preview on white background

This text has color #AA8382 on white background.


Black color preview on #AA8382 background

This text has black color on #AA8382 background.


White color preview on #AA8382 background

This text has white color on #AA8382 background.


Related colors

Complementary color

Complementary color for #hex is #557C7D.


I love getcolorcode.com

Triadic colors

1 #82AA83 and #8382AA with #AA8382 are triadic colors.

2 #8283AA and #83AA82 with #AA8382 are triadic colors.