COLOR #AFAA88

HEX: #AFAA88
RGB: (175,170,136)

Color info

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

RGB color model

#AFAA88 color RGB value is (175,170,136).

  • red value is 175;
  • green value is 170;
  • blue value is 136.
RGB:
(175,170,136)
(69%,67%,53%)

RGB channels and saturation

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

175
170
136

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

Portions of RGB colors in percentages

R + G + B =
175 + 170 + 136 = 481 (100%)
R 175 of 481 ~ 36.38%
G 170 of 481 ~ 35.34%
B 136 of 481 ~ 28.27%

%36.38
%35.34
%28.27

CMYK color model

#AFAA88 color CMYK value is (0,3,22,31).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 22.29%
  • key color value is 31.37%
CMYK:
(0,3,22,31)
C0M3Y22K31 
(0%,3%,22%,31%)
(0.00/0.03/0.22/0.31)	

CMYK percentages

%0
%2.86
%22.29
%31.37

Codes

Color #AFAA88 in popluar color models

AFAA88
RGB175170136
HSL52°19.60%60.98%
HSB/HSV52°22.29%68.63%
CMYK0.00%2.86%22.29%
31.37%

Color #AFAA88 in popluar number systems.

HEXAFAA88
Decimal175170136
Binary101011111010101010001000
Octal257252210

Shades and tints

Shades of #AFAA88

#AFAA88
(175,170,136)
#A09B7C
(160,155,124)
#918C70
(145,140,112)
#827D64
(130,125,100)
#736E58
(115,110,88)
#645F4C
(100,95,76)
#555040
(85,80,64)
#464134
(70,65,52)
#373228
(55,50,40)
#28231C
(40,35,28)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #AFAA88

#AFAA88
(175,170,136)
#B6B192
(182,177,146)
#BDB89C
(189,184,156)
#C4BFA6
(196,191,166)
#CBC6B0
(203,198,176)
#D2CDBA
(210,205,186)
#D9D4C4
(217,212,196)
#E0DBCE
(224,219,206)
#E7E2D8
(231,226,216)
#EEE9E2
(238,233,226)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAA88; }

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

This text font color is #AFAA88.


Background Color

.myBgColor { background-color: #AFAA88; }

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

This div background color is #AFAA88.


Border color

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

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

This div border color is #AFAA88.


Opacity

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

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

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

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

This text has shadow with #AFAA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAA88 on black background.


Color preview on white background

This text has color #AFAA88 on white background.



Black color preview on #AFAA88 background

This text has black color on #AFAA88 background.


White color preview on #AFAA88 background

This text has white color on #AFAA88 background.