COLOR #AA6667

HEX: #AA6667 RGB: (170,102,103)

Color info

#AA6667 contains mainly red color. Web safe color of #AA6667 is #996666 (or #966).

RGB color model

#AA6667 color RGB value is (170,102,103).

RGB: (170,102,103) (67%, 40%, 40%)

RGB channels and saturation

R 170 of 255 = 67%
G 102 of 255 = 40%
B 103 of 255 = 40%

170
102
103

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

Portions of RGB colors in percentages

R + G + B = 170 + 102 + 103 = 375 (100%)
R 170 of 375 ~ 45.33%
G 102 of 375 ~ 27.2%
B 103 of 375 ~ 27.47'%

%45.33
%27.2
%27.47

CMYK color model

#AA6667 color CMYK value is (0,40,39,33).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 39.41%
  • key color value is 33.33%

CMYK: (0,40,39,33)
C0M40Y39K33 (0%, 40%, 39%, 33%)
(0.00 / 0.40 / 0.39 / 0.33)

CMYK percentages

%0
%40
%39.41
%33.33

Codes

Color #AA6667 in popluar color models

AA 66 67
RGB 170 102 103
HSL 359° 28.57% 53.33%
HSB/HSV 359° 40.00% 66.67%
CMYK 0.00% 40.00% 39.41%
33.33%

Color #AA6667 in popluar number systems.

HEX AA 66 67
Decimal 170 102 103
Binary 10101010 1100110 1100111
Octal 252 146 147

Shades and tints

Shades of #AA6667

#AA6667
(170,102,103)
#9B5D5E
(155,93,94)
#8C5455
(140,84,85)
#7D4B4C
(125,75,76)
#6E4243
(110,66,67)
#5F393A
(95,57,58)
#503031
(80,48,49)
#412728
(65,39,40)
#321E1F
(50,30,31)
#231516
(35,21,22)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #AA6667

#AA6667
(170,102,103)
#B17374
(177,115,116)
#B88081
(184,128,129)
#BF8D8E
(191,141,142)
#C69A9B
(198,154,155)
#CDA7A8
(205,167,168)
#D4B4B5
(212,180,181)
#DBC1C2
(219,193,194)
#E2CECF
(226,206,207)
#E9DBDC
(233,219,220)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6667; }

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

This text font color is #AA6667.

Background Color

.myBgColor { background-color: #AA6667; }

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

This div background color is #AA6667.

Border color

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

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

This div border color is #AA6667.

Opacity

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

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

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

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

This text has shadow with #AA6667 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6667.

Preview

Color preview on black background

This text has color #AA6667 on black background.


Color preview on white background

This text has color #AA6667 on white background.


Black color preview on #AA6667 background

This text has black color on #AA6667 background.


White color preview on #AA6667 background

This text has white color on #AA6667 background.


Related colors

Complementary color

Complementary color for #hex is #559998.


I love getcolorcode.com

Triadic colors

1 #67AA66 and #6667AA with #AA6667 are triadic colors.

2 #6766AA and #66AA67 with #AA6667 are triadic colors.