COLOR #AAC9AF

HEX: #AAC9AF RGB: (170,201,175)

Color info

#AAC9AF contains red, green and blue colors in about the same proportion. Web safe color of #AAC9AF is #99CC99 (or #9C9).

RGB color model

#AAC9AF color RGB value is (170,201,175).

RGB: (170,201,175) (67%, 79%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 201 of 255 = 79%
B 175 of 255 = 69%

170
201
175

R + G + B ~ 72%. #AAC9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 201 + 175 = 546 (100%)
R 170 of 546 ~ 31.14%
G 201 of 546 ~ 36.81%
B 175 of 546 ~ 32.05'%

%31.14
%36.81
%32.05

CMYK color model

#AAC9AF color CMYK value is (15,0,13,21).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 21.18%

CMYK: (15,0,13,21)
C15M0Y13K21 (15%, 0%, 13%, 21%)
(0.15 / 0.00 / 0.13 / 0.21)

CMYK percentages

%15.42
%0
%12.94
%21.18

Codes

Color #AAC9AF in popluar color models

AA C9 AF
RGB 170 201 175
HSL 130° 22.30% 72.75%
HSB/HSV 130° 15.42% 78.82%
CMYK 15.42% 0.00% 12.94%
21.18%

Color #AAC9AF in popluar number systems.

HEX AA C9 AF
Decimal 170 201 175
Binary 10101010 11001001 10101111
Octal 252 311 257

Shades and tints

Shades of #AAC9AF

#AAC9AF
(170,201,175)
#9BB7A0
(155,183,160)
#8CA591
(140,165,145)
#7D9382
(125,147,130)
#6E8173
(110,129,115)
#5F6F64
(95,111,100)
#505D55
(80,93,85)
#414B46
(65,75,70)
#323937
(50,57,55)
#232728
(35,39,40)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #AAC9AF

#AAC9AF
(170,201,175)
#B1CDB6
(177,205,182)
#B8D1BD
(184,209,189)
#BFD5C4
(191,213,196)
#C6D9CB
(198,217,203)
#CDDDD2
(205,221,210)
#D4E1D9
(212,225,217)
#DBE5E0
(219,229,224)
#E2E9E7
(226,233,231)
#E9EDEE
(233,237,238)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC9AF color. Also use rgb(170,201,175) instead hex code.

Text Font Color

.myTextColor { color: #AAC9AF; }

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

This text font color is #AAC9AF.

Background Color

.myBgColor { background-color: #AAC9AF; }

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

This div background color is #AAC9AF.

Border color

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

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

This div border color is #AAC9AF.

Opacity

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

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

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

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

This text has shadow with #AAC9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC9AF.

Preview

Color preview on black background

This text has color #AAC9AF on black background.


Color preview on white background

This text has color #AAC9AF on white background.


Black color preview on #AAC9AF background

This text has black color on #AAC9AF background.


White color preview on #AAC9AF background

This text has white color on #AAC9AF background.


Related colors

Complementary color

Complementary color for #hex is #553650.


I love getcolorcode.com

Triadic colors

1 #AFAAC9 and #C9AFAA with #AAC9AF are triadic colors.

2 #AFC9AA and #C9AAAF with #AAC9AF are triadic colors.