COLOR #AA958A

HEX: #AA958A RGB: (170,149,138)

Color info

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

RGB color model

#AA958A color RGB value is (170,149,138).

RGB: (170,149,138) (67%, 58%, 54%)

RGB channels and saturation

R 170 of 255 = 67%
G 149 of 255 = 58%
B 138 of 255 = 54%

170
149
138

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

Portions of RGB colors in percentages

R + G + B = 170 + 149 + 138 = 457 (100%)
R 170 of 457 ~ 37.2%
G 149 of 457 ~ 32.6%
B 138 of 457 ~ 30.2'%

%37.2
%32.6
%30.2

CMYK color model

#AA958A color CMYK value is (0,12,19,33).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 18.82%
  • key color value is 33.33%

CMYK: (0,12,19,33)
C0M12Y19K33 (0%, 12%, 19%, 33%)
(0.00 / 0.12 / 0.19 / 0.33)

CMYK percentages

%0
%12.35
%18.82
%33.33

Codes

Color #AA958A in popluar color models

AA 95 8A
RGB 170 149 138
HSL 21° 15.84% 60.39%
HSB/HSV 21° 18.82% 66.67%
CMYK 0.00% 12.35% 18.82%
33.33%

Color #AA958A in popluar number systems.

HEX AA 95 8A
Decimal 170 149 138
Binary 10101010 10010101 10001010
Octal 252 225 212

Shades and tints

Shades of #AA958A

#AA958A
(170,149,138)
#9B887E
(155,136,126)
#8C7B72
(140,123,114)
#7D6E66
(125,110,102)
#6E615A
(110,97,90)
#5F544E
(95,84,78)
#504742
(80,71,66)
#413A36
(65,58,54)
#322D2A
(50,45,42)
#23201E
(35,32,30)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #AA958A

#AA958A
(170,149,138)
#B19E94
(177,158,148)
#B8A79E
(184,167,158)
#BFB0A8
(191,176,168)
#C6B9B2
(198,185,178)
#CDC2BC
(205,194,188)
#D4CBC6
(212,203,198)
#DBD4D0
(219,212,208)
#E2DDDA
(226,221,218)
#E9E6E4
(233,230,228)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA958A; }

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

This text font color is #AA958A.

Background Color

.myBgColor { background-color: #AA958A; }

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

This div background color is #AA958A.

Border color

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

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

This div border color is #AA958A.

Opacity

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

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

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

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

This text has shadow with #AA958A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA958A.

Preview

Color preview on black background

This text has color #AA958A on black background.


Color preview on white background

This text has color #AA958A on white background.


Black color preview on #AA958A background

This text has black color on #AA958A background.


White color preview on #AA958A background

This text has white color on #AA958A background.


Related colors

Complementary color

Complementary color for #hex is #556A75.


I love getcolorcode.com

Triadic colors

1 #8AAA95 and #958AAA with #AA958A are triadic colors.

2 #8A95AA and #95AA8A with #AA958A are triadic colors.