COLOR #AA6A75

HEX: #AA6A75
RGB: (170,106,117)

Color info

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

RGB color model

#AA6A75 color RGB value is (170,106,117).

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

RGB channels and saturation

R 170 of 255 = 67%
G 106 of 255 = 42%
B 117 of 255 = 46%

170
106
117

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

Portions of RGB colors in percentages

R + G + B =
170 + 106 + 117 = 393 (100%)
R 170 of 393 ~ 43.26%
G 106 of 393 ~ 26.97%
B 117 of 393 ~ 29.77%

%43.26
%26.97
%29.77

CMYK color model

#AA6A75 color CMYK value is (0,38,31,33).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 31.18%
  • key color value is 33.33%
CMYK:
(0,38,31,33)
C0M38Y31K33 
(0%,38%,31%,33%)
(0.00/0.38/0.31/0.33)	

CMYK percentages

%0
%37.65
%31.18
%33.33

Codes

Color #AA6A75 in popluar color models

AA6A75
RGB170106117
HSL350°27.35%54.12%
HSB/HSV350°37.65%66.67%
CMYK0.00%37.65%31.18%
33.33%

Color #AA6A75 in popluar number systems.

HEXAA6A75
Decimal170106117
Binary1010101011010101110101
Octal252152165

Shades and tints

Shades of #AA6A75

#AA6A75
(170,106,117)
#9B616B
(155,97,107)
#8C5861
(140,88,97)
#7D4F57
(125,79,87)
#6E464D
(110,70,77)
#5F3D43
(95,61,67)
#503439
(80,52,57)
#412B2F
(65,43,47)
#322225
(50,34,37)
#23191B
(35,25,27)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #AA6A75

#AA6A75
(170,106,117)
#B17781
(177,119,129)
#B8848D
(184,132,141)
#BF9199
(191,145,153)
#C69EA5
(198,158,165)
#CDABB1
(205,171,177)
#D4B8BD
(212,184,189)
#DBC5C9
(219,197,201)
#E2D2D5
(226,210,213)
#E9DFE1
(233,223,225)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA6A75; }

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

This text font color is #AA6A75.


Background Color

.myBgColor { background-color: #AA6A75; }

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

This div background color is #AA6A75.


Border color

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

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

This div border color is #AA6A75.


Opacity

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

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

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

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

This text has shadow with #AA6A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6A75 on black background.


Color preview on white background

This text has color #AA6A75 on white background.



Black color preview on #AA6A75 background

This text has black color on #AA6A75 background.


White color preview on #AA6A75 background

This text has white color on #AA6A75 background.