COLOR #AFA294

HEX: #AFA294
RGB: (175,162,148)

Color info

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

RGB color model

#AFA294 color RGB value is (175,162,148).

  • red value is 175;
  • green value is 162;
  • blue value is 148.
RGB:
(175,162,148)
(69%,64%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 162 of 255 = 64%
B 148 of 255 = 58%

175
162
148

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

Portions of RGB colors in percentages

R + G + B =
175 + 162 + 148 = 485 (100%)
R 175 of 485 ~ 36.08%
G 162 of 485 ~ 33.4%
B 148 of 485 ~ 30.52%

%36.08
%33.4
%30.52

CMYK color model

#AFA294 color CMYK value is (0,7,15,31).

  • cyan value is 0.00%
  • magenta value is 7.43%
  • yellow value is 15.43%
  • key color value is 31.37%
CMYK:
(0,7,15,31)
C0M7Y15K31 
(0%,7%,15%,31%)
(0.00/0.07/0.15/0.31)	

CMYK percentages

%0
%7.43
%15.43
%31.37

Codes

Color #AFA294 in popluar color models

AFA294
RGB175162148
HSL31°14.44%63.33%
HSB/HSV31°15.43%68.63%
CMYK0.00%7.43%15.43%
31.37%

Color #AFA294 in popluar number systems.

HEXAFA294
Decimal175162148
Binary101011111010001010010100
Octal257242224

Shades and tints

Shades of #AFA294

#AFA294
(175,162,148)
#A09487
(160,148,135)
#91867A
(145,134,122)
#82786D
(130,120,109)
#736A60
(115,106,96)
#645C53
(100,92,83)
#554E46
(85,78,70)
#464039
(70,64,57)
#37322C
(55,50,44)
#28241F
(40,36,31)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AFA294

#AFA294
(175,162,148)
#B6AA9D
(182,170,157)
#BDB2A6
(189,178,166)
#C4BAAF
(196,186,175)
#CBC2B8
(203,194,184)
#D2CAC1
(210,202,193)
#D9D2CA
(217,210,202)
#E0DAD3
(224,218,211)
#E7E2DC
(231,226,220)
#EEEAE5
(238,234,229)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA294 color. Also use rgb(175,162,148) instead hex code.

Text Font Color

.myTextColor { color: #AFA294; }

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

This text font color is #AFA294.


Background Color

.myBgColor { background-color: #AFA294; }

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

This div background color is #AFA294.


Border color

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

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

This div border color is #AFA294.


Opacity

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

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

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

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

This text has shadow with #AFA294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA294 on black background.


Color preview on white background

This text has color #AFA294 on white background.



Black color preview on #AFA294 background

This text has black color on #AFA294 background.


White color preview on #AFA294 background

This text has white color on #AFA294 background.