COLOR #AFA736

HEX: #AFA736
RGB: (175,167,54)

Color info

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

RGB color model

#AFA736 color RGB value is (175,167,54).

  • red value is 175;
  • green value is 167;
  • blue value is 54.
RGB:
(175,167,54)
(69%,65%,21%)

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 54 of 255 = 21%

175
167
54

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

Portions of RGB colors in percentages

R + G + B =
175 + 167 + 54 = 396 (100%)
R 175 of 396 ~ 44.19%
G 167 of 396 ~ 42.17%
B 54 of 396 ~ 13.64%

%44.19
%42.17
%13.64

CMYK color model

#AFA736 color CMYK value is (0,5,69,31).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 69.14%
  • key color value is 31.37%
CMYK:
(0,5,69,31)
C0M5Y69K31 
(0%,5%,69%,31%)
(0.00/0.05/0.69/0.31)	

CMYK percentages

%0
%4.57
%69.14
%31.37

Codes

Color #AFA736 in popluar color models

AFA736
RGB17516754
HSL56°52.84%44.90%
HSB/HSV56°69.14%68.63%
CMYK0.00%4.57%69.14%
31.37%

Color #AFA736 in popluar number systems.

HEXAFA736
Decimal17516754
Binary1010111110100111110110
Octal25724766

Shades and tints

Shades of #AFA736

#AFA736
(175,167,54)
#A09832
(160,152,50)
#91892E
(145,137,46)
#827A2A
(130,122,42)
#736B26
(115,107,38)
#645C22
(100,92,34)
#554D1E
(85,77,30)
#463E1A
(70,62,26)
#372F16
(55,47,22)
#282012
(40,32,18)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #AFA736

#AFA736
(175,167,54)
#B6AF48
(182,175,72)
#BDB75A
(189,183,90)
#C4BF6C
(196,191,108)
#CBC77E
(203,199,126)
#D2CF90
(210,207,144)
#D9D7A2
(217,215,162)
#E0DFB4
(224,223,180)
#E7E7C6
(231,231,198)
#EEEFD8
(238,239,216)
#F5F7EA
(245,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA736 color. Also use rgb(175,167,54) instead hex code.

Text Font Color

.myTextColor { color: #AFA736; }

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

This text font color is #AFA736.


Background Color

.myBgColor { background-color: #AFA736; }

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

This div background color is #AFA736.


Border color

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

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

This div border color is #AFA736.


Opacity

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

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

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

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

This text has shadow with #AFA736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA736 on black background.


Color preview on white background

This text has color #AFA736 on white background.



Black color preview on #AFA736 background

This text has black color on #AFA736 background.


White color preview on #AFA736 background

This text has white color on #AFA736 background.