COLOR #AFA490

HEX: #AFA490 RGB: (175,164,144)

Color info

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

RGB color model

#AFA490 color RGB value is (175,164,144).

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

RGB channels and saturation

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

175
164
144

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

Portions of RGB colors in percentages

R + G + B = 175 + 164 + 144 = 483 (100%)
R 175 of 483 ~ 36.23%
G 164 of 483 ~ 33.95%
B 144 of 483 ~ 29.81'%

%36.23
%33.95
%29.81

CMYK color model

#AFA490 color CMYK value is (0,6,18,31).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 17.71%
  • key color value is 31.37%
CMYK: (0,6,18,31) C0M6Y18K31 (0%,6%,18%,31%) (0.00/0.06/0.18/0.31) 

CMYK percentages

%0
%6.29
%17.71
%31.37

Codes

Color #AFA490 in popluar color models

AF A4 90
RGB 175 164 144
HSL 39° 16.23% 62.55%
HSB/HSV 39° 17.71% 68.63%
CMYK 0.00% 6.29% 17.71%
31.37%

Color #AFA490 in popluar number systems.

HEX AF A4 90
Decimal 175 164 144
Binary 10101111 10100100 10010000
Octal 257 244 220

Shades and tints

Shades of #AFA490

#AFA490
(175,164,144)
#A09683
(160,150,131)
#918876
(145,136,118)
#827A69
(130,122,105)
#736C5C
(115,108,92)
#645E4F
(100,94,79)
#555042
(85,80,66)
#464235
(70,66,53)
#373428
(55,52,40)
#28261B
(40,38,27)
#19180E
(25,24,14)
#000000
(0,0,0)

Tints of #AFA490

#AFA490
(175,164,144)
#B6AC9A
(182,172,154)
#BDB4A4
(189,180,164)
#C4BCAE
(196,188,174)
#CBC4B8
(203,196,184)
#D2CCC2
(210,204,194)
#D9D4CC
(217,212,204)
#E0DCD6
(224,220,214)
#E7E4E0
(231,228,224)
#EEECEA
(238,236,234)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA490; }

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

This text font color is #AFA490.

Background Color

.myBgColor { background-color: #AFA490; }

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

This div background color is #AFA490.

Border color

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

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

This div border color is #AFA490.

Opacity

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

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

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

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

This text has shadow with #AFA490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA490.

Preview

Color preview on black background

This text has color #AFA490 on black background.


Color preview on white background

This text has color #AFA490 on white background.


Black color preview on #AFA490 background

This text has black color on #AFA490 background.


White color preview on #AFA490 background

This text has white color on #AFA490 background.


Related colors

Complementary color

Complementary color for #hex is #505B6F.


I love getcolorcode.com

Triadic colors

1 #90AFA4 and #A490AF with #AFA490 are triadic colors.

2 #90A4AF and #A4AF90 with #AFA490 are triadic colors.