COLOR #AAA05B

HEX: #AAA05B
RGB: (170,160,91)

Color info

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

RGB color model

#AAA05B color RGB value is (170,160,91).

  • red value is 170;
  • green value is 160;
  • blue value is 91.
RGB:
(170,160,91)
(67%,63%,36%)

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 91 of 255 = 36%

170
160
91

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

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 91 = 421 (100%)
R 170 of 421 ~ 40.38%
G 160 of 421 ~ 38%
B 91 of 421 ~ 21.62%

%40.38
%38
%21.62

CMYK color model

#AAA05B color CMYK value is (0,6,46,33).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 46.47%
  • key color value is 33.33%
CMYK:
(0,6,46,33)
C0M6Y46K33 
(0%,6%,46%,33%)
(0.00/0.06/0.46/0.33)	

CMYK percentages

%0
%5.88
%46.47
%33.33

Codes

Color #AAA05B in popluar color models

AAA05B
RGB17016091
HSL52°31.73%51.18%
HSB/HSV52°46.47%66.67%
CMYK0.00%5.88%46.47%
33.33%

Color #AAA05B in popluar number systems.

HEXAAA05B
Decimal17016091
Binary10101010101000001011011
Octal252240133

Shades and tints

Shades of #AAA05B

#AAA05B
(170,160,91)
#9B9253
(155,146,83)
#8C844B
(140,132,75)
#7D7643
(125,118,67)
#6E683B
(110,104,59)
#5F5A33
(95,90,51)
#504C2B
(80,76,43)
#413E23
(65,62,35)
#32301B
(50,48,27)
#232213
(35,34,19)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #AAA05B

#AAA05B
(170,160,91)
#B1A869
(177,168,105)
#B8B077
(184,176,119)
#BFB885
(191,184,133)
#C6C093
(198,192,147)
#CDC8A1
(205,200,161)
#D4D0AF
(212,208,175)
#DBD8BD
(219,216,189)
#E2E0CB
(226,224,203)
#E9E8D9
(233,232,217)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA05B; }

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

This text font color is #AAA05B.


Background Color

.myBgColor { background-color: #AAA05B; }

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

This div background color is #AAA05B.


Border color

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

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

This div border color is #AAA05B.


Opacity

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

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

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

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

This text has shadow with #AAA05B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA05B on black background.


Color preview on white background

This text has color #AAA05B on white background.



Black color preview on #AAA05B background

This text has black color on #AAA05B background.


White color preview on #AAA05B background

This text has white color on #AAA05B background.