COLOR #AA6563

HEX: #AA6563 RGB: (170,101,99)

Color info

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

RGB color model

#AA6563 color RGB value is (170,101,99).

RGB: (170,101,99) (67%, 40%, 39%)

RGB channels and saturation

R 170 of 255 = 67%
G 101 of 255 = 40%
B 99 of 255 = 39%

170
101
99

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

Portions of RGB colors in percentages

R + G + B = 170 + 101 + 99 = 370 (100%)
R 170 of 370 ~ 45.95%
G 101 of 370 ~ 27.3%
B 99 of 370 ~ 26.76'%

%45.95
%27.3
%26.76

CMYK color model

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

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

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

CMYK percentages

%0
%40.59
%41.76
%33.33

Codes

Color #AA6563 in popluar color models

AA 65 63
RGB 170 101 99
HSL 29.46% 52.75%
HSB/HSV 41.76% 66.67%
CMYK 0.00% 40.59% 41.76%
33.33%

Color #AA6563 in popluar number systems.

HEX AA 65 63
Decimal 170 101 99
Binary 10101010 1100101 1100011
Octal 252 145 143

Shades and tints

Shades of #AA6563

#AA6563
(170,101,99)
#9B5C5A
(155,92,90)
#8C5351
(140,83,81)
#7D4A48
(125,74,72)
#6E413F
(110,65,63)
#5F3836
(95,56,54)
#502F2D
(80,47,45)
#412624
(65,38,36)
#321D1B
(50,29,27)
#231412
(35,20,18)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #AA6563

#AA6563
(170,101,99)
#B17371
(177,115,113)
#B8817F
(184,129,127)
#BF8F8D
(191,143,141)
#C69D9B
(198,157,155)
#CDABA9
(205,171,169)
#D4B9B7
(212,185,183)
#DBC7C5
(219,199,197)
#E2D5D3
(226,213,211)
#E9E3E1
(233,227,225)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6563; }

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

This text font color is #AA6563.

Background Color

.myBgColor { background-color: #AA6563; }

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

This div background color is #AA6563.

Border color

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

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

This div border color is #AA6563.

Opacity

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

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

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

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

This text has shadow with #AA6563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6563.

Preview

Color preview on black background

This text has color #AA6563 on black background.


Color preview on white background

This text has color #AA6563 on white background.


Black color preview on #AA6563 background

This text has black color on #AA6563 background.


White color preview on #AA6563 background

This text has white color on #AA6563 background.


Related colors

Complementary color

Complementary color for #hex is #559A9C.


I love getcolorcode.com

Triadic colors

1 #63AA65 and #6563AA with #AA6563 are triadic colors.

2 #6365AA and #65AA63 with #AA6563 are triadic colors.