COLOR #AFB843

HEX: #AFB843 RGB: (175,184,67)

Color info

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

RGB color model

#AFB843 color RGB value is (175,184,67).

RGB: (175,184,67) (69%, 72%, 26%)

RGB channels and saturation

R 175 of 255 = 69%
G 184 of 255 = 72%
B 67 of 255 = 26%

175
184
67

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

Portions of RGB colors in percentages

R + G + B = 175 + 184 + 67 = 426 (100%)
R 175 of 426 ~ 41.08%
G 184 of 426 ~ 43.19%
B 67 of 426 ~ 15.73'%

%41.08
%43.19
%15.73

CMYK color model

#AFB843 color CMYK value is (5,0,64,28).

  • cyan value is 4.89%
  • magenta value is 0.00%
  • yellow value is 63.59%
  • key color value is 27.84%

CMYK: (5,0,64,28)
C5M0Y64K28 (5%, 0%, 64%, 28%)
(0.05 / 0.00 / 0.64 / 0.28)

CMYK percentages

%4.89
%0
%63.59
%27.84

Codes

Color #AFB843 in popluar color models

AF B8 43
RGB 175 184 67
HSL 65° 46.61% 49.22%
HSB/HSV 65° 63.59% 72.16%
CMYK 4.89% 0.00% 63.59%
27.84%

Color #AFB843 in popluar number systems.

HEX AF B8 43
Decimal 175 184 67
Binary 10101111 10111000 1000011
Octal 257 270 103

Shades and tints

Shades of #AFB843

#AFB843
(175,184,67)
#A0A83D
(160,168,61)
#919837
(145,152,55)
#828831
(130,136,49)
#73782B
(115,120,43)
#646825
(100,104,37)
#55581F
(85,88,31)
#464819
(70,72,25)
#373813
(55,56,19)
#28280D
(40,40,13)
#191807
(25,24,7)
#000000
(0,0,0)

Tints of #AFB843

#AFB843
(175,184,67)
#B6BE54
(182,190,84)
#BDC465
(189,196,101)
#C4CA76
(196,202,118)
#CBD087
(203,208,135)
#D2D698
(210,214,152)
#D9DCA9
(217,220,169)
#E0E2BA
(224,226,186)
#E7E8CB
(231,232,203)
#EEEEDC
(238,238,220)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB843 color. Also use rgb(175,184,67) instead hex code.

Text Font Color

.myTextColor { color: #AFB843; }

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

This text font color is #AFB843.

Background Color

.myBgColor { background-color: #AFB843; }

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

This div background color is #AFB843.

Border color

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

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

This div border color is #AFB843.

Opacity

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

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

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

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

This text has shadow with #AFB843 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB843.

Preview

Color preview on black background

This text has color #AFB843 on black background.


Color preview on white background

This text has color #AFB843 on white background.


Black color preview on #AFB843 background

This text has black color on #AFB843 background.


White color preview on #AFB843 background

This text has white color on #AFB843 background.


Related colors

Complementary color

Complementary color for #hex is #5047BC.


I love getcolorcode.com

Triadic colors

1 #43AFB8 and #B843AF with #AFB843 are triadic colors.

2 #43B8AF and #B8AF43 with #AFB843 are triadic colors.