COLOR #AA6B7D

HEX: #AA6B7D
RGB: (170,107,125)

Color info

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

RGB color model

#AA6B7D color RGB value is (170,107,125).

  • red value is 170;
  • green value is 107;
  • blue value is 125.
RGB:
(170,107,125)
(67%,42%,49%)

RGB channels and saturation

R 170 of 255 = 67%
G 107 of 255 = 42%
B 125 of 255 = 49%

170
107
125

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

Portions of RGB colors in percentages

R + G + B =
170 + 107 + 125 = 402 (100%)
R 170 of 402 ~ 42.29%
G 107 of 402 ~ 26.62%
B 125 of 402 ~ 31.09%

%42.29
%26.62
%31.09

CMYK color model

#AA6B7D color CMYK value is (0,37,26,33).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 26.47%
  • key color value is 33.33%
CMYK:
(0,37,26,33)
C0M37Y26K33 
(0%,37%,26%,33%)
(0.00/0.37/0.26/0.33)	

CMYK percentages

%0
%37.06
%26.47
%33.33

Codes

Color #AA6B7D in popluar color models

AA6B7D
RGB170107125
HSL343°27.04%54.31%
HSB/HSV343°37.06%66.67%
CMYK0.00%37.06%26.47%
33.33%

Color #AA6B7D in popluar number systems.

HEXAA6B7D
Decimal170107125
Binary1010101011010111111101
Octal252153175

Shades and tints

Shades of #AA6B7D

#AA6B7D
(170,107,125)
#9B6272
(155,98,114)
#8C5967
(140,89,103)
#7D505C
(125,80,92)
#6E4751
(110,71,81)
#5F3E46
(95,62,70)
#50353B
(80,53,59)
#412C30
(65,44,48)
#322325
(50,35,37)
#231A1A
(35,26,26)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #AA6B7D

#AA6B7D
(170,107,125)
#B17888
(177,120,136)
#B88593
(184,133,147)
#BF929E
(191,146,158)
#C69FA9
(198,159,169)
#CDACB4
(205,172,180)
#D4B9BF
(212,185,191)
#DBC6CA
(219,198,202)
#E2D3D5
(226,211,213)
#E9E0E0
(233,224,224)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6B7D color. Also use rgb(170,107,125) instead hex code.

Text Font Color

.myTextColor { color: #AA6B7D; }

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

This text font color is #AA6B7D.


Background Color

.myBgColor { background-color: #AA6B7D; }

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

This div background color is #AA6B7D.


Border color

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

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

This div border color is #AA6B7D.


Opacity

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

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

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

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

This text has shadow with #AA6B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6B7D on black background.


Color preview on white background

This text has color #AA6B7D on white background.



Black color preview on #AA6B7D background

This text has black color on #AA6B7D background.


White color preview on #AA6B7D background

This text has white color on #AA6B7D background.