COLOR #AA6A74

HEX: #AA6A74 RGB: (170,106,116)

Color info

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

RGB color model

#AA6A74 color RGB value is (170,106,116).

RGB: (170,106,116) (67%, 42%, 45%)

RGB channels and saturation

R 170 of 255 = 67%
G 106 of 255 = 42%
B 116 of 255 = 45%

170
106
116

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

Portions of RGB colors in percentages

R + G + B = 170 + 106 + 116 = 392 (100%)
R 170 of 392 ~ 43.37%
G 106 of 392 ~ 27.04%
B 116 of 392 ~ 29.59'%

%43.37
%27.04
%29.59

CMYK color model

#AA6A74 color CMYK value is (0,38,32,33).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 31.76%
  • key color value is 33.33%

CMYK: (0,38,32,33)
C0M38Y32K33 (0%, 38%, 32%, 33%)
(0.00 / 0.38 / 0.32 / 0.33)

CMYK percentages

%0
%37.65
%31.76
%33.33

Codes

Color #AA6A74 in popluar color models

AA 6A 74
RGB 170 106 116
HSL 351° 27.35% 54.12%
HSB/HSV 351° 37.65% 66.67%
CMYK 0.00% 37.65% 31.76%
33.33%

Color #AA6A74 in popluar number systems.

HEX AA 6A 74
Decimal 170 106 116
Binary 10101010 1101010 1110100
Octal 252 152 164

Shades and tints

Shades of #AA6A74

#AA6A74
(170,106,116)
#9B616A
(155,97,106)
#8C5860
(140,88,96)
#7D4F56
(125,79,86)
#6E464C
(110,70,76)
#5F3D42
(95,61,66)
#503438
(80,52,56)
#412B2E
(65,43,46)
#322224
(50,34,36)
#23191A
(35,25,26)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #AA6A74

#AA6A74
(170,106,116)
#B17780
(177,119,128)
#B8848C
(184,132,140)
#BF9198
(191,145,152)
#C69EA4
(198,158,164)
#CDABB0
(205,171,176)
#D4B8BC
(212,184,188)
#DBC5C8
(219,197,200)
#E2D2D4
(226,210,212)
#E9DFE0
(233,223,224)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6A74 color. Also use rgb(170,106,116) instead hex code.

Text Font Color

.myTextColor { color: #AA6A74; }

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

This text font color is #AA6A74.

Background Color

.myBgColor { background-color: #AA6A74; }

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

This div background color is #AA6A74.

Border color

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

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

This div border color is #AA6A74.

Opacity

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

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

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

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

This text has shadow with #AA6A74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6A74.

Preview

Color preview on black background

This text has color #AA6A74 on black background.


Color preview on white background

This text has color #AA6A74 on white background.


Black color preview on #AA6A74 background

This text has black color on #AA6A74 background.


White color preview on #AA6A74 background

This text has white color on #AA6A74 background.


Related colors

Complementary color

Complementary color for #hex is #55958B.


I love getcolorcode.com

Triadic colors

1 #74AA6A and #6A74AA with #AA6A74 are triadic colors.

2 #746AAA and #6AAA74 with #AA6A74 are triadic colors.