COLOR #AA4A5C

HEX: #AA4A5C
RGB: (170,74,92)

Color info

#AA4A5C contains mainly red color. Web safe color of #AA4A5C is #993366 (or #936).

RGB color model

#AA4A5C color RGB value is (170,74,92).

  • red value is 170;
  • green value is 74;
  • blue value is 92.
RGB:
(170,74,92)
(67%,29%,36%)

RGB channels and saturation

R 170 of 255 = 67%
G 74 of 255 = 29%
B 92 of 255 = 36%

170
74
92

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

Portions of RGB colors in percentages

R + G + B =
170 + 74 + 92 = 336 (100%)
R 170 of 336 ~ 50.6%
G 74 of 336 ~ 22.02%
B 92 of 336 ~ 27.38%

%50.6
%22.02
%27.38

CMYK color model

#AA4A5C color CMYK value is (0,56,46,33).

  • cyan value is 0.00%
  • magenta value is 56.47%
  • yellow value is 45.88%
  • key color value is 33.33%
CMYK:
(0,56,46,33)
C0M56Y46K33 
(0%,56%,46%,33%)
(0.00/0.56/0.46/0.33)	

CMYK percentages

%0
%56.47
%45.88
%33.33

Codes

Color #AA4A5C in popluar color models

AA4A5C
RGB1707492
HSL349°39.34%47.84%
HSB/HSV349°56.47%66.67%
CMYK0.00%56.47%45.88%
33.33%

Color #AA4A5C in popluar number systems.

HEXAA4A5C
Decimal1707492
Binary1010101010010101011100
Octal252112134

Shades and tints

Shades of #AA4A5C

#AA4A5C
(170,74,92)
#9B4454
(155,68,84)
#8C3E4C
(140,62,76)
#7D3844
(125,56,68)
#6E323C
(110,50,60)
#5F2C34
(95,44,52)
#50262C
(80,38,44)
#412024
(65,32,36)
#321A1C
(50,26,28)
#231414
(35,20,20)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #AA4A5C

#AA4A5C
(170,74,92)
#B15A6A
(177,90,106)
#B86A78
(184,106,120)
#BF7A86
(191,122,134)
#C68A94
(198,138,148)
#CD9AA2
(205,154,162)
#D4AAB0
(212,170,176)
#DBBABE
(219,186,190)
#E2CACC
(226,202,204)
#E9DADA
(233,218,218)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4A5C color. Also use rgb(170,74,92) instead hex code.

Text Font Color

.myTextColor { color: #AA4A5C; }

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

This text font color is #AA4A5C.


Background Color

.myBgColor { background-color: #AA4A5C; }

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

This div background color is #AA4A5C.


Border color

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

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

This div border color is #AA4A5C.


Opacity

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

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

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

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

This text has shadow with #AA4A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4A5C on black background.


Color preview on white background

This text has color #AA4A5C on white background.



Black color preview on #AA4A5C background

This text has black color on #AA4A5C background.


White color preview on #AA4A5C background

This text has white color on #AA4A5C background.