COLOR #AA7F7E

HEX: #AA7F7E
RGB: (170,127,126)

Color info

#AA7F7E contains red, green and blue colors in about the same proportion. Web safe color of #AA7F7E is #996666 (or #966).

RGB color model

#AA7F7E color RGB value is (170,127,126).

  • red value is 170;
  • green value is 127;
  • blue value is 126.
RGB:
(170,127,126)
(67%,50%,49%)

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 126 of 255 = 49%

170
127
126

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

Portions of RGB colors in percentages

R + G + B =
170 + 127 + 126 = 423 (100%)
R 170 of 423 ~ 40.19%
G 127 of 423 ~ 30.02%
B 126 of 423 ~ 29.79%

%40.19
%30.02
%29.79

CMYK color model

#AA7F7E color CMYK value is (0,25,26,33).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 25.88%
  • key color value is 33.33%
CMYK:
(0,25,26,33)
C0M25Y26K33 
(0%,25%,26%,33%)
(0.00/0.25/0.26/0.33)	

CMYK percentages

%0
%25.29
%25.88
%33.33

Codes

Color #AA7F7E in popluar color models

AA7F7E
RGB170127126
HSL20.56%58.04%
HSB/HSV25.88%66.67%
CMYK0.00%25.29%25.88%
33.33%

Color #AA7F7E in popluar number systems.

HEXAA7F7E
Decimal170127126
Binary1010101011111111111110
Octal252177176

Shades and tints

Shades of #AA7F7E

#AA7F7E
(170,127,126)
#9B7473
(155,116,115)
#8C6968
(140,105,104)
#7D5E5D
(125,94,93)
#6E5352
(110,83,82)
#5F4847
(95,72,71)
#503D3C
(80,61,60)
#413231
(65,50,49)
#322726
(50,39,38)
#231C1B
(35,28,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AA7F7E

#AA7F7E
(170,127,126)
#B18A89
(177,138,137)
#B89594
(184,149,148)
#BFA09F
(191,160,159)
#C6ABAA
(198,171,170)
#CDB6B5
(205,182,181)
#D4C1C0
(212,193,192)
#DBCCCB
(219,204,203)
#E2D7D6
(226,215,214)
#E9E2E1
(233,226,225)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7F7E; }

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

This text font color is #AA7F7E.


Background Color

.myBgColor { background-color: #AA7F7E; }

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

This div background color is #AA7F7E.


Border color

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

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

This div border color is #AA7F7E.


Opacity

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

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

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

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

This text has shadow with #AA7F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7F7E on black background.


Color preview on white background

This text has color #AA7F7E on white background.



Black color preview on #AA7F7E background

This text has black color on #AA7F7E background.


White color preview on #AA7F7E background

This text has white color on #AA7F7E background.