COLOR #AFA284

HEX: #AFA284
RGB: (175,162,132)

Color info

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

RGB color model

#AFA284 color RGB value is (175,162,132).

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

RGB channels and saturation

R 175 of 255 = 69%
G 162 of 255 = 64%
B 132 of 255 = 52%

175
162
132

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

Portions of RGB colors in percentages

R + G + B =
175 + 162 + 132 = 469 (100%)
R 175 of 469 ~ 37.31%
G 162 of 469 ~ 34.54%
B 132 of 469 ~ 28.14%

%37.31
%34.54
%28.14

CMYK color model

#AFA284 color CMYK value is (0,7,25,31).

  • cyan value is 0.00%
  • magenta value is 7.43%
  • yellow value is 24.57%
  • key color value is 31.37%
CMYK:
(0,7,25,31)
C0M7Y25K31 
(0%,7%,25%,31%)
(0.00/0.07/0.25/0.31)	

CMYK percentages

%0
%7.43
%24.57
%31.37

Codes

Color #AFA284 in popluar color models

AFA284
RGB175162132
HSL42°21.18%60.20%
HSB/HSV42°24.57%68.63%
CMYK0.00%7.43%24.57%
31.37%

Color #AFA284 in popluar number systems.

HEXAFA284
Decimal175162132
Binary101011111010001010000100
Octal257242204

Shades and tints

Shades of #AFA284

#AFA284
(175,162,132)
#A09478
(160,148,120)
#91866C
(145,134,108)
#827860
(130,120,96)
#736A54
(115,106,84)
#645C48
(100,92,72)
#554E3C
(85,78,60)
#464030
(70,64,48)
#373224
(55,50,36)
#282418
(40,36,24)
#19160C
(25,22,12)
#000000
(0,0,0)

Tints of #AFA284

#AFA284
(175,162,132)
#B6AA8F
(182,170,143)
#BDB29A
(189,178,154)
#C4BAA5
(196,186,165)
#CBC2B0
(203,194,176)
#D2CABB
(210,202,187)
#D9D2C6
(217,210,198)
#E0DAD1
(224,218,209)
#E7E2DC
(231,226,220)
#EEEAE7
(238,234,231)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA284; }

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

This text font color is #AFA284.


Background Color

.myBgColor { background-color: #AFA284; }

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

This div background color is #AFA284.


Border color

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

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

This div border color is #AFA284.


Opacity

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

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

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

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

This text has shadow with #AFA284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA284 on black background.


Color preview on white background

This text has color #AFA284 on white background.



Black color preview on #AFA284 background

This text has black color on #AFA284 background.


White color preview on #AFA284 background

This text has white color on #AFA284 background.