COLOR #AFBE6A

HEX: #AFBE6A RGB: (175,190,106)

Color info

#AFBE6A contains mainly red and green colors. Web safe color of #AFBE6A is #99CC66 (or #9C6).

RGB color model

#AFBE6A color RGB value is (175,190,106).

RGB: (175,190,106) (69%, 75%, 42%)

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 106 of 255 = 42%

175
190
106

R + G + B ~ 62%. #AFBE6A is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 190 + 106 = 471 (100%)
R 175 of 471 ~ 37.15%
G 190 of 471 ~ 40.34%
B 106 of 471 ~ 22.51'%

%37.15
%40.34
%22.51

CMYK color model

#AFBE6A color CMYK value is (8,0,44,25).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 44.21%
  • key color value is 25.49%

CMYK: (8,0,44,25)
C8M0Y44K25 (8%, 0%, 44%, 25%)
(0.08 / 0.00 / 0.44 / 0.25)

CMYK percentages

%7.89
%0
%44.21
%25.49

Codes

Color #AFBE6A in popluar color models

AF BE 6A
RGB 175 190 106
HSL 71° 39.25% 58.04%
HSB/HSV 71° 44.21% 74.51%
CMYK 7.89% 0.00% 44.21%
25.49%

Color #AFBE6A in popluar number systems.

HEX AF BE 6A
Decimal 175 190 106
Binary 10101111 10111110 1101010
Octal 257 276 152

Shades and tints

Shades of #AFBE6A

#AFBE6A
(175,190,106)
#A0AD61
(160,173,97)
#919C58
(145,156,88)
#828B4F
(130,139,79)
#737A46
(115,122,70)
#64693D
(100,105,61)
#555834
(85,88,52)
#46472B
(70,71,43)
#373622
(55,54,34)
#282519
(40,37,25)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #AFBE6A

#AFBE6A
(175,190,106)
#B6C377
(182,195,119)
#BDC884
(189,200,132)
#C4CD91
(196,205,145)
#CBD29E
(203,210,158)
#D2D7AB
(210,215,171)
#D9DCB8
(217,220,184)
#E0E1C5
(224,225,197)
#E7E6D2
(231,230,210)
#EEEBDF
(238,235,223)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBE6A color. Also use rgb(175,190,106) instead hex code.

Text Font Color

.myTextColor { color: #AFBE6A; }

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

This text font color is #AFBE6A.

Background Color

.myBgColor { background-color: #AFBE6A; }

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

This div background color is #AFBE6A.

Border color

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

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

This div border color is #AFBE6A.

Opacity

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

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

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

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

This text has shadow with #AFBE6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBE6A.

Preview

Color preview on black background

This text has color #AFBE6A on black background.


Color preview on white background

This text has color #AFBE6A on white background.


Black color preview on #AFBE6A background

This text has black color on #AFBE6A background.


White color preview on #AFBE6A background

This text has white color on #AFBE6A background.


Related colors

Complementary color

Complementary color for #hex is #504195.


I love getcolorcode.com

Triadic colors

1 #6AAFBE and #BE6AAF with #AFBE6A are triadic colors.

2 #6ABEAF and #BEAF6A with #AFBE6A are triadic colors.