COLOR #AFBA88

HEX: #AFBA88 RGB: (175,186,136)

Color info

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

RGB color model

#AFBA88 color RGB value is (175,186,136).

RGB: (175,186,136) (69%, 73%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 136 of 255 = 53%

175
186
136

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

Portions of RGB colors in percentages

R + G + B = 175 + 186 + 136 = 497 (100%)
R 175 of 497 ~ 35.21%
G 186 of 497 ~ 37.42%
B 136 of 497 ~ 27.36'%

%35.21
%37.42
%27.36

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 27.06%
CMYK: (6,0,27,27) C6M0Y27K27 (6%,0%,27%,27%) (0.06/0.00/0.27/0.27) 

CMYK percentages

%5.91
%0
%26.88
%27.06

Codes

Color #AFBA88 in popluar color models

AF BA 88
RGB 175 186 136
HSL 73° 26.60% 63.14%
HSB/HSV 73° 26.88% 72.94%
CMYK 5.91% 0.00% 26.88%
27.06%

Color #AFBA88 in popluar number systems.

HEX AF BA 88
Decimal 175 186 136
Binary 10101111 10111010 10001000
Octal 257 272 210

Shades and tints

Shades of #AFBA88

#AFBA88
(175,186,136)
#A0AA7C
(160,170,124)
#919A70
(145,154,112)
#828A64
(130,138,100)
#737A58
(115,122,88)
#646A4C
(100,106,76)
#555A40
(85,90,64)
#464A34
(70,74,52)
#373A28
(55,58,40)
#282A1C
(40,42,28)
#191A10
(25,26,16)
#000000
(0,0,0)

Tints of #AFBA88

#AFBA88
(175,186,136)
#B6C092
(182,192,146)
#BDC69C
(189,198,156)
#C4CCA6
(196,204,166)
#CBD2B0
(203,210,176)
#D2D8BA
(210,216,186)
#D9DEC4
(217,222,196)
#E0E4CE
(224,228,206)
#E7EAD8
(231,234,216)
#EEF0E2
(238,240,226)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBA88; }

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

This text font color is #AFBA88.

Background Color

.myBgColor { background-color: #AFBA88; }

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

This div background color is #AFBA88.

Border color

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

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

This div border color is #AFBA88.

Opacity

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

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

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

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

This text has shadow with #AFBA88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBA88.

Preview

Color preview on black background

This text has color #AFBA88 on black background.


Color preview on white background

This text has color #AFBA88 on white background.


Black color preview on #AFBA88 background

This text has black color on #AFBA88 background.


White color preview on #AFBA88 background

This text has white color on #AFBA88 background.


Related colors

Complementary color

Complementary color for #hex is #504577.


I love getcolorcode.com

Triadic colors

1 #88AFBA and #BA88AF with #AFBA88 are triadic colors.

2 #88BAAF and #BAAF88 with #AFBA88 are triadic colors.