COLOR #AA6072

HEX: #AA6072
RGB: (170,96,114)

Color info

#AA6072 contains mainly red and blue colors. Web safe color of #AA6072 is #996666 (or #966).

RGB color model

#AA6072 color RGB value is (170,96,114).

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

RGB channels and saturation

R 170 of 255 = 67%
G 96 of 255 = 38%
B 114 of 255 = 45%

170
96
114

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

Portions of RGB colors in percentages

R + G + B =
170 + 96 + 114 = 380 (100%)
R 170 of 380 ~ 44.74%
G 96 of 380 ~ 25.26%
B 114 of 380 ~ 30%

%44.74
%25.26
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 32.94%
  • key color value is 33.33%
CMYK:
(0,44,33,33)
C0M44Y33K33 
(0%,44%,33%,33%)
(0.00/0.44/0.33/0.33)	

CMYK percentages

%0
%43.53
%32.94
%33.33

Codes

Color #AA6072 in popluar color models

AA6072
RGB17096114
HSL345°30.33%52.16%
HSB/HSV345°43.53%66.67%
CMYK0.00%43.53%32.94%
33.33%

Color #AA6072 in popluar number systems.

HEXAA6072
Decimal17096114
Binary1010101011000001110010
Octal252140162

Shades and tints

Shades of #AA6072

#AA6072
(170,96,114)
#9B5868
(155,88,104)
#8C505E
(140,80,94)
#7D4854
(125,72,84)
#6E404A
(110,64,74)
#5F3840
(95,56,64)
#503036
(80,48,54)
#41282C
(65,40,44)
#322022
(50,32,34)
#231818
(35,24,24)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #AA6072

#AA6072
(170,96,114)
#B16E7E
(177,110,126)
#B87C8A
(184,124,138)
#BF8A96
(191,138,150)
#C698A2
(198,152,162)
#CDA6AE
(205,166,174)
#D4B4BA
(212,180,186)
#DBC2C6
(219,194,198)
#E2D0D2
(226,208,210)
#E9DEDE
(233,222,222)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6072; }

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

This text font color is #AA6072.


Background Color

.myBgColor { background-color: #AA6072; }

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

This div background color is #AA6072.


Border color

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

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

This div border color is #AA6072.


Opacity

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

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

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

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

This text has shadow with #AA6072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6072 on black background.


Color preview on white background

This text has color #AA6072 on white background.



Black color preview on #AA6072 background

This text has black color on #AA6072 background.


White color preview on #AA6072 background

This text has white color on #AA6072 background.