COLOR #AA938F

HEX: #AA938F
RGB: (170,147,143)

Color info

#AA938F contains red, green and blue colors in about the same proportion. Web safe color of #AA938F is #999999 (or #999).

RGB color model

#AA938F color RGB value is (170,147,143).

  • red value is 170;
  • green value is 147;
  • blue value is 143.
RGB:
(170,147,143)
(67%,58%,56%)

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 143 of 255 = 56%

170
147
143

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

Portions of RGB colors in percentages

R + G + B =
170 + 147 + 143 = 460 (100%)
R 170 of 460 ~ 36.96%
G 147 of 460 ~ 31.96%
B 143 of 460 ~ 31.09%

%36.96
%31.96
%31.09

CMYK color model

#AA938F color CMYK value is (0,14,16,33).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 15.88%
  • key color value is 33.33%
CMYK:
(0,14,16,33)
C0M14Y16K33 
(0%,14%,16%,33%)
(0.00/0.14/0.16/0.33)	

CMYK percentages

%0
%13.53
%15.88
%33.33

Codes

Color #AA938F in popluar color models

AA938F
RGB170147143
HSL13.71%61.37%
HSB/HSV15.88%66.67%
CMYK0.00%13.53%15.88%
33.33%

Color #AA938F in popluar number systems.

HEXAA938F
Decimal170147143
Binary101010101001001110001111
Octal252223217

Shades and tints

Shades of #AA938F

#AA938F
(170,147,143)
#9B8682
(155,134,130)
#8C7975
(140,121,117)
#7D6C68
(125,108,104)
#6E5F5B
(110,95,91)
#5F524E
(95,82,78)
#504541
(80,69,65)
#413834
(65,56,52)
#322B27
(50,43,39)
#231E1A
(35,30,26)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #AA938F

#AA938F
(170,147,143)
#B19C99
(177,156,153)
#B8A5A3
(184,165,163)
#BFAEAD
(191,174,173)
#C6B7B7
(198,183,183)
#CDC0C1
(205,192,193)
#D4C9CB
(212,201,203)
#DBD2D5
(219,210,213)
#E2DBDF
(226,219,223)
#E9E4E9
(233,228,233)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA938F; }

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

This text font color is #AA938F.


Background Color

.myBgColor { background-color: #AA938F; }

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

This div background color is #AA938F.


Border color

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

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

This div border color is #AA938F.


Opacity

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

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

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

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

This text has shadow with #AA938F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA938F on black background.


Color preview on white background

This text has color #AA938F on white background.



Black color preview on #AA938F background

This text has black color on #AA938F background.


White color preview on #AA938F background

This text has white color on #AA938F background.