COLOR #AFA492

HEX: #AFA492
RGB: (175,164,146)

Color info

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

RGB color model

#AFA492 color RGB value is (175,164,146).

  • red value is 175;
  • green value is 164;
  • blue value is 146.
RGB:
(175,164,146)
(69%,64%,57%)

RGB channels and saturation

R 175 of 255 = 69%
G 164 of 255 = 64%
B 146 of 255 = 57%

175
164
146

R + G + B ~ 63%. #AFA492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 164 + 146 = 485 (100%)
R 175 of 485 ~ 36.08%
G 164 of 485 ~ 33.81%
B 146 of 485 ~ 30.1%

%36.08
%33.81
%30.1

CMYK color model

#AFA492 color CMYK value is (0,6,17,31).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 16.57%
  • key color value is 31.37%
CMYK:
(0,6,17,31)
C0M6Y17K31 
(0%,6%,17%,31%)
(0.00/0.06/0.17/0.31)	

CMYK percentages

%0
%6.29
%16.57
%31.37

Codes

Color #AFA492 in popluar color models

AFA492
RGB175164146
HSL37°15.34%62.94%
HSB/HSV37°16.57%68.63%
CMYK0.00%6.29%16.57%
31.37%

Color #AFA492 in popluar number systems.

HEXAFA492
Decimal175164146
Binary101011111010010010010010
Octal257244222

Shades and tints

Shades of #AFA492

#AFA492
(175,164,146)
#A09685
(160,150,133)
#918878
(145,136,120)
#827A6B
(130,122,107)
#736C5E
(115,108,94)
#645E51
(100,94,81)
#555044
(85,80,68)
#464237
(70,66,55)
#37342A
(55,52,42)
#28261D
(40,38,29)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #AFA492

#AFA492
(175,164,146)
#B6AC9B
(182,172,155)
#BDB4A4
(189,180,164)
#C4BCAD
(196,188,173)
#CBC4B6
(203,196,182)
#D2CCBF
(210,204,191)
#D9D4C8
(217,212,200)
#E0DCD1
(224,220,209)
#E7E4DA
(231,228,218)
#EEECE3
(238,236,227)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA492 color. Also use rgb(175,164,146) instead hex code.

Text Font Color

.myTextColor { color: #AFA492; }

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

This text font color is #AFA492.


Background Color

.myBgColor { background-color: #AFA492; }

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

This div background color is #AFA492.


Border color

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

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

This div border color is #AFA492.


Opacity

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

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

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

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

This text has shadow with #AFA492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA492 on black background.


Color preview on white background

This text has color #AFA492 on white background.



Black color preview on #AFA492 background

This text has black color on #AFA492 background.


White color preview on #AFA492 background

This text has white color on #AFA492 background.