COLOR #AA464C

HEX: #AA464C
RGB: (170,70,76)

Color info

#AA464C contains mainly red color. Web safe color of #AA464C is #993333 (or #933).

RGB color model

#AA464C color RGB value is (170,70,76).

  • red value is 170;
  • green value is 70;
  • blue value is 76.
RGB:
(170,70,76)
(67%,27%,30%)

RGB channels and saturation

R 170 of 255 = 67%
G 70 of 255 = 27%
B 76 of 255 = 30%

170
70
76

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

Portions of RGB colors in percentages

R + G + B =
170 + 70 + 76 = 316 (100%)
R 170 of 316 ~ 53.8%
G 70 of 316 ~ 22.15%
B 76 of 316 ~ 24.05%

%53.8
%22.15
%24.05

CMYK color model

#AA464C color CMYK value is (0,59,55,33).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 55.29%
  • key color value is 33.33%
CMYK:
(0,59,55,33)
C0M59Y55K33 
(0%,59%,55%,33%)
(0.00/0.59/0.55/0.33)	

CMYK percentages

%0
%58.82
%55.29
%33.33

Codes

Color #AA464C in popluar color models

AA464C
RGB1707076
HSL356°41.67%47.06%
HSB/HSV356°58.82%66.67%
CMYK0.00%58.82%55.29%
33.33%

Color #AA464C in popluar number systems.

HEXAA464C
Decimal1707076
Binary1010101010001101001100
Octal252106114

Shades and tints

Shades of #AA464C

#AA464C
(170,70,76)
#9B4046
(155,64,70)
#8C3A40
(140,58,64)
#7D343A
(125,52,58)
#6E2E34
(110,46,52)
#5F282E
(95,40,46)
#502228
(80,34,40)
#411C22
(65,28,34)
#32161C
(50,22,28)
#231016
(35,16,22)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #AA464C

#AA464C
(170,70,76)
#B1565C
(177,86,92)
#B8666C
(184,102,108)
#BF767C
(191,118,124)
#C6868C
(198,134,140)
#CD969C
(205,150,156)
#D4A6AC
(212,166,172)
#DBB6BC
(219,182,188)
#E2C6CC
(226,198,204)
#E9D6DC
(233,214,220)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA464C color. Also use rgb(170,70,76) instead hex code.

Text Font Color

.myTextColor { color: #AA464C; }

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

This text font color is #AA464C.


Background Color

.myBgColor { background-color: #AA464C; }

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

This div background color is #AA464C.


Border color

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

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

This div border color is #AA464C.


Opacity

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

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

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

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

This text has shadow with #AA464C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA464C on black background.


Color preview on white background

This text has color #AA464C on white background.



Black color preview on #AA464C background

This text has black color on #AA464C background.


White color preview on #AA464C background

This text has white color on #AA464C background.