COLOR #AFA491

HEX: #AFA491 RGB: (175,164,145)

Color info

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

RGB color model

#AFA491 color RGB value is (175,164,145).

RGB: (175,164,145) (69%, 64%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 164 of 255 = 64%
B 145 of 255 = 57%

175
164
145

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

Portions of RGB colors in percentages

R + G + B = 175 + 164 + 145 = 484 (100%)
R 175 of 484 ~ 36.16%
G 164 of 484 ~ 33.88%
B 145 of 484 ~ 29.96'%

%36.16
%33.88
%29.96

CMYK color model

#AFA491 color CMYK value is (0,6,17,31).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 17.14%
  • key color value is 31.37%

CMYK: (0,6,17,31)
C0M6Y17K31 (0%, 6%, 17%, 31%)
(0.00 / 0.06 / 0.17 / 0.31)

CMYK percentages

%0
%6.29
%17.14
%31.37

Codes

Color #AFA491 in popluar color models

AF A4 91
RGB 175 164 145
HSL 38° 15.79% 62.75%
HSB/HSV 38° 17.14% 68.63%
CMYK 0.00% 6.29% 17.14%
31.37%

Color #AFA491 in popluar number systems.

HEX AF A4 91
Decimal 175 164 145
Binary 10101111 10100100 10010001
Octal 257 244 221

Shades and tints

Shades of #AFA491

#AFA491
(175,164,145)
#A09684
(160,150,132)
#918877
(145,136,119)
#827A6A
(130,122,106)
#736C5D
(115,108,93)
#645E50
(100,94,80)
#555043
(85,80,67)
#464236
(70,66,54)
#373429
(55,52,41)
#28261C
(40,38,28)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #AFA491

#AFA491
(175,164,145)
#B6AC9B
(182,172,155)
#BDB4A5
(189,180,165)
#C4BCAF
(196,188,175)
#CBC4B9
(203,196,185)
#D2CCC3
(210,204,195)
#D9D4CD
(217,212,205)
#E0DCD7
(224,220,215)
#E7E4E1
(231,228,225)
#EEECEB
(238,236,235)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA491; }

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

This text font color is #AFA491.

Background Color

.myBgColor { background-color: #AFA491; }

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

This div background color is #AFA491.

Border color

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

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

This div border color is #AFA491.

Opacity

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

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

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

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

This text has shadow with #AFA491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA491.

Preview

Color preview on black background

This text has color #AFA491 on black background.


Color preview on white background

This text has color #AFA491 on white background.


Black color preview on #AFA491 background

This text has black color on #AFA491 background.


White color preview on #AFA491 background

This text has white color on #AFA491 background.


Related colors

Complementary color

Complementary color for #hex is #505B6E.


I love getcolorcode.com

Triadic colors

1 #91AFA4 and #A491AF with #AFA491 are triadic colors.

2 #91A4AF and #A4AF91 with #AFA491 are triadic colors.