COLOR #AFAE49

HEX: #AFAE49
RGB: (175,174,73)

Color info

#AFAE49 contains mainly red and green colors. Web safe color of #AFAE49 is #999933 (or #993).

RGB color model

#AFAE49 color RGB value is (175,174,73).

  • red value is 175;
  • green value is 174;
  • blue value is 73.
RGB:
(175,174,73)
(69%,68%,29%)

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 73 of 255 = 29%

175
174
73

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

Portions of RGB colors in percentages

R + G + B =
175 + 174 + 73 = 422 (100%)
R 175 of 422 ~ 41.47%
G 174 of 422 ~ 41.23%
B 73 of 422 ~ 17.3%

%41.47
%41.23
%17.3

CMYK color model

#AFAE49 color CMYK value is (0,1,58,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 58.29%
  • key color value is 31.37%
CMYK:
(0,1,58,31)
C0M1Y58K31 
(0%,1%,58%,31%)
(0.00/0.01/0.58/0.31)	

CMYK percentages

%0
%0.57
%58.29
%31.37

Codes

Color #AFAE49 in popluar color models

AFAE49
RGB17517473
HSL59°41.13%48.63%
HSB/HSV59°58.29%68.63%
CMYK0.00%0.57%58.29%
31.37%

Color #AFAE49 in popluar number systems.

HEXAFAE49
Decimal17517473
Binary10101111101011101001001
Octal257256111

Shades and tints

Shades of #AFAE49

#AFAE49
(175,174,73)
#A09F43
(160,159,67)
#91903D
(145,144,61)
#828137
(130,129,55)
#737231
(115,114,49)
#64632B
(100,99,43)
#555425
(85,84,37)
#46451F
(70,69,31)
#373619
(55,54,25)
#282713
(40,39,19)
#19180D
(25,24,13)
#000000
(0,0,0)

Tints of #AFAE49

#AFAE49
(175,174,73)
#B6B559
(182,181,89)
#BDBC69
(189,188,105)
#C4C379
(196,195,121)
#CBCA89
(203,202,137)
#D2D199
(210,209,153)
#D9D8A9
(217,216,169)
#E0DFB9
(224,223,185)
#E7E6C9
(231,230,201)
#EEEDD9
(238,237,217)
#F5F4E9
(245,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAE49 color. Also use rgb(175,174,73) instead hex code.

Text Font Color

.myTextColor { color: #AFAE49; }

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

This text font color is #AFAE49.


Background Color

.myBgColor { background-color: #AFAE49; }

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

This div background color is #AFAE49.


Border color

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

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

This div border color is #AFAE49.


Opacity

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

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

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

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

This text has shadow with #AFAE49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAE49 on black background.


Color preview on white background

This text has color #AFAE49 on white background.



Black color preview on #AFAE49 background

This text has black color on #AFAE49 background.


White color preview on #AFAE49 background

This text has white color on #AFAE49 background.