COLOR #AFAB6E

HEX: #AFAB6E
RGB: (175,171,110)

Color info

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

RGB color model

#AFAB6E color RGB value is (175,171,110).

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

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 110 of 255 = 43%

175
171
110

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

Portions of RGB colors in percentages

R + G + B =
175 + 171 + 110 = 456 (100%)
R 175 of 456 ~ 38.38%
G 171 of 456 ~ 37.5%
B 110 of 456 ~ 24.12%

%38.38
%37.5
%24.12

CMYK color model

#AFAB6E color CMYK value is (0,2,37,31).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 37.14%
  • key color value is 31.37%
CMYK:
(0,2,37,31)
C0M2Y37K31 
(0%,2%,37%,31%)
(0.00/0.02/0.37/0.31)	

CMYK percentages

%0
%2.29
%37.14
%31.37

Codes

Color #AFAB6E in popluar color models

AFAB6E
RGB175171110
HSL56°28.89%55.88%
HSB/HSV56°37.14%68.63%
CMYK0.00%2.29%37.14%
31.37%

Color #AFAB6E in popluar number systems.

HEXAFAB6E
Decimal175171110
Binary10101111101010111101110
Octal257253156

Shades and tints

Shades of #AFAB6E

#AFAB6E
(175,171,110)
#A09C64
(160,156,100)
#918D5A
(145,141,90)
#827E50
(130,126,80)
#736F46
(115,111,70)
#64603C
(100,96,60)
#555132
(85,81,50)
#464228
(70,66,40)
#37331E
(55,51,30)
#282414
(40,36,20)
#19150A
(25,21,10)
#000000
(0,0,0)

Tints of #AFAB6E

#AFAB6E
(175,171,110)
#B6B27B
(182,178,123)
#BDB988
(189,185,136)
#C4C095
(196,192,149)
#CBC7A2
(203,199,162)
#D2CEAF
(210,206,175)
#D9D5BC
(217,213,188)
#E0DCC9
(224,220,201)
#E7E3D6
(231,227,214)
#EEEAE3
(238,234,227)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAB6E; }

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

This text font color is #AFAB6E.


Background Color

.myBgColor { background-color: #AFAB6E; }

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

This div background color is #AFAB6E.


Border color

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

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

This div border color is #AFAB6E.


Opacity

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

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

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

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

This text has shadow with #AFAB6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAB6E on black background.


Color preview on white background

This text has color #AFAB6E on white background.



Black color preview on #AFAB6E background

This text has black color on #AFAB6E background.


White color preview on #AFAB6E background

This text has white color on #AFAB6E background.