COLOR #AFAB88

HEX: #AFAB88 RGB: (175,171,136)

Color info

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

RGB color model

#AFAB88 color RGB value is (175,171,136).

RGB: (175,171,136) (69%, 67%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 136 of 255 = 53%

175
171
136

R + G + B ~ 63%. #AFAB88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 171 + 136 = 482 (100%)
R 175 of 482 ~ 36.31%
G 171 of 482 ~ 35.48%
B 136 of 482 ~ 28.22'%

%36.31
%35.48
%28.22

CMYK color model

#AFAB88 color CMYK value is (0,2,22,31).

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

CMYK: (0,2,22,31)
C0M2Y22K31 (0%, 2%, 22%, 31%)
(0.00 / 0.02 / 0.22 / 0.31)

CMYK percentages

%0
%2.29
%22.29
%31.37

Codes

Color #AFAB88 in popluar color models

AF AB 88
RGB 175 171 136
HSL 54° 19.60% 60.98%
HSB/HSV 54° 22.29% 68.63%
CMYK 0.00% 2.29% 22.29%
31.37%

Color #AFAB88 in popluar number systems.

HEX AF AB 88
Decimal 175 171 136
Binary 10101111 10101011 10001000
Octal 257 253 210

Shades and tints

Shades of #AFAB88

#AFAB88
(175,171,136)
#A09C7C
(160,156,124)
#918D70
(145,141,112)
#827E64
(130,126,100)
#736F58
(115,111,88)
#64604C
(100,96,76)
#555140
(85,81,64)
#464234
(70,66,52)
#373328
(55,51,40)
#28241C
(40,36,28)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #AFAB88

#AFAB88
(175,171,136)
#B6B292
(182,178,146)
#BDB99C
(189,185,156)
#C4C0A6
(196,192,166)
#CBC7B0
(203,199,176)
#D2CEBA
(210,206,186)
#D9D5C4
(217,213,196)
#E0DCCE
(224,220,206)
#E7E3D8
(231,227,216)
#EEEAE2
(238,234,226)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAB88; }

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

This text font color is #AFAB88.

Background Color

.myBgColor { background-color: #AFAB88; }

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

This div background color is #AFAB88.

Border color

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

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

This div border color is #AFAB88.

Opacity

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

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

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

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

This text has shadow with #AFAB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAB88.

Preview

Color preview on black background

This text has color #AFAB88 on black background.


Color preview on white background

This text has color #AFAB88 on white background.


Black color preview on #AFAB88 background

This text has black color on #AFAB88 background.


White color preview on #AFAB88 background

This text has white color on #AFAB88 background.


Related colors

Complementary color

Complementary color for #hex is #505477.


I love getcolorcode.com

Triadic colors

1 #88AFAB and #AB88AF with #AFAB88 are triadic colors.

2 #88ABAF and #ABAF88 with #AFAB88 are triadic colors.