COLOR #AAA27D

HEX: #AAA27D
RGB: (170,162,125)

Color info

#AAA27D contains red, green and blue colors in about the same proportion. Web safe color of #AAA27D is #999966 (or #996).

RGB color model

#AAA27D color RGB value is (170,162,125).

  • red value is 170;
  • green value is 162;
  • blue value is 125.
RGB:
(170,162,125)
(67%,64%,49%)

RGB channels and saturation

R 170 of 255 = 67%
G 162 of 255 = 64%
B 125 of 255 = 49%

170
162
125

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

Portions of RGB colors in percentages

R + G + B =
170 + 162 + 125 = 457 (100%)
R 170 of 457 ~ 37.2%
G 162 of 457 ~ 35.45%
B 125 of 457 ~ 27.35%

%37.2
%35.45
%27.35

CMYK color model

#AAA27D color CMYK value is (0,5,26,33).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 26.47%
  • key color value is 33.33%
CMYK:
(0,5,26,33)
C0M5Y26K33 
(0%,5%,26%,33%)
(0.00/0.05/0.26/0.33)	

CMYK percentages

%0
%4.71
%26.47
%33.33

Codes

Color #AAA27D in popluar color models

AAA27D
RGB170162125
HSL49°20.93%57.84%
HSB/HSV49°26.47%66.67%
CMYK0.00%4.71%26.47%
33.33%

Color #AAA27D in popluar number systems.

HEXAAA27D
Decimal170162125
Binary10101010101000101111101
Octal252242175

Shades and tints

Shades of #AAA27D

#AAA27D
(170,162,125)
#9B9472
(155,148,114)
#8C8667
(140,134,103)
#7D785C
(125,120,92)
#6E6A51
(110,106,81)
#5F5C46
(95,92,70)
#504E3B
(80,78,59)
#414030
(65,64,48)
#323225
(50,50,37)
#23241A
(35,36,26)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #AAA27D

#AAA27D
(170,162,125)
#B1AA88
(177,170,136)
#B8B293
(184,178,147)
#BFBA9E
(191,186,158)
#C6C2A9
(198,194,169)
#CDCAB4
(205,202,180)
#D4D2BF
(212,210,191)
#DBDACA
(219,218,202)
#E2E2D5
(226,226,213)
#E9EAE0
(233,234,224)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA27D; }

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

This text font color is #AAA27D.


Background Color

.myBgColor { background-color: #AAA27D; }

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

This div background color is #AAA27D.


Border color

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

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

This div border color is #AAA27D.


Opacity

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

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

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

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

This text has shadow with #AAA27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA27D on black background.


Color preview on white background

This text has color #AAA27D on white background.



Black color preview on #AAA27D background

This text has black color on #AAA27D background.


White color preview on #AAA27D background

This text has white color on #AAA27D background.