COLOR #AA83A3

HEX: #AA83A3 RGB: (170,131,163)

Color info

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

RGB color model

#AA83A3 color RGB value is (170,131,163).

RGB: (170,131,163) (67%, 51%, 64%)

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 163 of 255 = 64%

170
131
163

R + G + B ~ 61%. #AA83A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 131 + 163 = 464 (100%)
R 170 of 464 ~ 36.64%
G 131 of 464 ~ 28.23%
B 163 of 464 ~ 35.13'%

%36.64
%28.23
%35.13

CMYK color model

#AA83A3 color CMYK value is (0,23,4,33).

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

CMYK: (0,23,4,33)
C0M23Y4K33 (0%, 23%, 4%, 33%)
(0.00 / 0.23 / 0.04 / 0.33)

CMYK percentages

%0
%22.94
%4.12
%33.33

Codes

Color #AA83A3 in popluar color models

AA 83 A3
RGB 170 131 163
HSL 311° 18.66% 59.02%
HSB/HSV 311° 22.94% 66.67%
CMYK 0.00% 22.94% 4.12%
33.33%

Color #AA83A3 in popluar number systems.

HEX AA 83 A3
Decimal 170 131 163
Binary 10101010 10000011 10100011
Octal 252 203 243

Shades and tints

Shades of #AA83A3

#AA83A3
(170,131,163)
#9B7895
(155,120,149)
#8C6D87
(140,109,135)
#7D6279
(125,98,121)
#6E576B
(110,87,107)
#5F4C5D
(95,76,93)
#50414F
(80,65,79)
#413641
(65,54,65)
#322B33
(50,43,51)
#232025
(35,32,37)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #AA83A3

#AA83A3
(170,131,163)
#B18EAB
(177,142,171)
#B899B3
(184,153,179)
#BFA4BB
(191,164,187)
#C6AFC3
(198,175,195)
#CDBACB
(205,186,203)
#D4C5D3
(212,197,211)
#DBD0DB
(219,208,219)
#E2DBE3
(226,219,227)
#E9E6EB
(233,230,235)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA83A3; }

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

This text font color is #AA83A3.

Background Color

.myBgColor { background-color: #AA83A3; }

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

This div background color is #AA83A3.

Border color

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

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

This div border color is #AA83A3.

Opacity

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

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

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

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

This text has shadow with #AA83A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA83A3.

Preview

Color preview on black background

This text has color #AA83A3 on black background.


Color preview on white background

This text has color #AA83A3 on white background.


Black color preview on #AA83A3 background

This text has black color on #AA83A3 background.


White color preview on #AA83A3 background

This text has white color on #AA83A3 background.


Related colors

Complementary color

Complementary color for #hex is #557C5C.


I love getcolorcode.com

Triadic colors

1 #A3AA83 and #83A3AA with #AA83A3 are triadic colors.

2 #A383AA and #83AAA3 with #AA83A3 are triadic colors.