COLOR #AFB944

HEX: #AFB944
RGB: (175,185,68)

Color info

#AFB944 contains mainly red and green colors. Web safe color of #AFB944 is #99CC33 (or #9C3).

RGB color model

#AFB944 color RGB value is (175,185,68).

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

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 68 of 255 = 27%

175
185
68

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

Portions of RGB colors in percentages

R + G + B =
175 + 185 + 68 = 428 (100%)
R 175 of 428 ~ 40.89%
G 185 of 428 ~ 43.22%
B 68 of 428 ~ 15.89%

%40.89
%43.22
%15.89

CMYK color model

#AFB944 color CMYK value is (5,0,63,27).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 27.45%
CMYK:
(5,0,63,27)
C5M0Y63K27 
(5%,0%,63%,27%)
(0.05/0.00/0.63/0.27)	

CMYK percentages

%5.41
%0
%63.24
%27.45

Codes

Color #AFB944 in popluar color models

AFB944
RGB17518568
HSL65°46.25%49.61%
HSB/HSV65°63.24%72.55%
CMYK5.41%0.00%63.24%
27.45%

Color #AFB944 in popluar number systems.

HEXAFB944
Decimal17518568
Binary10101111101110011000100
Octal257271104

Shades and tints

Shades of #AFB944

#AFB944
(175,185,68)
#A0A93E
(160,169,62)
#919938
(145,153,56)
#828932
(130,137,50)
#73792C
(115,121,44)
#646926
(100,105,38)
#555920
(85,89,32)
#46491A
(70,73,26)
#373914
(55,57,20)
#28290E
(40,41,14)
#191908
(25,25,8)
#000000
(0,0,0)

Tints of #AFB944

#AFB944
(175,185,68)
#B6BF55
(182,191,85)
#BDC566
(189,197,102)
#C4CB77
(196,203,119)
#CBD188
(203,209,136)
#D2D799
(210,215,153)
#D9DDAA
(217,221,170)
#E0E3BB
(224,227,187)
#E7E9CC
(231,233,204)
#EEEFDD
(238,239,221)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB944 color. Also use rgb(175,185,68) instead hex code.

Text Font Color

.myTextColor { color: #AFB944; }

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

This text font color is #AFB944.


Background Color

.myBgColor { background-color: #AFB944; }

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

This div background color is #AFB944.


Border color

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

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

This div border color is #AFB944.


Opacity

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

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

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

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

This text has shadow with #AFB944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB944 on black background.


Color preview on white background

This text has color #AFB944 on white background.



Black color preview on #AFB944 background

This text has black color on #AFB944 background.


White color preview on #AFB944 background

This text has white color on #AFB944 background.