COLOR #AFC9A2

HEX: #AFC9A2 RGB: (175,201,162)

Color info

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

RGB color model

#AFC9A2 color RGB value is (175,201,162).

RGB: (175,201,162) (69%, 79%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 162 of 255 = 64%

175
201
162

R + G + B ~ 71%. #AFC9A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 201 + 162 = 538 (100%)
R 175 of 538 ~ 32.53%
G 201 of 538 ~ 37.36%
B 162 of 538 ~ 30.11'%

%32.53
%37.36
%30.11

CMYK color model

#AFC9A2 color CMYK value is (13,0,19,21).

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

CMYK: (13,0,19,21)
C13M0Y19K21 (13%, 0%, 19%, 21%)
(0.13 / 0.00 / 0.19 / 0.21)

CMYK percentages

%12.94
%0
%19.4
%21.18

Codes

Color #AFC9A2 in popluar color models

AF C9 A2
RGB 175 201 162
HSL 100° 26.53% 71.18%
HSB/HSV 100° 19.40% 78.82%
CMYK 12.94% 0.00% 19.40%
21.18%

Color #AFC9A2 in popluar number systems.

HEX AF C9 A2
Decimal 175 201 162
Binary 10101111 11001001 10100010
Octal 257 311 242

Shades and tints

Shades of #AFC9A2

#AFC9A2
(175,201,162)
#A0B794
(160,183,148)
#91A586
(145,165,134)
#829378
(130,147,120)
#73816A
(115,129,106)
#646F5C
(100,111,92)
#555D4E
(85,93,78)
#464B40
(70,75,64)
#373932
(55,57,50)
#282724
(40,39,36)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AFC9A2

#AFC9A2
(175,201,162)
#B6CDAA
(182,205,170)
#BDD1B2
(189,209,178)
#C4D5BA
(196,213,186)
#CBD9C2
(203,217,194)
#D2DDCA
(210,221,202)
#D9E1D2
(217,225,210)
#E0E5DA
(224,229,218)
#E7E9E2
(231,233,226)
#EEEDEA
(238,237,234)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC9A2; }

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

This text font color is #AFC9A2.

Background Color

.myBgColor { background-color: #AFC9A2; }

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

This div background color is #AFC9A2.

Border color

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

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

This div border color is #AFC9A2.

Opacity

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

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

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

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

This text has shadow with #AFC9A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC9A2.

Preview

Color preview on black background

This text has color #AFC9A2 on black background.


Color preview on white background

This text has color #AFC9A2 on white background.


Black color preview on #AFC9A2 background

This text has black color on #AFC9A2 background.


White color preview on #AFC9A2 background

This text has white color on #AFC9A2 background.


Related colors

Complementary color

Complementary color for #hex is #50365D.


I love getcolorcode.com

Triadic colors

1 #A2AFC9 and #C9A2AF with #AFC9A2 are triadic colors.

2 #A2C9AF and #C9AFA2 with #AFC9A2 are triadic colors.