COLOR #AA5A65

HEX: #AA5A65 RGB: (170,90,101)

Color info

#AA5A65 contains mainly red color. Web safe color of #AA5A65 is #996666 (or #966).

RGB color model

#AA5A65 color RGB value is (170,90,101).

RGB: (170,90,101) (67%, 35%, 40%)

RGB channels and saturation

R 170 of 255 = 67%
G 90 of 255 = 35%
B 101 of 255 = 40%

170
90
101

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

Portions of RGB colors in percentages

R + G + B = 170 + 90 + 101 = 361 (100%)
R 170 of 361 ~ 47.09%
G 90 of 361 ~ 24.93%
B 101 of 361 ~ 27.98'%

%47.09
%24.93
%27.98

CMYK color model

#AA5A65 color CMYK value is (0,47,41,33).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 40.59%
  • key color value is 33.33%

CMYK: (0,47,41,33)
C0M47Y41K33 (0%, 47%, 41%, 33%)
(0.00 / 0.47 / 0.41 / 0.33)

CMYK percentages

%0
%47.06
%40.59
%33.33

Codes

Color #AA5A65 in popluar color models

AA 5A 65
RGB 170 90 101
HSL 352° 32.00% 50.98%
HSB/HSV 352° 47.06% 66.67%
CMYK 0.00% 47.06% 40.59%
33.33%

Color #AA5A65 in popluar number systems.

HEX AA 5A 65
Decimal 170 90 101
Binary 10101010 1011010 1100101
Octal 252 132 145

Shades and tints

Shades of #AA5A65

#AA5A65
(170,90,101)
#9B525C
(155,82,92)
#8C4A53
(140,74,83)
#7D424A
(125,66,74)
#6E3A41
(110,58,65)
#5F3238
(95,50,56)
#502A2F
(80,42,47)
#412226
(65,34,38)
#321A1D
(50,26,29)
#231214
(35,18,20)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #AA5A65

#AA5A65
(170,90,101)
#B16973
(177,105,115)
#B87881
(184,120,129)
#BF878F
(191,135,143)
#C6969D
(198,150,157)
#CDA5AB
(205,165,171)
#D4B4B9
(212,180,185)
#DBC3C7
(219,195,199)
#E2D2D5
(226,210,213)
#E9E1E3
(233,225,227)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5A65 color. Also use rgb(170,90,101) instead hex code.

Text Font Color

.myTextColor { color: #AA5A65; }

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

This text font color is #AA5A65.

Background Color

.myBgColor { background-color: #AA5A65; }

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

This div background color is #AA5A65.

Border color

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

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

This div border color is #AA5A65.

Opacity

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

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

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

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

This text has shadow with #AA5A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA5A65.

Preview

Color preview on black background

This text has color #AA5A65 on black background.


Color preview on white background

This text has color #AA5A65 on white background.


Black color preview on #AA5A65 background

This text has black color on #AA5A65 background.


White color preview on #AA5A65 background

This text has white color on #AA5A65 background.


Related colors

Complementary color

Complementary color for #hex is #55A59A.


I love getcolorcode.com

Triadic colors

1 #65AA5A and #5A65AA with #AA5A65 are triadic colors.

2 #655AAA and #5AAA65 with #AA5A65 are triadic colors.