COLOR #AA6463

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

Color info

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

RGB color model

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

  • red value is 170;
  • green value is 100;
  • blue value is 99.
RGB:
(170,100,99)
(67%,39%,39%)

RGB channels and saturation

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

170
100
99

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

Portions of RGB colors in percentages

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

%46.07
%27.1
%26.83

CMYK color model

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

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

Codes

Color #AA6463 in popluar color models

AA6463
RGB17010099
HSL29.46%52.75%
HSB/HSV41.76%66.67%
CMYK0.00%41.18%41.76%
33.33%

Color #AA6463 in popluar number systems.

HEXAA6463
Decimal17010099
Binary1010101011001001100011
Octal252144143

Shades and tints

Shades of #AA6463

#AA6463
(170,100,99)
#9B5B5A
(155,91,90)
#8C5251
(140,82,81)
#7D4948
(125,73,72)
#6E403F
(110,64,63)
#5F3736
(95,55,54)
#502E2D
(80,46,45)
#412524
(65,37,36)
#321C1B
(50,28,27)
#231312
(35,19,18)
#140A09
(20,10,9)
#000000
(0,0,0)

Tints of #AA6463

#AA6463
(170,100,99)
#B17271
(177,114,113)
#B8807F
(184,128,127)
#BF8E8D
(191,142,141)
#C69C9B
(198,156,155)
#CDAAA9
(205,170,169)
#D4B8B7
(212,184,183)
#DBC6C5
(219,198,197)
#E2D4D3
(226,212,211)
#E9E2E1
(233,226,225)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6463; }

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

This text font color is #AA6463.


Background Color

.myBgColor { background-color: #AA6463; }

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

This div background color is #AA6463.


Border color

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

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

This div border color is #AA6463.


Opacity

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

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

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

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

This text has shadow with #AA6463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6463 on black background.


Color preview on white background

This text has color #AA6463 on white background.



Black color preview on #AA6463 background

This text has black color on #AA6463 background.


White color preview on #AA6463 background

This text has white color on #AA6463 background.