COLOR #AA677A

HEX: #AA677A
RGB: (170,103,122)

Color info

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

RGB color model

#AA677A color RGB value is (170,103,122).

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

RGB channels and saturation

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

170
103
122

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

Portions of RGB colors in percentages

R + G + B =
170 + 103 + 122 = 395 (100%)
R 170 of 395 ~ 43.04%
G 103 of 395 ~ 26.08%
B 122 of 395 ~ 30.89%

%43.04
%26.08
%30.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.41%
  • yellow value is 28.24%
  • 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
%28.24
%33.33

Codes

Color #AA677A in popluar color models

AA677A
RGB170103122
HSL343°28.27%53.53%
HSB/HSV343°39.41%66.67%
CMYK0.00%39.41%28.24%
33.33%

Color #AA677A in popluar number systems.

HEXAA677A
Decimal170103122
Binary1010101011001111111010
Octal252147172

Shades and tints

Shades of #AA677A

#AA677A
(170,103,122)
#9B5E6F
(155,94,111)
#8C5564
(140,85,100)
#7D4C59
(125,76,89)
#6E434E
(110,67,78)
#5F3A43
(95,58,67)
#503138
(80,49,56)
#41282D
(65,40,45)
#321F22
(50,31,34)
#231617
(35,22,23)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #AA677A

#AA677A
(170,103,122)
#B17486
(177,116,134)
#B88192
(184,129,146)
#BF8E9E
(191,142,158)
#C69BAA
(198,155,170)
#CDA8B6
(205,168,182)
#D4B5C2
(212,181,194)
#DBC2CE
(219,194,206)
#E2CFDA
(226,207,218)
#E9DCE6
(233,220,230)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA677A; }

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

This text font color is #AA677A.


Background Color

.myBgColor { background-color: #AA677A; }

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

This div background color is #AA677A.


Border color

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

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

This div border color is #AA677A.


Opacity

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

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

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

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

This text has shadow with #AA677A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA677A on black background.


Color preview on white background

This text has color #AA677A on white background.



Black color preview on #AA677A background

This text has black color on #AA677A background.


White color preview on #AA677A background

This text has white color on #AA677A background.