COLOR #AA6376

HEX: #AA6376 RGB: (170,99,118)

Color info

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

RGB color model

#AA6376 color RGB value is (170,99,118).

RGB: (170,99,118) (67%, 39%, 46%)

RGB channels and saturation

R 170 of 255 = 67%
G 99 of 255 = 39%
B 118 of 255 = 46%

170
99
118

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

Portions of RGB colors in percentages

R + G + B = 170 + 99 + 118 = 387 (100%)
R 170 of 387 ~ 43.93%
G 99 of 387 ~ 25.58%
B 118 of 387 ~ 30.49'%

%43.93
%25.58
%30.49

CMYK color model

#AA6376 color CMYK value is (0,42,31,33).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 30.59%
  • key color value is 33.33%

CMYK: (0,42,31,33)
C0M42Y31K33 (0%, 42%, 31%, 33%)
(0.00 / 0.42 / 0.31 / 0.33)

CMYK percentages

%0
%41.76
%30.59
%33.33

Codes

Color #AA6376 in popluar color models

AA 63 76
RGB 170 99 118
HSL 344° 29.46% 52.75%
HSB/HSV 344° 41.76% 66.67%
CMYK 0.00% 41.76% 30.59%
33.33%

Color #AA6376 in popluar number systems.

HEX AA 63 76
Decimal 170 99 118
Binary 10101010 1100011 1110110
Octal 252 143 166

Shades and tints

Shades of #AA6376

#AA6376
(170,99,118)
#9B5A6C
(155,90,108)
#8C5162
(140,81,98)
#7D4858
(125,72,88)
#6E3F4E
(110,63,78)
#5F3644
(95,54,68)
#502D3A
(80,45,58)
#412430
(65,36,48)
#321B26
(50,27,38)
#23121C
(35,18,28)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #AA6376

#AA6376
(170,99,118)
#B17182
(177,113,130)
#B87F8E
(184,127,142)
#BF8D9A
(191,141,154)
#C69BA6
(198,155,166)
#CDA9B2
(205,169,178)
#D4B7BE
(212,183,190)
#DBC5CA
(219,197,202)
#E2D3D6
(226,211,214)
#E9E1E2
(233,225,226)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6376 color. Also use rgb(170,99,118) instead hex code.

Text Font Color

.myTextColor { color: #AA6376; }

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

This text font color is #AA6376.

Background Color

.myBgColor { background-color: #AA6376; }

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

This div background color is #AA6376.

Border color

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

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

This div border color is #AA6376.

Opacity

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

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

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

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

This text has shadow with #AA6376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6376.

Preview

Color preview on black background

This text has color #AA6376 on black background.


Color preview on white background

This text has color #AA6376 on white background.


Black color preview on #AA6376 background

This text has black color on #AA6376 background.


White color preview on #AA6376 background

This text has white color on #AA6376 background.


Related colors

Complementary color

Complementary color for #hex is #559C89.


I love getcolorcode.com

Triadic colors

1 #76AA63 and #6376AA with #AA6376 are triadic colors.

2 #7663AA and #63AA76 with #AA6376 are triadic colors.