COLOR #AFA695

HEX: #AFA695
RGB: (175,166,149)

Color info

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

RGB color model

#AFA695 color RGB value is (175,166,149).

  • red value is 175;
  • green value is 166;
  • blue value is 149.
RGB:
(175,166,149)
(69%,65%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 149 of 255 = 58%

175
166
149

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

Portions of RGB colors in percentages

R + G + B =
175 + 166 + 149 = 490 (100%)
R 175 of 490 ~ 35.71%
G 166 of 490 ~ 33.88%
B 149 of 490 ~ 30.41%

%35.71
%33.88
%30.41

CMYK color model

#AFA695 color CMYK value is (0,5,15,31).

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK:
(0,5,15,31)
C0M5Y15K31 
(0%,5%,15%,31%)
(0.00/0.05/0.15/0.31)	

CMYK percentages

%0
%5.14
%14.86
%31.37

Codes

Color #AFA695 in popluar color models

AFA695
RGB175166149
HSL39°13.98%63.53%
HSB/HSV39°14.86%68.63%
CMYK0.00%5.14%14.86%
31.37%

Color #AFA695 in popluar number systems.

HEXAFA695
Decimal175166149
Binary101011111010011010010101
Octal257246225

Shades and tints

Shades of #AFA695

#AFA695
(175,166,149)
#A09788
(160,151,136)
#91887B
(145,136,123)
#82796E
(130,121,110)
#736A61
(115,106,97)
#645B54
(100,91,84)
#554C47
(85,76,71)
#463D3A
(70,61,58)
#372E2D
(55,46,45)
#281F20
(40,31,32)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #AFA695

#AFA695
(175,166,149)
#B6AE9E
(182,174,158)
#BDB6A7
(189,182,167)
#C4BEB0
(196,190,176)
#CBC6B9
(203,198,185)
#D2CEC2
(210,206,194)
#D9D6CB
(217,214,203)
#E0DED4
(224,222,212)
#E7E6DD
(231,230,221)
#EEEEE6
(238,238,230)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA695; }

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

This text font color is #AFA695.


Background Color

.myBgColor { background-color: #AFA695; }

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

This div background color is #AFA695.


Border color

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

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

This div border color is #AFA695.


Opacity

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

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

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

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

This text has shadow with #AFA695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA695 on black background.


Color preview on white background

This text has color #AFA695 on white background.



Black color preview on #AFA695 background

This text has black color on #AFA695 background.


White color preview on #AFA695 background

This text has white color on #AFA695 background.