COLOR #AFAB96

HEX: #AFAB96 RGB: (175,171,150)

Color info

#AFAB96 contains red, green and blue colors in about the same proportion. Web safe color of #AFAB96 is #999999 (or #999).

RGB color model

#AFAB96 color RGB value is (175,171,150).

RGB: (175,171,150) (69%, 67%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 150 of 255 = 59%

175
171
150

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

Portions of RGB colors in percentages

R + G + B = 175 + 171 + 150 = 496 (100%)
R 175 of 496 ~ 35.28%
G 171 of 496 ~ 34.48%
B 150 of 496 ~ 30.24'%

%35.28
%34.48
%30.24

CMYK color model

#AFAB96 color CMYK value is (0,2,14,31).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 14.29%
  • key color value is 31.37%

CMYK: (0,2,14,31)
C0M2Y14K31 (0%, 2%, 14%, 31%)
(0.00 / 0.02 / 0.14 / 0.31)

CMYK percentages

%0
%2.29
%14.29
%31.37

Codes

Color #AFAB96 in popluar color models

AF AB 96
RGB 175 171 150
HSL 50° 13.51% 63.73%
HSB/HSV 50° 14.29% 68.63%
CMYK 0.00% 2.29% 14.29%
31.37%

Color #AFAB96 in popluar number systems.

HEX AF AB 96
Decimal 175 171 150
Binary 10101111 10101011 10010110
Octal 257 253 226

Shades and tints

Shades of #AFAB96

#AFAB96
(175,171,150)
#A09C89
(160,156,137)
#918D7C
(145,141,124)
#827E6F
(130,126,111)
#736F62
(115,111,98)
#646055
(100,96,85)
#555148
(85,81,72)
#46423B
(70,66,59)
#37332E
(55,51,46)
#282421
(40,36,33)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AFAB96

#AFAB96
(175,171,150)
#B6B29F
(182,178,159)
#BDB9A8
(189,185,168)
#C4C0B1
(196,192,177)
#CBC7BA
(203,199,186)
#D2CEC3
(210,206,195)
#D9D5CC
(217,213,204)
#E0DCD5
(224,220,213)
#E7E3DE
(231,227,222)
#EEEAE7
(238,234,231)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAB96; }

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

This text font color is #AFAB96.

Background Color

.myBgColor { background-color: #AFAB96; }

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

This div background color is #AFAB96.

Border color

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

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

This div border color is #AFAB96.

Opacity

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

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

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

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

This text has shadow with #AFAB96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAB96.

Preview

Color preview on black background

This text has color #AFAB96 on black background.


Color preview on white background

This text has color #AFAB96 on white background.


Black color preview on #AFAB96 background

This text has black color on #AFAB96 background.


White color preview on #AFAB96 background

This text has white color on #AFAB96 background.


Related colors

Complementary color

Complementary color for #hex is #505469.


I love getcolorcode.com

Triadic colors

1 #96AFAB and #AB96AF with #AFAB96 are triadic colors.

2 #96ABAF and #ABAF96 with #AFAB96 are triadic colors.