COLOR #AFB65A

HEX: #AFB65A RGB: (175,182,90)

Color info

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

RGB color model

#AFB65A color RGB value is (175,182,90).

RGB: (175,182,90) (69%, 71%, 35%)

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 90 of 255 = 35%

175
182
90

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

Portions of RGB colors in percentages

R + G + B = 175 + 182 + 90 = 447 (100%)
R 175 of 447 ~ 39.15%
G 182 of 447 ~ 40.72%
B 90 of 447 ~ 20.13'%

%39.15
%40.72
%20.13

CMYK color model

#AFB65A color CMYK value is (4,0,51,29).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 50.55%
  • key color value is 28.63%

CMYK: (4,0,51,29)
C4M0Y51K29 (4%, 0%, 51%, 29%)
(0.04 / 0.00 / 0.51 / 0.29)

CMYK percentages

%3.85
%0
%50.55
%28.63

Codes

Color #AFB65A in popluar color models

AF B6 5A
RGB 175 182 90
HSL 65° 38.66% 53.33%
HSB/HSV 65° 50.55% 71.37%
CMYK 3.85% 0.00% 50.55%
28.63%

Color #AFB65A in popluar number systems.

HEX AF B6 5A
Decimal 175 182 90
Binary 10101111 10110110 1011010
Octal 257 266 132

Shades and tints

Shades of #AFB65A

#AFB65A
(175,182,90)
#A0A652
(160,166,82)
#91964A
(145,150,74)
#828642
(130,134,66)
#73763A
(115,118,58)
#646632
(100,102,50)
#55562A
(85,86,42)
#464622
(70,70,34)
#37361A
(55,54,26)
#282612
(40,38,18)
#19160A
(25,22,10)
#000000
(0,0,0)

Tints of #AFB65A

#AFB65A
(175,182,90)
#B6BC69
(182,188,105)
#BDC278
(189,194,120)
#C4C887
(196,200,135)
#CBCE96
(203,206,150)
#D2D4A5
(210,212,165)
#D9DAB4
(217,218,180)
#E0E0C3
(224,224,195)
#E7E6D2
(231,230,210)
#EEECE1
(238,236,225)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB65A color. Also use rgb(175,182,90) instead hex code.

Text Font Color

.myTextColor { color: #AFB65A; }

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

This text font color is #AFB65A.

Background Color

.myBgColor { background-color: #AFB65A; }

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

This div background color is #AFB65A.

Border color

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

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

This div border color is #AFB65A.

Opacity

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

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

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

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

This text has shadow with #AFB65A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB65A.

Preview

Color preview on black background

This text has color #AFB65A on black background.


Color preview on white background

This text has color #AFB65A on white background.


Black color preview on #AFB65A background

This text has black color on #AFB65A background.


White color preview on #AFB65A background

This text has white color on #AFB65A background.


Related colors

Complementary color

Complementary color for #hex is #5049A5.


I love getcolorcode.com

Triadic colors

1 #5AAFB6 and #B65AAF with #AFB65A are triadic colors.

2 #5AB6AF and #B6AF5A with #AFB65A are triadic colors.