COLOR #AA7481

HEX: #AA7481 RGB: (170,116,129)

Color info

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

RGB color model

#AA7481 color RGB value is (170,116,129).

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

RGB channels and saturation

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

170
116
129

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

Portions of RGB colors in percentages

R + G + B = 170 + 116 + 129 = 415 (100%)
R 170 of 415 ~ 40.96%
G 116 of 415 ~ 27.95%
B 129 of 415 ~ 31.08'%

%40.96
%27.95
%31.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.76%
  • 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
%31.76
%24.12
%33.33

Codes

Color #AA7481 in popluar color models

AA 74 81
RGB 170 116 129
HSL 346° 24.11% 56.08%
HSB/HSV 346° 31.76% 66.67%
CMYK 0.00% 31.76% 24.12%
33.33%

Color #AA7481 in popluar number systems.

HEX AA 74 81
Decimal 170 116 129
Binary 10101010 1110100 10000001
Octal 252 164 201

Shades and tints

Shades of #AA7481

#AA7481
(170,116,129)
#9B6A76
(155,106,118)
#8C606B
(140,96,107)
#7D5660
(125,86,96)
#6E4C55
(110,76,85)
#5F424A
(95,66,74)
#50383F
(80,56,63)
#412E34
(65,46,52)
#322429
(50,36,41)
#231A1E
(35,26,30)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #AA7481

#AA7481
(170,116,129)
#B1808C
(177,128,140)
#B88C97
(184,140,151)
#BF98A2
(191,152,162)
#C6A4AD
(198,164,173)
#CDB0B8
(205,176,184)
#D4BCC3
(212,188,195)
#DBC8CE
(219,200,206)
#E2D4D9
(226,212,217)
#E9E0E4
(233,224,228)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7481; }

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

This text font color is #AA7481.

Background Color

.myBgColor { background-color: #AA7481; }

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

This div background color is #AA7481.

Border color

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

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

This div border color is #AA7481.

Opacity

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

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

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

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

This text has shadow with #AA7481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7481.

Preview

Color preview on black background

This text has color #AA7481 on black background.


Color preview on white background

This text has color #AA7481 on white background.


Black color preview on #AA7481 background

This text has black color on #AA7481 background.


White color preview on #AA7481 background

This text has white color on #AA7481 background.


Related colors

Complementary color

Complementary color for #hex is #558B7E.


I love getcolorcode.com

Triadic colors

1 #81AA74 and #7481AA with #AA7481 are triadic colors.

2 #8174AA and #74AA81 with #AA7481 are triadic colors.