COLOR #AA4F6E

HEX: #AA4F6E
RGB: (170,79,110)

Color info

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

RGB color model

#AA4F6E color RGB value is (170,79,110).

  • red value is 170;
  • green value is 79;
  • blue value is 110.
RGB:
(170,79,110)
(67%,31%,43%)

RGB channels and saturation

R 170 of 255 = 67%
G 79 of 255 = 31%
B 110 of 255 = 43%

170
79
110

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

Portions of RGB colors in percentages

R + G + B =
170 + 79 + 110 = 359 (100%)
R 170 of 359 ~ 47.35%
G 79 of 359 ~ 22.01%
B 110 of 359 ~ 30.64%

%47.35
%22.01
%30.64

CMYK color model

#AA4F6E color CMYK value is (0,54,35,33).

  • cyan value is 0.00%
  • magenta value is 53.53%
  • yellow value is 35.29%
  • key color value is 33.33%
CMYK:
(0,54,35,33)
C0M54Y35K33 
(0%,54%,35%,33%)
(0.00/0.54/0.35/0.33)	

CMYK percentages

%0
%53.53
%35.29
%33.33

Codes

Color #AA4F6E in popluar color models

AA4F6E
RGB17079110
HSL340°36.55%48.82%
HSB/HSV340°53.53%66.67%
CMYK0.00%53.53%35.29%
33.33%

Color #AA4F6E in popluar number systems.

HEXAA4F6E
Decimal17079110
Binary1010101010011111101110
Octal252117156

Shades and tints

Shades of #AA4F6E

#AA4F6E
(170,79,110)
#9B4864
(155,72,100)
#8C415A
(140,65,90)
#7D3A50
(125,58,80)
#6E3346
(110,51,70)
#5F2C3C
(95,44,60)
#502532
(80,37,50)
#411E28
(65,30,40)
#32171E
(50,23,30)
#231014
(35,16,20)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #AA4F6E

#AA4F6E
(170,79,110)
#B15F7B
(177,95,123)
#B86F88
(184,111,136)
#BF7F95
(191,127,149)
#C68FA2
(198,143,162)
#CD9FAF
(205,159,175)
#D4AFBC
(212,175,188)
#DBBFC9
(219,191,201)
#E2CFD6
(226,207,214)
#E9DFE3
(233,223,227)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4F6E color. Also use rgb(170,79,110) instead hex code.

Text Font Color

.myTextColor { color: #AA4F6E; }

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

This text font color is #AA4F6E.


Background Color

.myBgColor { background-color: #AA4F6E; }

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

This div background color is #AA4F6E.


Border color

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

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

This div border color is #AA4F6E.


Opacity

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

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

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

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

This text has shadow with #AA4F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4F6E on black background.


Color preview on white background

This text has color #AA4F6E on white background.



Black color preview on #AA4F6E background

This text has black color on #AA4F6E background.


White color preview on #AA4F6E background

This text has white color on #AA4F6E background.