COLOR #AA6364

HEX: #AA6364 RGB: (170,99,100)

Color info

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

RGB color model

#AA6364 color RGB value is (170,99,100).

RGB: (170,99,100) (67%, 39%, 39%)

RGB channels and saturation

R 170 of 255 = 67%
G 99 of 255 = 39%
B 100 of 255 = 39%

170
99
100

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

Portions of RGB colors in percentages

R + G + B = 170 + 99 + 100 = 369 (100%)
R 170 of 369 ~ 46.07%
G 99 of 369 ~ 26.83%
B 100 of 369 ~ 27.1'%

%46.07
%26.83
%27.1

CMYK color model

#AA6364 color CMYK value is (0,42,41,33).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 41.18%
  • key color value is 33.33%

CMYK: (0,42,41,33)
C0M42Y41K33 (0%, 42%, 41%, 33%)
(0.00 / 0.42 / 0.41 / 0.33)

CMYK percentages

%0
%41.76
%41.18
%33.33

Codes

Color #AA6364 in popluar color models

AA 63 64
RGB 170 99 100
HSL 359° 29.46% 52.75%
HSB/HSV 359° 41.76% 66.67%
CMYK 0.00% 41.76% 41.18%
33.33%

Color #AA6364 in popluar number systems.

HEX AA 63 64
Decimal 170 99 100
Binary 10101010 1100011 1100100
Octal 252 143 144

Shades and tints

Shades of #AA6364

#AA6364
(170,99,100)
#9B5A5B
(155,90,91)
#8C5152
(140,81,82)
#7D4849
(125,72,73)
#6E3F40
(110,63,64)
#5F3637
(95,54,55)
#502D2E
(80,45,46)
#412425
(65,36,37)
#321B1C
(50,27,28)
#231213
(35,18,19)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #AA6364

#AA6364
(170,99,100)
#B17172
(177,113,114)
#B87F80
(184,127,128)
#BF8D8E
(191,141,142)
#C69B9C
(198,155,156)
#CDA9AA
(205,169,170)
#D4B7B8
(212,183,184)
#DBC5C6
(219,197,198)
#E2D3D4
(226,211,212)
#E9E1E2
(233,225,226)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6364 color. Also use rgb(170,99,100) instead hex code.

Text Font Color

.myTextColor { color: #AA6364; }

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

This text font color is #AA6364.

Background Color

.myBgColor { background-color: #AA6364; }

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

This div background color is #AA6364.

Border color

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

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

This div border color is #AA6364.

Opacity

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

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

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

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

This text has shadow with #AA6364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6364.

Preview

Color preview on black background

This text has color #AA6364 on black background.


Color preview on white background

This text has color #AA6364 on white background.


Black color preview on #AA6364 background

This text has black color on #AA6364 background.


White color preview on #AA6364 background

This text has white color on #AA6364 background.


Related colors

Complementary color

Complementary color for #hex is #559C9B.


I love getcolorcode.com

Triadic colors

1 #64AA63 and #6364AA with #AA6364 are triadic colors.

2 #6463AA and #63AA64 with #AA6364 are triadic colors.