COLOR #AAAF88

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
175
136

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

Portions of RGB colors in percentages

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

%35.34
%36.38
%28.27

CMYK color model

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

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

CMYK percentages

%2.86
%0
%22.29
%31.37

Codes

Color #AAAF88 in popluar color models

AAAF88
RGB170175136
HSL68°19.60%60.98%
HSB/HSV68°22.29%68.63%
CMYK2.86%0.00%22.29%
31.37%

Color #AAAF88 in popluar number systems.

HEXAAAF88
Decimal170175136
Binary101010101010111110001000
Octal252257210

Shades and tints

Shades of #AAAF88

#AAAF88
(170,175,136)
#9BA07C
(155,160,124)
#8C9170
(140,145,112)
#7D8264
(125,130,100)
#6E7358
(110,115,88)
#5F644C
(95,100,76)
#505540
(80,85,64)
#414634
(65,70,52)
#323728
(50,55,40)
#23281C
(35,40,28)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #AAAF88

#AAAF88
(170,175,136)
#B1B692
(177,182,146)
#B8BD9C
(184,189,156)
#BFC4A6
(191,196,166)
#C6CBB0
(198,203,176)
#CDD2BA
(205,210,186)
#D4D9C4
(212,217,196)
#DBE0CE
(219,224,206)
#E2E7D8
(226,231,216)
#E9EEE2
(233,238,226)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAF88; }

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

This text font color is #AAAF88.


Background Color

.myBgColor { background-color: #AAAF88; }

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

This div background color is #AAAF88.


Border color

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

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

This div border color is #AAAF88.


Opacity

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

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

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

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

This text has shadow with #AAAF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAF88 on black background.


Color preview on white background

This text has color #AAAF88 on white background.



Black color preview on #AAAF88 background

This text has black color on #AAAF88 background.


White color preview on #AAAF88 background

This text has white color on #AAAF88 background.