COLOR #AFA896

HEX: #AFA896 RGB: (175,168,150)

Color info

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

RGB color model

#AFA896 color RGB value is (175,168,150).

RGB: (175,168,150) (69%, 66%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 150 of 255 = 59%

175
168
150

R + G + B ~ 65%. #AFA896 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 168 + 150 = 493 (100%)
R 175 of 493 ~ 35.5%
G 168 of 493 ~ 34.08%
B 150 of 493 ~ 30.43'%

%35.5
%34.08
%30.43

CMYK color model

#AFA896 color CMYK value is (0,4,14,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 14.29%
  • key color value is 31.37%

CMYK: (0,4,14,31)
C0M4Y14K31 (0%, 4%, 14%, 31%)
(0.00 / 0.04 / 0.14 / 0.31)

CMYK percentages

%0
%4
%14.29
%31.37

Codes

Color #AFA896 in popluar color models

AF A8 96
RGB 175 168 150
HSL 43° 13.51% 63.73%
HSB/HSV 43° 14.29% 68.63%
CMYK 0.00% 4.00% 14.29%
31.37%

Color #AFA896 in popluar number systems.

HEX AF A8 96
Decimal 175 168 150
Binary 10101111 10101000 10010110
Octal 257 250 226

Shades and tints

Shades of #AFA896

#AFA896
(175,168,150)
#A09989
(160,153,137)
#918A7C
(145,138,124)
#827B6F
(130,123,111)
#736C62
(115,108,98)
#645D55
(100,93,85)
#554E48
(85,78,72)
#463F3B
(70,63,59)
#37302E
(55,48,46)
#282121
(40,33,33)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AFA896

#AFA896
(175,168,150)
#B6AF9F
(182,175,159)
#BDB6A8
(189,182,168)
#C4BDB1
(196,189,177)
#CBC4BA
(203,196,186)
#D2CBC3
(210,203,195)
#D9D2CC
(217,210,204)
#E0D9D5
(224,217,213)
#E7E0DE
(231,224,222)
#EEE7E7
(238,231,231)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA896; }

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

This text font color is #AFA896.

Background Color

.myBgColor { background-color: #AFA896; }

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

This div background color is #AFA896.

Border color

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

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

This div border color is #AFA896.

Opacity

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

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

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

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

This text has shadow with #AFA896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA896.

Preview

Color preview on black background

This text has color #AFA896 on black background.


Color preview on white background

This text has color #AFA896 on white background.


Black color preview on #AFA896 background

This text has black color on #AFA896 background.


White color preview on #AFA896 background

This text has white color on #AFA896 background.


Related colors

Complementary color

Complementary color for #hex is #505769.


I love getcolorcode.com

Triadic colors

1 #96AFA8 and #A896AF with #AFA896 are triadic colors.

2 #96A8AF and #A8AF96 with #AFA896 are triadic colors.