COLOR #AA6F88

HEX: #AA6F88 RGB: (170,111,136)

Color info

#AA6F88 contains red, green and blue colors in about the same proportion. Web safe color of #AA6F88 is #996699 (or #969).

RGB color model

#AA6F88 color RGB value is (170,111,136).

RGB: (170,111,136) (67%, 44%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 111 of 255 = 44%
B 136 of 255 = 53%

170
111
136

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

Portions of RGB colors in percentages

R + G + B = 170 + 111 + 136 = 417 (100%)
R 170 of 417 ~ 40.77%
G 111 of 417 ~ 26.62%
B 136 of 417 ~ 32.61'%

%40.77
%26.62
%32.61

CMYK color model

#AA6F88 color CMYK value is (0,35,20,33).

  • cyan value is 0.00%
  • magenta value is 34.71%
  • yellow value is 20.00%
  • key color value is 33.33%

CMYK: (0,35,20,33)
C0M35Y20K33 (0%, 35%, 20%, 33%)
(0.00 / 0.35 / 0.20 / 0.33)

CMYK percentages

%0
%34.71
%20
%33.33

Codes

Color #AA6F88 in popluar color models

AA 6F 88
RGB 170 111 136
HSL 335° 25.76% 55.10%
HSB/HSV 335° 34.71% 66.67%
CMYK 0.00% 34.71% 20.00%
33.33%

Color #AA6F88 in popluar number systems.

HEX AA 6F 88
Decimal 170 111 136
Binary 10101010 1101111 10001000
Octal 252 157 210

Shades and tints

Shades of #AA6F88

#AA6F88
(170,111,136)
#9B657C
(155,101,124)
#8C5B70
(140,91,112)
#7D5164
(125,81,100)
#6E4758
(110,71,88)
#5F3D4C
(95,61,76)
#503340
(80,51,64)
#412934
(65,41,52)
#321F28
(50,31,40)
#23151C
(35,21,28)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #AA6F88

#AA6F88
(170,111,136)
#B17C92
(177,124,146)
#B8899C
(184,137,156)
#BF96A6
(191,150,166)
#C6A3B0
(198,163,176)
#CDB0BA
(205,176,186)
#D4BDC4
(212,189,196)
#DBCACE
(219,202,206)
#E2D7D8
(226,215,216)
#E9E4E2
(233,228,226)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6F88 color. Also use rgb(170,111,136) instead hex code.

Text Font Color

.myTextColor { color: #AA6F88; }

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

This text font color is #AA6F88.

Background Color

.myBgColor { background-color: #AA6F88; }

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

This div background color is #AA6F88.

Border color

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

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

This div border color is #AA6F88.

Opacity

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

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

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

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

This text has shadow with #AA6F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6F88.

Preview

Color preview on black background

This text has color #AA6F88 on black background.


Color preview on white background

This text has color #AA6F88 on white background.


Black color preview on #AA6F88 background

This text has black color on #AA6F88 background.


White color preview on #AA6F88 background

This text has white color on #AA6F88 background.


Related colors

Complementary color

Complementary color for #hex is #559077.


I love getcolorcode.com

Triadic colors

1 #88AA6F and #6F88AA with #AA6F88 are triadic colors.

2 #886FAA and #6FAA88 with #AA6F88 are triadic colors.