COLOR #AAA27C

HEX: #AAA27C
RGB: (170,162,124)

Color info

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

RGB color model

#AAA27C color RGB value is (170,162,124).

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

RGB channels and saturation

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

170
162
124

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

Portions of RGB colors in percentages

R + G + B =
170 + 162 + 124 = 456 (100%)
R 170 of 456 ~ 37.28%
G 162 of 456 ~ 35.53%
B 124 of 456 ~ 27.19%

%37.28
%35.53
%27.19

CMYK color model

#AAA27C color CMYK value is (0,5,27,33).

  • cyan value is 0.00%
  • magenta value is 4.71%
  • yellow value is 27.06%
  • key color value is 33.33%
CMYK:
(0,5,27,33)
C0M5Y27K33 
(0%,5%,27%,33%)
(0.00/0.05/0.27/0.33)	

CMYK percentages

%0
%4.71
%27.06
%33.33

Codes

Color #AAA27C in popluar color models

AAA27C
RGB170162124
HSL50°21.30%57.65%
HSB/HSV50°27.06%66.67%
CMYK0.00%4.71%27.06%
33.33%

Color #AAA27C in popluar number systems.

HEXAAA27C
Decimal170162124
Binary10101010101000101111100
Octal252242174

Shades and tints

Shades of #AAA27C

#AAA27C
(170,162,124)
#9B9471
(155,148,113)
#8C8666
(140,134,102)
#7D785B
(125,120,91)
#6E6A50
(110,106,80)
#5F5C45
(95,92,69)
#504E3A
(80,78,58)
#41402F
(65,64,47)
#323224
(50,50,36)
#232419
(35,36,25)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #AAA27C

#AAA27C
(170,162,124)
#B1AA87
(177,170,135)
#B8B292
(184,178,146)
#BFBA9D
(191,186,157)
#C6C2A8
(198,194,168)
#CDCAB3
(205,202,179)
#D4D2BE
(212,210,190)
#DBDAC9
(219,218,201)
#E2E2D4
(226,226,212)
#E9EADF
(233,234,223)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA27C; }

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

This text font color is #AAA27C.


Background Color

.myBgColor { background-color: #AAA27C; }

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

This div background color is #AAA27C.


Border color

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

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

This div border color is #AAA27C.


Opacity

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

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

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

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

This text has shadow with #AAA27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA27C on black background.


Color preview on white background

This text has color #AAA27C on white background.



Black color preview on #AAA27C background

This text has black color on #AAA27C background.


White color preview on #AAA27C background

This text has white color on #AAA27C background.