COLOR #AFA696

HEX: #AFA696 RGB: (175,166,150)

Color info

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

RGB color model

#AFA696 color RGB value is (175,166,150).

RGB: (175,166,150) (69%, 65%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 150 of 255 = 59%

175
166
150

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

Portions of RGB colors in percentages

R + G + B = 175 + 166 + 150 = 491 (100%)
R 175 of 491 ~ 35.64%
G 166 of 491 ~ 33.81%
B 150 of 491 ~ 30.55'%

%35.64
%33.81
%30.55

CMYK color model

#AFA696 color CMYK value is (0,5,14,31).

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

CMYK: (0,5,14,31)
C0M5Y14K31 (0%, 5%, 14%, 31%)
(0.00 / 0.05 / 0.14 / 0.31)

CMYK percentages

%0
%5.14
%14.29
%31.37

Codes

Color #AFA696 in popluar color models

AF A6 96
RGB 175 166 150
HSL 38° 13.51% 63.73%
HSB/HSV 38° 14.29% 68.63%
CMYK 0.00% 5.14% 14.29%
31.37%

Color #AFA696 in popluar number systems.

HEX AF A6 96
Decimal 175 166 150
Binary 10101111 10100110 10010110
Octal 257 246 226

Shades and tints

Shades of #AFA696

#AFA696
(175,166,150)
#A09789
(160,151,137)
#91887C
(145,136,124)
#82796F
(130,121,111)
#736A62
(115,106,98)
#645B55
(100,91,85)
#554C48
(85,76,72)
#463D3B
(70,61,59)
#372E2E
(55,46,46)
#281F21
(40,31,33)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AFA696

#AFA696
(175,166,150)
#B6AE9F
(182,174,159)
#BDB6A8
(189,182,168)
#C4BEB1
(196,190,177)
#CBC6BA
(203,198,186)
#D2CEC3
(210,206,195)
#D9D6CC
(217,214,204)
#E0DED5
(224,222,213)
#E7E6DE
(231,230,222)
#EEEEE7
(238,238,231)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA696; }

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

This text font color is #AFA696.

Background Color

.myBgColor { background-color: #AFA696; }

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

This div background color is #AFA696.

Border color

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

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

This div border color is #AFA696.

Opacity

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

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

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

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

This text has shadow with #AFA696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA696.

Preview

Color preview on black background

This text has color #AFA696 on black background.


Color preview on white background

This text has color #AFA696 on white background.


Black color preview on #AFA696 background

This text has black color on #AFA696 background.


White color preview on #AFA696 background

This text has white color on #AFA696 background.


Related colors

Complementary color

Complementary color for #hex is #505969.


I love getcolorcode.com

Triadic colors

1 #96AFA6 and #A696AF with #AFA696 are triadic colors.

2 #96A6AF and #A6AF96 with #AFA696 are triadic colors.