COLOR #AFC1A2

HEX: #AFC1A2 RGB: (175,193,162)

Color info

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

RGB color model

#AFC1A2 color RGB value is (175,193,162).

RGB: (175,193,162) (69%, 76%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 193 of 255 = 76%
B 162 of 255 = 64%

175
193
162

R + G + B ~ 70%. #AFC1A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 193 + 162 = 530 (100%)
R 175 of 530 ~ 33.02%
G 193 of 530 ~ 36.42%
B 162 of 530 ~ 30.57'%

%33.02
%36.42
%30.57

CMYK color model

#AFC1A2 color CMYK value is (9,0,16,24).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 24.31%

CMYK: (9,0,16,24)
C9M0Y16K24 (9%, 0%, 16%, 24%)
(0.09 / 0.00 / 0.16 / 0.24)

CMYK percentages

%9.33
%0
%16.06
%24.31

Codes

Color #AFC1A2 in popluar color models

AF C1 A2
RGB 175 193 162
HSL 95° 20.00% 69.61%
HSB/HSV 95° 16.06% 75.69%
CMYK 9.33% 0.00% 16.06%
24.31%

Color #AFC1A2 in popluar number systems.

HEX AF C1 A2
Decimal 175 193 162
Binary 10101111 11000001 10100010
Octal 257 301 242

Shades and tints

Shades of #AFC1A2

#AFC1A2
(175,193,162)
#A0B094
(160,176,148)
#919F86
(145,159,134)
#828E78
(130,142,120)
#737D6A
(115,125,106)
#646C5C
(100,108,92)
#555B4E
(85,91,78)
#464A40
(70,74,64)
#373932
(55,57,50)
#282824
(40,40,36)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #AFC1A2

#AFC1A2
(175,193,162)
#B6C6AA
(182,198,170)
#BDCBB2
(189,203,178)
#C4D0BA
(196,208,186)
#CBD5C2
(203,213,194)
#D2DACA
(210,218,202)
#D9DFD2
(217,223,210)
#E0E4DA
(224,228,218)
#E7E9E2
(231,233,226)
#EEEEEA
(238,238,234)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1A2; }

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

This text font color is #AFC1A2.

Background Color

.myBgColor { background-color: #AFC1A2; }

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

This div background color is #AFC1A2.

Border color

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

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

This div border color is #AFC1A2.

Opacity

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

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

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

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

This text has shadow with #AFC1A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC1A2.

Preview

Color preview on black background

This text has color #AFC1A2 on black background.


Color preview on white background

This text has color #AFC1A2 on white background.


Black color preview on #AFC1A2 background

This text has black color on #AFC1A2 background.


White color preview on #AFC1A2 background

This text has white color on #AFC1A2 background.


Related colors

Complementary color

Complementary color for #hex is #503E5D.


I love getcolorcode.com

Triadic colors

1 #A2AFC1 and #C1A2AF with #AFC1A2 are triadic colors.

2 #A2C1AF and #C1AFA2 with #AFC1A2 are triadic colors.