COLOR #AAA06A

HEX: #AAA06A
RGB: (170,160,106)

Color info

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

RGB color model

#AAA06A color RGB value is (170,160,106).

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

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 106 of 255 = 42%

170
160
106

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

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 106 = 436 (100%)
R 170 of 436 ~ 38.99%
G 160 of 436 ~ 36.7%
B 106 of 436 ~ 24.31%

%38.99
%36.7
%24.31

CMYK color model

#AAA06A color CMYK value is (0,6,38,33).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 37.65%
  • key color value is 33.33%
CMYK:
(0,6,38,33)
C0M6Y38K33 
(0%,6%,38%,33%)
(0.00/0.06/0.38/0.33)	

CMYK percentages

%0
%5.88
%37.65
%33.33

Codes

Color #AAA06A in popluar color models

AAA06A
RGB170160106
HSL51°27.35%54.12%
HSB/HSV51°37.65%66.67%
CMYK0.00%5.88%37.65%
33.33%

Color #AAA06A in popluar number systems.

HEXAAA06A
Decimal170160106
Binary10101010101000001101010
Octal252240152

Shades and tints

Shades of #AAA06A

#AAA06A
(170,160,106)
#9B9261
(155,146,97)
#8C8458
(140,132,88)
#7D764F
(125,118,79)
#6E6846
(110,104,70)
#5F5A3D
(95,90,61)
#504C34
(80,76,52)
#413E2B
(65,62,43)
#323022
(50,48,34)
#232219
(35,34,25)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #AAA06A

#AAA06A
(170,160,106)
#B1A877
(177,168,119)
#B8B084
(184,176,132)
#BFB891
(191,184,145)
#C6C09E
(198,192,158)
#CDC8AB
(205,200,171)
#D4D0B8
(212,208,184)
#DBD8C5
(219,216,197)
#E2E0D2
(226,224,210)
#E9E8DF
(233,232,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA06A; }

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

This text font color is #AAA06A.


Background Color

.myBgColor { background-color: #AAA06A; }

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

This div background color is #AAA06A.


Border color

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

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

This div border color is #AAA06A.


Opacity

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

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

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

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

This text has shadow with #AAA06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA06A on black background.


Color preview on white background

This text has color #AAA06A on white background.



Black color preview on #AAA06A background

This text has black color on #AAA06A background.


White color preview on #AAA06A background

This text has white color on #AAA06A background.