COLOR #AAAA55

HEX: #AAAA55
RGB: (170,170,85)

Color info

#AAAA55 contains mainly red and green colors. Web safe color of #AAAA55 is #999966 (or #996).

RGB color model

#AAAA55 color RGB value is (170,170,85).

  • red value is 170;
  • green value is 170;
  • blue value is 85.
RGB:
(170,170,85)
(67%,67%,33%)

RGB channels and saturation

R 170 of 255 = 67%
G 170 of 255 = 67%
B 85 of 255 = 33%

170
170
85

R + G + B ~ 56%. #AAAA55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 170 + 85 = 425 (100%)
R 170 of 425 ~ 40%
G 170 of 425 ~ 40%
B 85 of 425 ~ 20%

%40
%40
%20

CMYK color model

#AAAA55 color CMYK value is (0,0,50,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 33.33%
CMYK:
(0,0,50,33)
C0M0Y50K33 
(0%,0%,50%,33%)
(0.00/0.00/0.50/0.33)	

CMYK percentages

%0
%0
%50
%33.33

Codes

Color #AAAA55 in popluar color models

AAAA55
RGB17017085
HSL60°33.33%50.00%
HSB/HSV60°50.00%66.67%
CMYK0.00%0.00%50.00%
33.33%

Color #AAAA55 in popluar number systems.

HEXAAAA55
Decimal17017085
Binary10101010101010101010101
Octal252252125

Shades and tints

Shades of #AAAA55

#AAAA55
(170,170,85)
#9B9B4E
(155,155,78)
#8C8C47
(140,140,71)
#7D7D40
(125,125,64)
#6E6E39
(110,110,57)
#5F5F32
(95,95,50)
#50502B
(80,80,43)
#414124
(65,65,36)
#32321D
(50,50,29)
#232316
(35,35,22)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #AAAA55

#AAAA55
(170,170,85)
#B1B164
(177,177,100)
#B8B873
(184,184,115)
#BFBF82
(191,191,130)
#C6C691
(198,198,145)
#CDCDA0
(205,205,160)
#D4D4AF
(212,212,175)
#DBDBBE
(219,219,190)
#E2E2CD
(226,226,205)
#E9E9DC
(233,233,220)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAA55; }

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

This text font color is #AAAA55.


Background Color

.myBgColor { background-color: #AAAA55; }

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

This div background color is #AAAA55.


Border color

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

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

This div border color is #AAAA55.


Opacity

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

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

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

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

This text has shadow with #AAAA55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAA55 on black background.


Color preview on white background

This text has color #AAAA55 on white background.



Black color preview on #AAAA55 background

This text has black color on #AAAA55 background.


White color preview on #AAAA55 background

This text has white color on #AAAA55 background.