COLOR #AA6767

HEX: #AA6767 RGB: (170,103,103)

Color info

#AA6767 contains mainly red color. Web safe color of #AA6767 is #996666 (or #966).

RGB color model

#AA6767 color RGB value is (170,103,103).

RGB: (170,103,103) (67%, 40%, 40%)

RGB channels and saturation

R 170 of 255 = 67%
G 103 of 255 = 40%
B 103 of 255 = 40%

170
103
103

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

Portions of RGB colors in percentages

R + G + B = 170 + 103 + 103 = 376 (100%)
R 170 of 376 ~ 45.21%
G 103 of 376 ~ 27.39%
B 103 of 376 ~ 27.39'%

%45.21
%27.39
%27.39

CMYK color model

#AA6767 color CMYK value is (0,39,39,33).

  • cyan value is 0.00%
  • magenta value is 39.41%
  • yellow value is 39.41%
  • key color value is 33.33%

CMYK: (0,39,39,33)
C0M39Y39K33 (0%, 39%, 39%, 33%)
(0.00 / 0.39 / 0.39 / 0.33)

CMYK percentages

%0
%39.41
%39.41
%33.33

Codes

Color #AA6767 in popluar color models

AA 67 67
RGB 170 103 103
HSL 28.27% 53.53%
HSB/HSV 39.41% 66.67%
CMYK 0.00% 39.41% 39.41%
33.33%

Color #AA6767 in popluar number systems.

HEX AA 67 67
Decimal 170 103 103
Binary 10101010 1100111 1100111
Octal 252 147 147

Shades and tints

Shades of #AA6767

#AA6767
(170,103,103)
#9B5E5E
(155,94,94)
#8C5555
(140,85,85)
#7D4C4C
(125,76,76)
#6E4343
(110,67,67)
#5F3A3A
(95,58,58)
#503131
(80,49,49)
#412828
(65,40,40)
#321F1F
(50,31,31)
#231616
(35,22,22)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #AA6767

#AA6767
(170,103,103)
#B17474
(177,116,116)
#B88181
(184,129,129)
#BF8E8E
(191,142,142)
#C69B9B
(198,155,155)
#CDA8A8
(205,168,168)
#D4B5B5
(212,181,181)
#DBC2C2
(219,194,194)
#E2CFCF
(226,207,207)
#E9DCDC
(233,220,220)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6767; }

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

This text font color is #AA6767.

Background Color

.myBgColor { background-color: #AA6767; }

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

This div background color is #AA6767.

Border color

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

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

This div border color is #AA6767.

Opacity

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

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

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

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

This text has shadow with #AA6767 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA6767.

Preview

Color preview on black background

This text has color #AA6767 on black background.


Color preview on white background

This text has color #AA6767 on white background.


Black color preview on #AA6767 background

This text has black color on #AA6767 background.


White color preview on #AA6767 background

This text has white color on #AA6767 background.


Related colors

Complementary color

Complementary color for #hex is #559898.


I love getcolorcode.com