COLOR #AFA49A

HEX: #AFA49A RGB: (175,164,154)

Color info

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

RGB color model

#AFA49A color RGB value is (175,164,154).

RGB: (175,164,154) (69%, 64%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 164 of 255 = 64%
B 154 of 255 = 60%

175
164
154

R + G + B ~ 64%. #AFA49A is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 164 + 154 = 493 (100%)
R 175 of 493 ~ 35.5%
G 164 of 493 ~ 33.27%
B 154 of 493 ~ 31.24'%

%35.5
%33.27
%31.24

CMYK color model

#AFA49A color CMYK value is (0,6,12,31).

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

CMYK: (0,6,12,31)
C0M6Y12K31 (0%, 6%, 12%, 31%)
(0.00 / 0.06 / 0.12 / 0.31)

CMYK percentages

%0
%6.29
%12
%31.37

Codes

Color #AFA49A in popluar color models

AF A4 9A
RGB 175 164 154
HSL 29° 11.60% 64.51%
HSB/HSV 29° 12.00% 68.63%
CMYK 0.00% 6.29% 12.00%
31.37%

Color #AFA49A in popluar number systems.

HEX AF A4 9A
Decimal 175 164 154
Binary 10101111 10100100 10011010
Octal 257 244 232

Shades and tints

Shades of #AFA49A

#AFA49A
(175,164,154)
#A0968C
(160,150,140)
#91887E
(145,136,126)
#827A70
(130,122,112)
#736C62
(115,108,98)
#645E54
(100,94,84)
#555046
(85,80,70)
#464238
(70,66,56)
#37342A
(55,52,42)
#28261C
(40,38,28)
#19180E
(25,24,14)
#000000
(0,0,0)

Tints of #AFA49A

#AFA49A
(175,164,154)
#B6ACA3
(182,172,163)
#BDB4AC
(189,180,172)
#C4BCB5
(196,188,181)
#CBC4BE
(203,196,190)
#D2CCC7
(210,204,199)
#D9D4D0
(217,212,208)
#E0DCD9
(224,220,217)
#E7E4E2
(231,228,226)
#EEECEB
(238,236,235)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA49A; }

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

This text font color is #AFA49A.

Background Color

.myBgColor { background-color: #AFA49A; }

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

This div background color is #AFA49A.

Border color

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

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

This div border color is #AFA49A.

Opacity

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

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

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

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

This text has shadow with #AFA49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA49A.

Preview

Color preview on black background

This text has color #AFA49A on black background.


Color preview on white background

This text has color #AFA49A on white background.


Black color preview on #AFA49A background

This text has black color on #AFA49A background.


White color preview on #AFA49A background

This text has white color on #AFA49A background.


Related colors

Complementary color

Complementary color for #hex is #505B65.


I love getcolorcode.com

Triadic colors

1 #9AAFA4 and #A49AAF with #AFA49A are triadic colors.

2 #9AA4AF and #A4AF9A with #AFA49A are triadic colors.