COLOR #AA6081

HEX: #AA6081
RGB: (170,96,129)

Color info

#AA6081 contains mainly red and blue colors. Web safe color of #AA6081 is #996699 (or #969).

RGB color model

#AA6081 color RGB value is (170,96,129).

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

RGB channels and saturation

R 170 of 255 = 67%
G 96 of 255 = 38%
B 129 of 255 = 51%

170
96
129

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

Portions of RGB colors in percentages

R + G + B =
170 + 96 + 129 = 395 (100%)
R 170 of 395 ~ 43.04%
G 96 of 395 ~ 24.3%
B 129 of 395 ~ 32.66%

%43.04
%24.3
%32.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 24.12%
  • key color value is 33.33%
CMYK:
(0,44,24,33)
C0M44Y24K33 
(0%,44%,24%,33%)
(0.00/0.44/0.24/0.33)	

CMYK percentages

%0
%43.53
%24.12
%33.33

Codes

Color #AA6081 in popluar color models

AA6081
RGB17096129
HSL333°30.33%52.16%
HSB/HSV333°43.53%66.67%
CMYK0.00%43.53%24.12%
33.33%

Color #AA6081 in popluar number systems.

HEXAA6081
Decimal17096129
Binary10101010110000010000001
Octal252140201

Shades and tints

Shades of #AA6081

#AA6081
(170,96,129)
#9B5876
(155,88,118)
#8C506B
(140,80,107)
#7D4860
(125,72,96)
#6E4055
(110,64,85)
#5F384A
(95,56,74)
#50303F
(80,48,63)
#412834
(65,40,52)
#322029
(50,32,41)
#23181E
(35,24,30)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #AA6081

#AA6081
(170,96,129)
#B16E8C
(177,110,140)
#B87C97
(184,124,151)
#BF8AA2
(191,138,162)
#C698AD
(198,152,173)
#CDA6B8
(205,166,184)
#D4B4C3
(212,180,195)
#DBC2CE
(219,194,206)
#E2D0D9
(226,208,217)
#E9DEE4
(233,222,228)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6081; }

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

This text font color is #AA6081.


Background Color

.myBgColor { background-color: #AA6081; }

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

This div background color is #AA6081.


Border color

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

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

This div border color is #AA6081.


Opacity

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

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

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

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

This text has shadow with #AA6081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6081 on black background.


Color preview on white background

This text has color #AA6081 on white background.



Black color preview on #AA6081 background

This text has black color on #AA6081 background.


White color preview on #AA6081 background

This text has white color on #AA6081 background.