COLOR #AA7374

HEX: #AA7374
RGB: (170,115,116)

Color info

#AA7374 contains red, green and blue colors in about the same proportion. Web safe color of #AA7374 is #996666 (or #966).

RGB color model

#AA7374 color RGB value is (170,115,116).

  • red value is 170;
  • green value is 115;
  • blue value is 116.
RGB:
(170,115,116)
(67%,45%,45%)

RGB channels and saturation

R 170 of 255 = 67%
G 115 of 255 = 45%
B 116 of 255 = 45%

170
115
116

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

Portions of RGB colors in percentages

R + G + B =
170 + 115 + 116 = 401 (100%)
R 170 of 401 ~ 42.39%
G 115 of 401 ~ 28.68%
B 116 of 401 ~ 28.93%

%42.39
%28.68
%28.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 31.76%
  • key color value is 33.33%
CMYK:
(0,32,32,33)
C0M32Y32K33 
(0%,32%,32%,33%)
(0.00/0.32/0.32/0.33)	

CMYK percentages

%0
%32.35
%31.76
%33.33

Codes

Color #AA7374 in popluar color models

AA7374
RGB170115116
HSL359°24.44%55.88%
HSB/HSV359°32.35%66.67%
CMYK0.00%32.35%31.76%
33.33%

Color #AA7374 in popluar number systems.

HEXAA7374
Decimal170115116
Binary1010101011100111110100
Octal252163164

Shades and tints

Shades of #AA7374

#AA7374
(170,115,116)
#9B696A
(155,105,106)
#8C5F60
(140,95,96)
#7D5556
(125,85,86)
#6E4B4C
(110,75,76)
#5F4142
(95,65,66)
#503738
(80,55,56)
#412D2E
(65,45,46)
#322324
(50,35,36)
#23191A
(35,25,26)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #AA7374

#AA7374
(170,115,116)
#B17F80
(177,127,128)
#B88B8C
(184,139,140)
#BF9798
(191,151,152)
#C6A3A4
(198,163,164)
#CDAFB0
(205,175,176)
#D4BBBC
(212,187,188)
#DBC7C8
(219,199,200)
#E2D3D4
(226,211,212)
#E9DFE0
(233,223,224)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7374; }

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

This text font color is #AA7374.


Background Color

.myBgColor { background-color: #AA7374; }

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

This div background color is #AA7374.


Border color

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

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

This div border color is #AA7374.


Opacity

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

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

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

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

This text has shadow with #AA7374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7374 on black background.


Color preview on white background

This text has color #AA7374 on white background.



Black color preview on #AA7374 background

This text has black color on #AA7374 background.


White color preview on #AA7374 background

This text has white color on #AA7374 background.