COLOR #AA6775

HEX: #AA6775
RGB: (170,103,117)

Color info

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

RGB color model

#AA6775 color RGB value is (170,103,117).

  • red value is 170;
  • green value is 103;
  • blue value is 117.
RGB:
(170,103,117)
(67%,40%,46%)

RGB channels and saturation

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

170
103
117

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

Portions of RGB colors in percentages

R + G + B =
170 + 103 + 117 = 390 (100%)
R 170 of 390 ~ 43.59%
G 103 of 390 ~ 26.41%
B 117 of 390 ~ 30%

%43.59
%26.41
%30

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.41%
  • yellow value is 31.18%
  • key color value is 33.33%
CMYK:
(0,39,31,33)
C0M39Y31K33 
(0%,39%,31%,33%)
(0.00/0.39/0.31/0.33)	

CMYK percentages

%0
%39.41
%31.18
%33.33

Codes

Color #AA6775 in popluar color models

AA6775
RGB170103117
HSL347°28.27%53.53%
HSB/HSV347°39.41%66.67%
CMYK0.00%39.41%31.18%
33.33%

Color #AA6775 in popluar number systems.

HEXAA6775
Decimal170103117
Binary1010101011001111110101
Octal252147165

Shades and tints

Shades of #AA6775

#AA6775
(170,103,117)
#9B5E6B
(155,94,107)
#8C5561
(140,85,97)
#7D4C57
(125,76,87)
#6E434D
(110,67,77)
#5F3A43
(95,58,67)
#503139
(80,49,57)
#41282F
(65,40,47)
#321F25
(50,31,37)
#23161B
(35,22,27)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #AA6775

#AA6775
(170,103,117)
#B17481
(177,116,129)
#B8818D
(184,129,141)
#BF8E99
(191,142,153)
#C69BA5
(198,155,165)
#CDA8B1
(205,168,177)
#D4B5BD
(212,181,189)
#DBC2C9
(219,194,201)
#E2CFD5
(226,207,213)
#E9DCE1
(233,220,225)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6775; }

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

This text font color is #AA6775.


Background Color

.myBgColor { background-color: #AA6775; }

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

This div background color is #AA6775.


Border color

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

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

This div border color is #AA6775.


Opacity

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

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

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

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

This text has shadow with #AA6775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6775 on black background.


Color preview on white background

This text has color #AA6775 on white background.



Black color preview on #AA6775 background

This text has black color on #AA6775 background.


White color preview on #AA6775 background

This text has white color on #AA6775 background.