COLOR #AFA196

HEX: #AFA196 RGB: (175,161,150)

Color info

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

RGB color model

#AFA196 color RGB value is (175,161,150).

RGB: (175,161,150) (69%, 63%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 150 of 255 = 59%

175
161
150

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

Portions of RGB colors in percentages

R + G + B = 175 + 161 + 150 = 486 (100%)
R 175 of 486 ~ 36.01%
G 161 of 486 ~ 33.13%
B 150 of 486 ~ 30.86'%

%36.01
%33.13
%30.86

CMYK color model

#AFA196 color CMYK value is (0,8,14,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK: (0,8,14,31) C0M8Y14K31 (0%,8%,14%,31%) (0.00/0.08/0.14/0.31) 

CMYK percentages

%0
%8
%14.29
%31.37

Codes

Color #AFA196 in popluar color models

AF A1 96
RGB 175 161 150
HSL 26° 13.51% 63.73%
HSB/HSV 26° 14.29% 68.63%
CMYK 0.00% 8.00% 14.29%
31.37%

Color #AFA196 in popluar number systems.

HEX AF A1 96
Decimal 175 161 150
Binary 10101111 10100001 10010110
Octal 257 241 226

Shades and tints

Shades of #AFA196

#AFA196
(175,161,150)
#A09389
(160,147,137)
#91857C
(145,133,124)
#82776F
(130,119,111)
#736962
(115,105,98)
#645B55
(100,91,85)
#554D48
(85,77,72)
#463F3B
(70,63,59)
#37312E
(55,49,46)
#282321
(40,35,33)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AFA196

#AFA196
(175,161,150)
#B6A99F
(182,169,159)
#BDB1A8
(189,177,168)
#C4B9B1
(196,185,177)
#CBC1BA
(203,193,186)
#D2C9C3
(210,201,195)
#D9D1CC
(217,209,204)
#E0D9D5
(224,217,213)
#E7E1DE
(231,225,222)
#EEE9E7
(238,233,231)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA196 color. Also use rgb(175,161,150) instead hex code.

Text Font Color

.myTextColor { color: #AFA196; }

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

This text font color is #AFA196.

Background Color

.myBgColor { background-color: #AFA196; }

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

This div background color is #AFA196.

Border color

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

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

This div border color is #AFA196.

Opacity

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

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

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

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

This text has shadow with #AFA196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA196.

Preview

Color preview on black background

This text has color #AFA196 on black background.


Color preview on white background

This text has color #AFA196 on white background.


Black color preview on #AFA196 background

This text has black color on #AFA196 background.


White color preview on #AFA196 background

This text has white color on #AFA196 background.


Related colors

Complementary color

Complementary color for #hex is #505E69.


I love getcolorcode.com

Triadic colors

1 #96AFA1 and #A196AF with #AFA196 are triadic colors.

2 #96A1AF and #A1AF96 with #AFA196 are triadic colors.