COLOR #AFBA89

HEX: #AFBA89
RGB: (175,186,137)

Color info

#AFBA89 contains red, green and blue colors in about the same proportion. Web safe color of #AFBA89 is #99CC99 (or #9C9).

RGB color model

#AFBA89 color RGB value is (175,186,137).

  • red value is 175;
  • green value is 186;
  • blue value is 137.
RGB:
(175,186,137)
(69%,73%,54%)

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 137 of 255 = 54%

175
186
137

R + G + B ~ 65%. #AFBA89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 186 + 137 = 498 (100%)
R 175 of 498 ~ 35.14%
G 186 of 498 ~ 37.35%
B 137 of 498 ~ 27.51%

%35.14
%37.35
%27.51

CMYK color model

#AFBA89 color CMYK value is (6,0,26,27).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 26.34%
  • key color value is 27.06%
CMYK:
(6,0,26,27)
C6M0Y26K27 
(6%,0%,26%,27%)
(0.06/0.00/0.26/0.27)	

CMYK percentages

%5.91
%0
%26.34
%27.06

Codes

Color #AFBA89 in popluar color models

AFBA89
RGB175186137
HSL73°26.20%63.33%
HSB/HSV73°26.34%72.94%
CMYK5.91%0.00%26.34%
27.06%

Color #AFBA89 in popluar number systems.

HEXAFBA89
Decimal175186137
Binary101011111011101010001001
Octal257272211

Shades and tints

Shades of #AFBA89

#AFBA89
(175,186,137)
#A0AA7D
(160,170,125)
#919A71
(145,154,113)
#828A65
(130,138,101)
#737A59
(115,122,89)
#646A4D
(100,106,77)
#555A41
(85,90,65)
#464A35
(70,74,53)
#373A29
(55,58,41)
#282A1D
(40,42,29)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #AFBA89

#AFBA89
(175,186,137)
#B6C093
(182,192,147)
#BDC69D
(189,198,157)
#C4CCA7
(196,204,167)
#CBD2B1
(203,210,177)
#D2D8BB
(210,216,187)
#D9DEC5
(217,222,197)
#E0E4CF
(224,228,207)
#E7EAD9
(231,234,217)
#EEF0E3
(238,240,227)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBA89 color. Also use rgb(175,186,137) instead hex code.

Text Font Color

.myTextColor { color: #AFBA89; }

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

This text font color is #AFBA89.


Background Color

.myBgColor { background-color: #AFBA89; }

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

This div background color is #AFBA89.


Border color

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

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

This div border color is #AFBA89.


Opacity

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

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

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

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

This text has shadow with #AFBA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBA89 on black background.


Color preview on white background

This text has color #AFBA89 on white background.



Black color preview on #AFBA89 background

This text has black color on #AFBA89 background.


White color preview on #AFBA89 background

This text has white color on #AFBA89 background.