COLOR #AA5058

HEX: #AA5058
RGB: (170,80,88)

Color info

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

RGB color model

#AA5058 color RGB value is (170,80,88).

  • red value is 170;
  • green value is 80;
  • blue value is 88.
RGB:
(170,80,88)
(67%,31%,35%)

RGB channels and saturation

R 170 of 255 = 67%
G 80 of 255 = 31%
B 88 of 255 = 35%

170
80
88

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

Portions of RGB colors in percentages

R + G + B =
170 + 80 + 88 = 338 (100%)
R 170 of 338 ~ 50.3%
G 80 of 338 ~ 23.67%
B 88 of 338 ~ 26.04%

%50.3
%23.67
%26.04

CMYK color model

#AA5058 color CMYK value is (0,53,48,33).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 48.24%
  • key color value is 33.33%
CMYK:
(0,53,48,33)
C0M53Y48K33 
(0%,53%,48%,33%)
(0.00/0.53/0.48/0.33)	

CMYK percentages

%0
%52.94
%48.24
%33.33

Codes

Color #AA5058 in popluar color models

AA5058
RGB1708088
HSL355°36.00%49.02%
HSB/HSV355°52.94%66.67%
CMYK0.00%52.94%48.24%
33.33%

Color #AA5058 in popluar number systems.

HEXAA5058
Decimal1708088
Binary1010101010100001011000
Octal252120130

Shades and tints

Shades of #AA5058

#AA5058
(170,80,88)
#9B4950
(155,73,80)
#8C4248
(140,66,72)
#7D3B40
(125,59,64)
#6E3438
(110,52,56)
#5F2D30
(95,45,48)
#502628
(80,38,40)
#411F20
(65,31,32)
#321818
(50,24,24)
#231110
(35,17,16)
#140A08
(20,10,8)
#000000
(0,0,0)

Tints of #AA5058

#AA5058
(170,80,88)
#B15F67
(177,95,103)
#B86E76
(184,110,118)
#BF7D85
(191,125,133)
#C68C94
(198,140,148)
#CD9BA3
(205,155,163)
#D4AAB2
(212,170,178)
#DBB9C1
(219,185,193)
#E2C8D0
(226,200,208)
#E9D7DF
(233,215,223)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA5058 color. Also use rgb(170,80,88) instead hex code.

Text Font Color

.myTextColor { color: #AA5058; }

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

This text font color is #AA5058.


Background Color

.myBgColor { background-color: #AA5058; }

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

This div background color is #AA5058.


Border color

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

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

This div border color is #AA5058.


Opacity

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

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

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

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

This text has shadow with #AA5058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5058 on black background.


Color preview on white background

This text has color #AA5058 on white background.



Black color preview on #AA5058 background

This text has black color on #AA5058 background.


White color preview on #AA5058 background

This text has white color on #AA5058 background.