COLOR #AA7381

HEX: #AA7381 RGB: (170,115,129)

Color info

#AA7381 contains red, green and blue colors in about the same proportion. Web safe color of #AA7381 is #996699 (or #969).

RGB color model

#AA7381 color RGB value is (170,115,129).

RGB: (170,115,129) (67%, 45%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 115 of 255 = 45%
B 129 of 255 = 51%

170
115
129

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

Portions of RGB colors in percentages

R + G + B = 170 + 115 + 129 = 414 (100%)
R 170 of 414 ~ 41.06%
G 115 of 414 ~ 27.78%
B 129 of 414 ~ 31.16'%

%41.06
%27.78
%31.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 24.12%
  • key color value is 33.33%

CMYK: (0,32,24,33)
C0M32Y24K33 (0%, 32%, 24%, 33%)
(0.00 / 0.32 / 0.24 / 0.33)

CMYK percentages

%0
%32.35
%24.12
%33.33

Codes

Color #AA7381 in popluar color models

AA 73 81
RGB 170 115 129
HSL 345° 24.44% 55.88%
HSB/HSV 345° 32.35% 66.67%
CMYK 0.00% 32.35% 24.12%
33.33%

Color #AA7381 in popluar number systems.

HEX AA 73 81
Decimal 170 115 129
Binary 10101010 1110011 10000001
Octal 252 163 201

Shades and tints

Shades of #AA7381

#AA7381
(170,115,129)
#9B6976
(155,105,118)
#8C5F6B
(140,95,107)
#7D5560
(125,85,96)
#6E4B55
(110,75,85)
#5F414A
(95,65,74)
#50373F
(80,55,63)
#412D34
(65,45,52)
#322329
(50,35,41)
#23191E
(35,25,30)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #AA7381

#AA7381
(170,115,129)
#B17F8C
(177,127,140)
#B88B97
(184,139,151)
#BF97A2
(191,151,162)
#C6A3AD
(198,163,173)
#CDAFB8
(205,175,184)
#D4BBC3
(212,187,195)
#DBC7CE
(219,199,206)
#E2D3D9
(226,211,217)
#E9DFE4
(233,223,228)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7381; }

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

This text font color is #AA7381.

Background Color

.myBgColor { background-color: #AA7381; }

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

This div background color is #AA7381.

Border color

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

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

This div border color is #AA7381.

Opacity

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

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

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

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

This text has shadow with #AA7381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7381.

Preview

Color preview on black background

This text has color #AA7381 on black background.


Color preview on white background

This text has color #AA7381 on white background.


Black color preview on #AA7381 background

This text has black color on #AA7381 background.


White color preview on #AA7381 background

This text has white color on #AA7381 background.


Related colors

Complementary color

Complementary color for #hex is #558C7E.


I love getcolorcode.com

Triadic colors

1 #81AA73 and #7381AA with #AA7381 are triadic colors.

2 #8173AA and #73AA81 with #AA7381 are triadic colors.