COLOR #AFA34E

HEX: #AFA34E
RGB: (175,163,78)

Color info

#AFA34E contains mainly red and green colors. Web safe color of #AFA34E is #999966 (or #996).

RGB color model

#AFA34E color RGB value is (175,163,78).

  • red value is 175;
  • green value is 163;
  • blue value is 78.
RGB:
(175,163,78)
(69%,64%,31%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 78 of 255 = 31%

175
163
78

R + G + B ~ 55%. #AFA34E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 163 + 78 = 416 (100%)
R 175 of 416 ~ 42.07%
G 163 of 416 ~ 39.18%
B 78 of 416 ~ 18.75%

%42.07
%39.18
%18.75

CMYK color model

#AFA34E color CMYK value is (0,7,55,31).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 55.43%
  • key color value is 31.37%
CMYK:
(0,7,55,31)
C0M7Y55K31 
(0%,7%,55%,31%)
(0.00/0.07/0.55/0.31)	

CMYK percentages

%0
%6.86
%55.43
%31.37

Codes

Color #AFA34E in popluar color models

AFA34E
RGB17516378
HSL53°38.34%49.61%
HSB/HSV53°55.43%68.63%
CMYK0.00%6.86%55.43%
31.37%

Color #AFA34E in popluar number systems.

HEXAFA34E
Decimal17516378
Binary10101111101000111001110
Octal257243116

Shades and tints

Shades of #AFA34E

#AFA34E
(175,163,78)
#A09547
(160,149,71)
#918740
(145,135,64)
#827939
(130,121,57)
#736B32
(115,107,50)
#645D2B
(100,93,43)
#554F24
(85,79,36)
#46411D
(70,65,29)
#373316
(55,51,22)
#28250F
(40,37,15)
#191708
(25,23,8)
#000000
(0,0,0)

Tints of #AFA34E

#AFA34E
(175,163,78)
#B6AB5E
(182,171,94)
#BDB36E
(189,179,110)
#C4BB7E
(196,187,126)
#CBC38E
(203,195,142)
#D2CB9E
(210,203,158)
#D9D3AE
(217,211,174)
#E0DBBE
(224,219,190)
#E7E3CE
(231,227,206)
#EEEBDE
(238,235,222)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA34E color. Also use rgb(175,163,78) instead hex code.

Text Font Color

.myTextColor { color: #AFA34E; }

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

This text font color is #AFA34E.


Background Color

.myBgColor { background-color: #AFA34E; }

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

This div background color is #AFA34E.


Border color

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

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

This div border color is #AFA34E.


Opacity

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

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

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

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

This text has shadow with #AFA34E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA34E on black background.


Color preview on white background

This text has color #AFA34E on white background.



Black color preview on #AFA34E background

This text has black color on #AFA34E background.


White color preview on #AFA34E background

This text has white color on #AFA34E background.