COLOR #AA616D

HEX: #AA616D
RGB: (170,97,109)

Color info

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

RGB color model

#AA616D color RGB value is (170,97,109).

  • red value is 170;
  • green value is 97;
  • blue value is 109.
RGB:
(170,97,109)
(67%,38%,43%)

RGB channels and saturation

R 170 of 255 = 67%
G 97 of 255 = 38%
B 109 of 255 = 43%

170
97
109

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

Portions of RGB colors in percentages

R + G + B =
170 + 97 + 109 = 376 (100%)
R 170 of 376 ~ 45.21%
G 97 of 376 ~ 25.8%
B 109 of 376 ~ 28.99%

%45.21
%25.8
%28.99

CMYK color model

#AA616D color CMYK value is (0,43,36,33).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 35.88%
  • key color value is 33.33%
CMYK:
(0,43,36,33)
C0M43Y36K33 
(0%,43%,36%,33%)
(0.00/0.43/0.36/0.33)	

CMYK percentages

%0
%42.94
%35.88
%33.33

Codes

Color #AA616D in popluar color models

AA616D
RGB17097109
HSL350°30.04%52.35%
HSB/HSV350°42.94%66.67%
CMYK0.00%42.94%35.88%
33.33%

Color #AA616D in popluar number systems.

HEXAA616D
Decimal17097109
Binary1010101011000011101101
Octal252141155

Shades and tints

Shades of #AA616D

#AA616D
(170,97,109)
#9B5964
(155,89,100)
#8C515B
(140,81,91)
#7D4952
(125,73,82)
#6E4149
(110,65,73)
#5F3940
(95,57,64)
#503137
(80,49,55)
#41292E
(65,41,46)
#322125
(50,33,37)
#23191C
(35,25,28)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AA616D

#AA616D
(170,97,109)
#B16F7A
(177,111,122)
#B87D87
(184,125,135)
#BF8B94
(191,139,148)
#C699A1
(198,153,161)
#CDA7AE
(205,167,174)
#D4B5BB
(212,181,187)
#DBC3C8
(219,195,200)
#E2D1D5
(226,209,213)
#E9DFE2
(233,223,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA616D color. Also use rgb(170,97,109) instead hex code.

Text Font Color

.myTextColor { color: #AA616D; }

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

This text font color is #AA616D.


Background Color

.myBgColor { background-color: #AA616D; }

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

This div background color is #AA616D.


Border color

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

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

This div border color is #AA616D.


Opacity

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

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

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

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

This text has shadow with #AA616D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA616D on black background.


Color preview on white background

This text has color #AA616D on white background.



Black color preview on #AA616D background

This text has black color on #AA616D background.


White color preview on #AA616D background

This text has white color on #AA616D background.