COLOR #AFA688

HEX: #AFA688
RGB: (175,166,136)

Color info

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

RGB color model

#AFA688 color RGB value is (175,166,136).

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

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 136 of 255 = 53%

175
166
136

R + G + B ~ 62%. #AFA688 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 166 + 136 = 477 (100%)
R 175 of 477 ~ 36.69%
G 166 of 477 ~ 34.8%
B 136 of 477 ~ 28.51%

%36.69
%34.8
%28.51

CMYK color model

#AFA688 color CMYK value is (0,5,22,31).

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 22.29%
  • key color value is 31.37%
CMYK:
(0,5,22,31)
C0M5Y22K31 
(0%,5%,22%,31%)
(0.00/0.05/0.22/0.31)	

CMYK percentages

%0
%5.14
%22.29
%31.37

Codes

Color #AFA688 in popluar color models

AFA688
RGB175166136
HSL46°19.60%60.98%
HSB/HSV46°22.29%68.63%
CMYK0.00%5.14%22.29%
31.37%

Color #AFA688 in popluar number systems.

HEXAFA688
Decimal175166136
Binary101011111010011010001000
Octal257246210

Shades and tints

Shades of #AFA688

#AFA688
(175,166,136)
#A0977C
(160,151,124)
#918870
(145,136,112)
#827964
(130,121,100)
#736A58
(115,106,88)
#645B4C
(100,91,76)
#554C40
(85,76,64)
#463D34
(70,61,52)
#372E28
(55,46,40)
#281F1C
(40,31,28)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #AFA688

#AFA688
(175,166,136)
#B6AE92
(182,174,146)
#BDB69C
(189,182,156)
#C4BEA6
(196,190,166)
#CBC6B0
(203,198,176)
#D2CEBA
(210,206,186)
#D9D6C4
(217,214,196)
#E0DECE
(224,222,206)
#E7E6D8
(231,230,216)
#EEEEE2
(238,238,226)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA688; }

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

This text font color is #AFA688.


Background Color

.myBgColor { background-color: #AFA688; }

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

This div background color is #AFA688.


Border color

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

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

This div border color is #AFA688.


Opacity

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

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

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

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

This text has shadow with #AFA688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA688 on black background.


Color preview on white background

This text has color #AFA688 on white background.



Black color preview on #AFA688 background

This text has black color on #AFA688 background.


White color preview on #AFA688 background

This text has white color on #AFA688 background.