COLOR #AA677B

HEX: #AA677B
RGB: (170,103,123)

Color info

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

RGB color model

#AA677B color RGB value is (170,103,123).

  • red value is 170;
  • green value is 103;
  • blue value is 123.
RGB:
(170,103,123)
(67%,40%,48%)

RGB channels and saturation

R 170 of 255 = 67%
G 103 of 255 = 40%
B 123 of 255 = 48%

170
103
123

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

Portions of RGB colors in percentages

R + G + B =
170 + 103 + 123 = 396 (100%)
R 170 of 396 ~ 42.93%
G 103 of 396 ~ 26.01%
B 123 of 396 ~ 31.06%

%42.93
%26.01
%31.06

CMYK color model

#AA677B color CMYK value is (0,39,28,33).

  • cyan value is 0.00%
  • magenta value is 39.41%
  • yellow value is 27.65%
  • key color value is 33.33%
CMYK:
(0,39,28,33)
C0M39Y28K33 
(0%,39%,28%,33%)
(0.00/0.39/0.28/0.33)	

CMYK percentages

%0
%39.41
%27.65
%33.33

Codes

Color #AA677B in popluar color models

AA677B
RGB170103123
HSL342°28.27%53.53%
HSB/HSV342°39.41%66.67%
CMYK0.00%39.41%27.65%
33.33%

Color #AA677B in popluar number systems.

HEXAA677B
Decimal170103123
Binary1010101011001111111011
Octal252147173

Shades and tints

Shades of #AA677B

#AA677B
(170,103,123)
#9B5E70
(155,94,112)
#8C5565
(140,85,101)
#7D4C5A
(125,76,90)
#6E434F
(110,67,79)
#5F3A44
(95,58,68)
#503139
(80,49,57)
#41282E
(65,40,46)
#321F23
(50,31,35)
#231618
(35,22,24)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #AA677B

#AA677B
(170,103,123)
#B17487
(177,116,135)
#B88193
(184,129,147)
#BF8E9F
(191,142,159)
#C69BAB
(198,155,171)
#CDA8B7
(205,168,183)
#D4B5C3
(212,181,195)
#DBC2CF
(219,194,207)
#E2CFDB
(226,207,219)
#E9DCE7
(233,220,231)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA677B color. Also use rgb(170,103,123) instead hex code.

Text Font Color

.myTextColor { color: #AA677B; }

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

This text font color is #AA677B.


Background Color

.myBgColor { background-color: #AA677B; }

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

This div background color is #AA677B.


Border color

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

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

This div border color is #AA677B.


Opacity

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

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

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

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

This text has shadow with #AA677B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA677B on black background.


Color preview on white background

This text has color #AA677B on white background.



Black color preview on #AA677B background

This text has black color on #AA677B background.


White color preview on #AA677B background

This text has white color on #AA677B background.