COLOR #AA4760

HEX: #AA4760
RGB: (170,71,96)

Color info

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

RGB color model

#AA4760 color RGB value is (170,71,96).

  • red value is 170;
  • green value is 71;
  • blue value is 96.
RGB:
(170,71,96)
(67%,28%,38%)

RGB channels and saturation

R 170 of 255 = 67%
G 71 of 255 = 28%
B 96 of 255 = 38%

170
71
96

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

Portions of RGB colors in percentages

R + G + B =
170 + 71 + 96 = 337 (100%)
R 170 of 337 ~ 50.45%
G 71 of 337 ~ 21.07%
B 96 of 337 ~ 28.49%

%50.45
%21.07
%28.49

CMYK color model

#AA4760 color CMYK value is (0,58,44,33).

  • cyan value is 0.00%
  • magenta value is 58.24%
  • yellow value is 43.53%
  • key color value is 33.33%
CMYK:
(0,58,44,33)
C0M58Y44K33 
(0%,58%,44%,33%)
(0.00/0.58/0.44/0.33)	

CMYK percentages

%0
%58.24
%43.53
%33.33

Codes

Color #AA4760 in popluar color models

AA4760
RGB1707196
HSL345°41.08%47.25%
HSB/HSV345°58.24%66.67%
CMYK0.00%58.24%43.53%
33.33%

Color #AA4760 in popluar number systems.

HEXAA4760
Decimal1707196
Binary1010101010001111100000
Octal252107140

Shades and tints

Shades of #AA4760

#AA4760
(170,71,96)
#9B4158
(155,65,88)
#8C3B50
(140,59,80)
#7D3548
(125,53,72)
#6E2F40
(110,47,64)
#5F2938
(95,41,56)
#502330
(80,35,48)
#411D28
(65,29,40)
#321720
(50,23,32)
#231118
(35,17,24)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #AA4760

#AA4760
(170,71,96)
#B1576E
(177,87,110)
#B8677C
(184,103,124)
#BF778A
(191,119,138)
#C68798
(198,135,152)
#CD97A6
(205,151,166)
#D4A7B4
(212,167,180)
#DBB7C2
(219,183,194)
#E2C7D0
(226,199,208)
#E9D7DE
(233,215,222)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4760 color. Also use rgb(170,71,96) instead hex code.

Text Font Color

.myTextColor { color: #AA4760; }

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

This text font color is #AA4760.


Background Color

.myBgColor { background-color: #AA4760; }

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

This div background color is #AA4760.


Border color

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

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

This div border color is #AA4760.


Opacity

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

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

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

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

This text has shadow with #AA4760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4760 on black background.


Color preview on white background

This text has color #AA4760 on white background.



Black color preview on #AA4760 background

This text has black color on #AA4760 background.


White color preview on #AA4760 background

This text has white color on #AA4760 background.