COLOR #AA5C6A

HEX: #AA5C6A
RGB: (170,92,106)

Color info

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

RGB color model

#AA5C6A color RGB value is (170,92,106).

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

RGB channels and saturation

R 170 of 255 = 67%
G 92 of 255 = 36%
B 106 of 255 = 42%

170
92
106

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

Portions of RGB colors in percentages

R + G + B =
170 + 92 + 106 = 368 (100%)
R 170 of 368 ~ 46.2%
G 92 of 368 ~ 25%
B 106 of 368 ~ 28.8%

%46.2
%25
%28.8

CMYK color model

#AA5C6A color CMYK value is (0,46,38,33).

  • cyan value is 0.00%
  • magenta value is 45.88%
  • yellow value is 37.65%
  • key color value is 33.33%
CMYK:
(0,46,38,33)
C0M46Y38K33 
(0%,46%,38%,33%)
(0.00/0.46/0.38/0.33)	

CMYK percentages

%0
%45.88
%37.65
%33.33

Codes

Color #AA5C6A in popluar color models

AA5C6A
RGB17092106
HSL349°31.45%51.37%
HSB/HSV349°45.88%66.67%
CMYK0.00%45.88%37.65%
33.33%

Color #AA5C6A in popluar number systems.

HEXAA5C6A
Decimal17092106
Binary1010101010111001101010
Octal252134152

Shades and tints

Shades of #AA5C6A

#AA5C6A
(170,92,106)
#9B5461
(155,84,97)
#8C4C58
(140,76,88)
#7D444F
(125,68,79)
#6E3C46
(110,60,70)
#5F343D
(95,52,61)
#502C34
(80,44,52)
#41242B
(65,36,43)
#321C22
(50,28,34)
#231419
(35,20,25)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #AA5C6A

#AA5C6A
(170,92,106)
#B16A77
(177,106,119)
#B87884
(184,120,132)
#BF8691
(191,134,145)
#C6949E
(198,148,158)
#CDA2AB
(205,162,171)
#D4B0B8
(212,176,184)
#DBBEC5
(219,190,197)
#E2CCD2
(226,204,210)
#E9DADF
(233,218,223)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5C6A; }

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

This text font color is #AA5C6A.


Background Color

.myBgColor { background-color: #AA5C6A; }

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

This div background color is #AA5C6A.


Border color

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

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

This div border color is #AA5C6A.


Opacity

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

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

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

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

This text has shadow with #AA5C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5C6A on black background.


Color preview on white background

This text has color #AA5C6A on white background.



Black color preview on #AA5C6A background

This text has black color on #AA5C6A background.


White color preview on #AA5C6A background

This text has white color on #AA5C6A background.