COLOR #AA8482

HEX: #AA8482
RGB: (170,132,130)

Color info

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

RGB color model

#AA8482 color RGB value is (170,132,130).

  • red value is 170;
  • green value is 132;
  • blue value is 130.
RGB:
(170,132,130)
(67%,52%,51%)

RGB channels and saturation

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

170
132
130

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

Portions of RGB colors in percentages

R + G + B =
170 + 132 + 130 = 432 (100%)
R 170 of 432 ~ 39.35%
G 132 of 432 ~ 30.56%
B 130 of 432 ~ 30.09%

%39.35
%30.56
%30.09

CMYK color model

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

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

Codes

Color #AA8482 in popluar color models

AA8482
RGB170132130
HSL19.05%58.82%
HSB/HSV23.53%66.67%
CMYK0.00%22.35%23.53%
33.33%

Color #AA8482 in popluar number systems.

HEXAA8482
Decimal170132130
Binary101010101000010010000010
Octal252204202

Shades and tints

Shades of #AA8482

#AA8482
(170,132,130)
#9B7877
(155,120,119)
#8C6C6C
(140,108,108)
#7D6061
(125,96,97)
#6E5456
(110,84,86)
#5F484B
(95,72,75)
#503C40
(80,60,64)
#413035
(65,48,53)
#32242A
(50,36,42)
#23181F
(35,24,31)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #AA8482

#AA8482
(170,132,130)
#B18F8D
(177,143,141)
#B89A98
(184,154,152)
#BFA5A3
(191,165,163)
#C6B0AE
(198,176,174)
#CDBBB9
(205,187,185)
#D4C6C4
(212,198,196)
#DBD1CF
(219,209,207)
#E2DCDA
(226,220,218)
#E9E7E5
(233,231,229)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8482; }

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

This text font color is #AA8482.


Background Color

.myBgColor { background-color: #AA8482; }

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

This div background color is #AA8482.


Border color

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

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

This div border color is #AA8482.


Opacity

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

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

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

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

This text has shadow with #AA8482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8482 on black background.


Color preview on white background

This text has color #AA8482 on white background.



Black color preview on #AA8482 background

This text has black color on #AA8482 background.


White color preview on #AA8482 background

This text has white color on #AA8482 background.