COLOR #AFB663

HEX: #AFB663
RGB: (175,182,99)

Color info

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

RGB color model

#AFB663 color RGB value is (175,182,99).

  • red value is 175;
  • green value is 182;
  • blue value is 99.
RGB:
(175,182,99)
(69%,71%,39%)

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 99 of 255 = 39%

175
182
99

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

Portions of RGB colors in percentages

R + G + B =
175 + 182 + 99 = 456 (100%)
R 175 of 456 ~ 38.38%
G 182 of 456 ~ 39.91%
B 99 of 456 ~ 21.71%

%38.38
%39.91
%21.71

CMYK color model

#AFB663 color CMYK value is (4,0,46,29).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 45.60%
  • key color value is 28.63%
CMYK:
(4,0,46,29)
C4M0Y46K29 
(4%,0%,46%,29%)
(0.04/0.00/0.46/0.29)	

CMYK percentages

%3.85
%0
%45.6
%28.63

Codes

Color #AFB663 in popluar color models

AFB663
RGB17518299
HSL65°36.24%55.10%
HSB/HSV65°45.60%71.37%
CMYK3.85%0.00%45.60%
28.63%

Color #AFB663 in popluar number systems.

HEXAFB663
Decimal17518299
Binary10101111101101101100011
Octal257266143

Shades and tints

Shades of #AFB663

#AFB663
(175,182,99)
#A0A65A
(160,166,90)
#919651
(145,150,81)
#828648
(130,134,72)
#73763F
(115,118,63)
#646636
(100,102,54)
#55562D
(85,86,45)
#464624
(70,70,36)
#37361B
(55,54,27)
#282612
(40,38,18)
#191609
(25,22,9)
#000000
(0,0,0)

Tints of #AFB663

#AFB663
(175,182,99)
#B6BC71
(182,188,113)
#BDC27F
(189,194,127)
#C4C88D
(196,200,141)
#CBCE9B
(203,206,155)
#D2D4A9
(210,212,169)
#D9DAB7
(217,218,183)
#E0E0C5
(224,224,197)
#E7E6D3
(231,230,211)
#EEECE1
(238,236,225)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB663; }

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

This text font color is #AFB663.


Background Color

.myBgColor { background-color: #AFB663; }

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

This div background color is #AFB663.


Border color

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

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

This div border color is #AFB663.


Opacity

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

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

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

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

This text has shadow with #AFB663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB663 on black background.


Color preview on white background

This text has color #AFB663 on white background.



Black color preview on #AFB663 background

This text has black color on #AFB663 background.


White color preview on #AFB663 background

This text has white color on #AFB663 background.