COLOR #AFAB61

HEX: #AFAB61
RGB: (175,171,97)

Color info

#AFAB61 contains mainly red and green colors. Web safe color of #AFAB61 is #999966 (or #996).

RGB color model

#AFAB61 color RGB value is (175,171,97).

  • red value is 175;
  • green value is 171;
  • blue value is 97.
RGB:
(175,171,97)
(69%,67%,38%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 97 of 255 = 38%

175
171
97

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

Portions of RGB colors in percentages

R + G + B =
175 + 171 + 97 = 443 (100%)
R 175 of 443 ~ 39.5%
G 171 of 443 ~ 38.6%
B 97 of 443 ~ 21.9%

%39.5
%38.6
%21.9

CMYK color model

#AFAB61 color CMYK value is (0,2,45,31).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 44.57%
  • key color value is 31.37%
CMYK:
(0,2,45,31)
C0M2Y45K31 
(0%,2%,45%,31%)
(0.00/0.02/0.45/0.31)	

CMYK percentages

%0
%2.29
%44.57
%31.37

Codes

Color #AFAB61 in popluar color models

AFAB61
RGB17517197
HSL57°32.77%53.33%
HSB/HSV57°44.57%68.63%
CMYK0.00%2.29%44.57%
31.37%

Color #AFAB61 in popluar number systems.

HEXAFAB61
Decimal17517197
Binary10101111101010111100001
Octal257253141

Shades and tints

Shades of #AFAB61

#AFAB61
(175,171,97)
#A09C59
(160,156,89)
#918D51
(145,141,81)
#827E49
(130,126,73)
#736F41
(115,111,65)
#646039
(100,96,57)
#555131
(85,81,49)
#464229
(70,66,41)
#373321
(55,51,33)
#282419
(40,36,25)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #AFAB61

#AFAB61
(175,171,97)
#B6B26F
(182,178,111)
#BDB97D
(189,185,125)
#C4C08B
(196,192,139)
#CBC799
(203,199,153)
#D2CEA7
(210,206,167)
#D9D5B5
(217,213,181)
#E0DCC3
(224,220,195)
#E7E3D1
(231,227,209)
#EEEADF
(238,234,223)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAB61 color. Also use rgb(175,171,97) instead hex code.

Text Font Color

.myTextColor { color: #AFAB61; }

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

This text font color is #AFAB61.


Background Color

.myBgColor { background-color: #AFAB61; }

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

This div background color is #AFAB61.


Border color

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

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

This div border color is #AFAB61.


Opacity

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

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

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

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

This text has shadow with #AFAB61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAB61 on black background.


Color preview on white background

This text has color #AFAB61 on white background.



Black color preview on #AFAB61 background

This text has black color on #AFAB61 background.


White color preview on #AFAB61 background

This text has white color on #AFAB61 background.