COLOR #AFB8A1

HEX: #AFB8A1 RGB: (175,184,161)

Color info

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

RGB color model

#AFB8A1 color RGB value is (175,184,161).

RGB: (175,184,161) (69%, 72%, 63%)

RGB channels and saturation

R 175 of 255 = 69%
G 184 of 255 = 72%
B 161 of 255 = 63%

175
184
161

R + G + B ~ 68%. #AFB8A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 184 + 161 = 520 (100%)
R 175 of 520 ~ 33.65%
G 184 of 520 ~ 35.38%
B 161 of 520 ~ 30.96'%

%33.65
%35.38
%30.96

CMYK color model

#AFB8A1 color CMYK value is (5,0,13,28).

  • cyan value is 4.89%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 27.84%

CMYK: (5,0,13,28)
C5M0Y13K28 (5%, 0%, 13%, 28%)
(0.05 / 0.00 / 0.13 / 0.28)

CMYK percentages

%4.89
%0
%12.5
%27.84

Codes

Color #AFB8A1 in popluar color models

AF B8 A1
RGB 175 184 161
HSL 83° 13.94% 67.65%
HSB/HSV 83° 12.50% 72.16%
CMYK 4.89% 0.00% 12.50%
27.84%

Color #AFB8A1 in popluar number systems.

HEX AF B8 A1
Decimal 175 184 161
Binary 10101111 10111000 10100001
Octal 257 270 241

Shades and tints

Shades of #AFB8A1

#AFB8A1
(175,184,161)
#A0A893
(160,168,147)
#919885
(145,152,133)
#828877
(130,136,119)
#737869
(115,120,105)
#64685B
(100,104,91)
#55584D
(85,88,77)
#46483F
(70,72,63)
#373831
(55,56,49)
#282823
(40,40,35)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #AFB8A1

#AFB8A1
(175,184,161)
#B6BEA9
(182,190,169)
#BDC4B1
(189,196,177)
#C4CAB9
(196,202,185)
#CBD0C1
(203,208,193)
#D2D6C9
(210,214,201)
#D9DCD1
(217,220,209)
#E0E2D9
(224,226,217)
#E7E8E1
(231,232,225)
#EEEEE9
(238,238,233)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB8A1 color. Also use rgb(175,184,161) instead hex code.

Text Font Color

.myTextColor { color: #AFB8A1; }

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

This text font color is #AFB8A1.

Background Color

.myBgColor { background-color: #AFB8A1; }

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

This div background color is #AFB8A1.

Border color

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

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

This div border color is #AFB8A1.

Opacity

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

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

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

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

This text has shadow with #AFB8A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB8A1.

Preview

Color preview on black background

This text has color #AFB8A1 on black background.


Color preview on white background

This text has color #AFB8A1 on white background.


Black color preview on #AFB8A1 background

This text has black color on #AFB8A1 background.


White color preview on #AFB8A1 background

This text has white color on #AFB8A1 background.


Related colors

Complementary color

Complementary color for #hex is #50475E.


I love getcolorcode.com

Triadic colors

1 #A1AFB8 and #B8A1AF with #AFB8A1 are triadic colors.

2 #A1B8AF and #B8AFA1 with #AFB8A1 are triadic colors.