COLOR #AA6069

HEX: #AA6069
RGB: (170,96,105)

Color info

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

RGB color model

#AA6069 color RGB value is (170,96,105).

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

RGB channels and saturation

R 170 of 255 = 67%
G 96 of 255 = 38%
B 105 of 255 = 41%

170
96
105

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

Portions of RGB colors in percentages

R + G + B =
170 + 96 + 105 = 371 (100%)
R 170 of 371 ~ 45.82%
G 96 of 371 ~ 25.88%
B 105 of 371 ~ 28.3%

%45.82
%25.88
%28.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 38.24%
  • key color value is 33.33%
CMYK:
(0,44,38,33)
C0M44Y38K33 
(0%,44%,38%,33%)
(0.00/0.44/0.38/0.33)	

CMYK percentages

%0
%43.53
%38.24
%33.33

Codes

Color #AA6069 in popluar color models

AA6069
RGB17096105
HSL353°30.33%52.16%
HSB/HSV353°43.53%66.67%
CMYK0.00%43.53%38.24%
33.33%

Color #AA6069 in popluar number systems.

HEXAA6069
Decimal17096105
Binary1010101011000001101001
Octal252140151

Shades and tints

Shades of #AA6069

#AA6069
(170,96,105)
#9B5860
(155,88,96)
#8C5057
(140,80,87)
#7D484E
(125,72,78)
#6E4045
(110,64,69)
#5F383C
(95,56,60)
#503033
(80,48,51)
#41282A
(65,40,42)
#322021
(50,32,33)
#231818
(35,24,24)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #AA6069

#AA6069
(170,96,105)
#B16E76
(177,110,118)
#B87C83
(184,124,131)
#BF8A90
(191,138,144)
#C6989D
(198,152,157)
#CDA6AA
(205,166,170)
#D4B4B7
(212,180,183)
#DBC2C4
(219,194,196)
#E2D0D1
(226,208,209)
#E9DEDE
(233,222,222)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6069; }

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

This text font color is #AA6069.


Background Color

.myBgColor { background-color: #AA6069; }

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

This div background color is #AA6069.


Border color

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

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

This div border color is #AA6069.


Opacity

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

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

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

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

This text has shadow with #AA6069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6069 on black background.


Color preview on white background

This text has color #AA6069 on white background.



Black color preview on #AA6069 background

This text has black color on #AA6069 background.


White color preview on #AA6069 background

This text has white color on #AA6069 background.