COLOR #AFC090

HEX: #AFC090 RGB: (175,192,144)

Color info

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

RGB color model

#AFC090 color RGB value is (175,192,144).

RGB: (175,192,144) (69%, 75%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 192 of 255 = 75%
B 144 of 255 = 56%

175
192
144

R + G + B ~ 67%. #AFC090 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 192 + 144 = 511 (100%)
R 175 of 511 ~ 34.25%
G 192 of 511 ~ 37.57%
B 144 of 511 ~ 28.18'%

%34.25
%37.57
%28.18

CMYK color model

#AFC090 color CMYK value is (9,0,25,25).

  • cyan value is 8.85%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 24.71%

CMYK: (9,0,25,25)
C9M0Y25K25 (9%, 0%, 25%, 25%)
(0.09 / 0.00 / 0.25 / 0.25)

CMYK percentages

%8.85
%0
%25
%24.71

Codes

Color #AFC090 in popluar color models

AF C0 90
RGB 175 192 144
HSL 81° 27.59% 65.88%
HSB/HSV 81° 25.00% 75.29%
CMYK 8.85% 0.00% 25.00%
24.71%

Color #AFC090 in popluar number systems.

HEX AF C0 90
Decimal 175 192 144
Binary 10101111 11000000 10010000
Octal 257 300 220

Shades and tints

Shades of #AFC090

#AFC090
(175,192,144)
#A0AF83
(160,175,131)
#919E76
(145,158,118)
#828D69
(130,141,105)
#737C5C
(115,124,92)
#646B4F
(100,107,79)
#555A42
(85,90,66)
#464935
(70,73,53)
#373828
(55,56,40)
#28271B
(40,39,27)
#19160E
(25,22,14)
#000000
(0,0,0)

Tints of #AFC090

#AFC090
(175,192,144)
#B6C59A
(182,197,154)
#BDCAA4
(189,202,164)
#C4CFAE
(196,207,174)
#CBD4B8
(203,212,184)
#D2D9C2
(210,217,194)
#D9DECC
(217,222,204)
#E0E3D6
(224,227,214)
#E7E8E0
(231,232,224)
#EEEDEA
(238,237,234)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC090 color. Also use rgb(175,192,144) instead hex code.

Text Font Color

.myTextColor { color: #AFC090; }

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

This text font color is #AFC090.

Background Color

.myBgColor { background-color: #AFC090; }

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

This div background color is #AFC090.

Border color

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

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

This div border color is #AFC090.

Opacity

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

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

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

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

This text has shadow with #AFC090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC090.

Preview

Color preview on black background

This text has color #AFC090 on black background.


Color preview on white background

This text has color #AFC090 on white background.


Black color preview on #AFC090 background

This text has black color on #AFC090 background.


White color preview on #AFC090 background

This text has white color on #AFC090 background.


Related colors

Complementary color

Complementary color for #hex is #503F6F.


I love getcolorcode.com

Triadic colors

1 #90AFC0 and #C090AF with #AFC090 are triadic colors.

2 #90C0AF and #C0AF90 with #AFC090 are triadic colors.