COLOR #AFA390

HEX: #AFA390 RGB: (175,163,144)

Color info

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

RGB color model

#AFA390 color RGB value is (175,163,144).

RGB: (175,163,144) (69%, 64%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 144 of 255 = 56%

175
163
144

R + G + B ~ 63%. #AFA390 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 144 = 482 (100%)
R 175 of 482 ~ 36.31%
G 163 of 482 ~ 33.82%
B 144 of 482 ~ 29.88'%

%36.31
%33.82
%29.88

CMYK color model

#AFA390 color CMYK value is (0,7,18,31).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 17.71%
  • key color value is 31.37%

CMYK: (0,7,18,31)
C0M7Y18K31 (0%, 7%, 18%, 31%)
(0.00 / 0.07 / 0.18 / 0.31)

CMYK percentages

%0
%6.86
%17.71
%31.37

Codes

Color #AFA390 in popluar color models

AF A3 90
RGB 175 163 144
HSL 37° 16.23% 62.55%
HSB/HSV 37° 17.71% 68.63%
CMYK 0.00% 6.86% 17.71%
31.37%

Color #AFA390 in popluar number systems.

HEX AF A3 90
Decimal 175 163 144
Binary 10101111 10100011 10010000
Octal 257 243 220

Shades and tints

Shades of #AFA390

#AFA390
(175,163,144)
#A09583
(160,149,131)
#918776
(145,135,118)
#827969
(130,121,105)
#736B5C
(115,107,92)
#645D4F
(100,93,79)
#554F42
(85,79,66)
#464135
(70,65,53)
#373328
(55,51,40)
#28251B
(40,37,27)
#19170E
(25,23,14)
#000000
(0,0,0)

Tints of #AFA390

#AFA390
(175,163,144)
#B6AB9A
(182,171,154)
#BDB3A4
(189,179,164)
#C4BBAE
(196,187,174)
#CBC3B8
(203,195,184)
#D2CBC2
(210,203,194)
#D9D3CC
(217,211,204)
#E0DBD6
(224,219,214)
#E7E3E0
(231,227,224)
#EEEBEA
(238,235,234)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA390; }

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

This text font color is #AFA390.

Background Color

.myBgColor { background-color: #AFA390; }

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

This div background color is #AFA390.

Border color

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

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

This div border color is #AFA390.

Opacity

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

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

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

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

This text has shadow with #AFA390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA390.

Preview

Color preview on black background

This text has color #AFA390 on black background.


Color preview on white background

This text has color #AFA390 on white background.


Black color preview on #AFA390 background

This text has black color on #AFA390 background.


White color preview on #AFA390 background

This text has white color on #AFA390 background.


Related colors

Complementary color

Complementary color for #hex is #505C6F.


I love getcolorcode.com

Triadic colors

1 #90AFA3 and #A390AF with #AFA390 are triadic colors.

2 #90A3AF and #A3AF90 with #AFA390 are triadic colors.