COLOR #AFBAA4

HEX: #AFBAA4 RGB: (175,186,164)

Color info

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

RGB color model

#AFBAA4 color RGB value is (175,186,164).

RGB: (175,186,164) (69%, 73%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 164 of 255 = 64%

175
186
164

R + G + B ~ 69%. #AFBAA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 186 + 164 = 525 (100%)
R 175 of 525 ~ 33.33%
G 186 of 525 ~ 35.43%
B 164 of 525 ~ 31.24'%

%33.33
%35.43
%31.24

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 27.06%

CMYK: (6,0,12,27)
C6M0Y12K27 (6%, 0%, 12%, 27%)
(0.06 / 0.00 / 0.12 / 0.27)

CMYK percentages

%5.91
%0
%11.83
%27.06

Codes

Color #AFBAA4 in popluar color models

AF BA A4
RGB 175 186 164
HSL 90° 13.75% 68.63%
HSB/HSV 90° 11.83% 72.94%
CMYK 5.91% 0.00% 11.83%
27.06%

Color #AFBAA4 in popluar number systems.

HEX AF BA A4
Decimal 175 186 164
Binary 10101111 10111010 10100100
Octal 257 272 244

Shades and tints

Shades of #AFBAA4

#AFBAA4
(175,186,164)
#A0AA96
(160,170,150)
#919A88
(145,154,136)
#828A7A
(130,138,122)
#737A6C
(115,122,108)
#646A5E
(100,106,94)
#555A50
(85,90,80)
#464A42
(70,74,66)
#373A34
(55,58,52)
#282A26
(40,42,38)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #AFBAA4

#AFBAA4
(175,186,164)
#B6C0AC
(182,192,172)
#BDC6B4
(189,198,180)
#C4CCBC
(196,204,188)
#CBD2C4
(203,210,196)
#D2D8CC
(210,216,204)
#D9DED4
(217,222,212)
#E0E4DC
(224,228,220)
#E7EAE4
(231,234,228)
#EEF0EC
(238,240,236)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBAA4; }

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

This text font color is #AFBAA4.

Background Color

.myBgColor { background-color: #AFBAA4; }

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

This div background color is #AFBAA4.

Border color

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

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

This div border color is #AFBAA4.

Opacity

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

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

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

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

This text has shadow with #AFBAA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBAA4.

Preview

Color preview on black background

This text has color #AFBAA4 on black background.


Color preview on white background

This text has color #AFBAA4 on white background.


Black color preview on #AFBAA4 background

This text has black color on #AFBAA4 background.


White color preview on #AFBAA4 background

This text has white color on #AFBAA4 background.


Related colors

Complementary color

Complementary color for #hex is #50455B.


I love getcolorcode.com

Triadic colors

1 #A4AFBA and #BAA4AF with #AFBAA4 are triadic colors.

2 #A4BAAF and #BAAFA4 with #AFBAA4 are triadic colors.