COLOR #AAA370

HEX: #AAA370
RGB: (170,163,112)

Color info

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

RGB color model

#AAA370 color RGB value is (170,163,112).

  • red value is 170;
  • green value is 163;
  • blue value is 112.
RGB:
(170,163,112)
(67%,64%,44%)

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 112 of 255 = 44%

170
163
112

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

Portions of RGB colors in percentages

R + G + B =
170 + 163 + 112 = 445 (100%)
R 170 of 445 ~ 38.2%
G 163 of 445 ~ 36.63%
B 112 of 445 ~ 25.17%

%38.2
%36.63
%25.17

CMYK color model

#AAA370 color CMYK value is (0,4,34,33).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 34.12%
  • key color value is 33.33%
CMYK:
(0,4,34,33)
C0M4Y34K33 
(0%,4%,34%,33%)
(0.00/0.04/0.34/0.33)	

CMYK percentages

%0
%4.12
%34.12
%33.33

Codes

Color #AAA370 in popluar color models

AAA370
RGB170163112
HSL53°25.44%55.29%
HSB/HSV53°34.12%66.67%
CMYK0.00%4.12%34.12%
33.33%

Color #AAA370 in popluar number systems.

HEXAAA370
Decimal170163112
Binary10101010101000111110000
Octal252243160

Shades and tints

Shades of #AAA370

#AAA370
(170,163,112)
#9B9566
(155,149,102)
#8C875C
(140,135,92)
#7D7952
(125,121,82)
#6E6B48
(110,107,72)
#5F5D3E
(95,93,62)
#504F34
(80,79,52)
#41412A
(65,65,42)
#323320
(50,51,32)
#232516
(35,37,22)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #AAA370

#AAA370
(170,163,112)
#B1AB7D
(177,171,125)
#B8B38A
(184,179,138)
#BFBB97
(191,187,151)
#C6C3A4
(198,195,164)
#CDCBB1
(205,203,177)
#D4D3BE
(212,211,190)
#DBDBCB
(219,219,203)
#E2E3D8
(226,227,216)
#E9EBE5
(233,235,229)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA370; }

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

This text font color is #AAA370.


Background Color

.myBgColor { background-color: #AAA370; }

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

This div background color is #AAA370.


Border color

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

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

This div border color is #AAA370.


Opacity

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

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

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

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

This text has shadow with #AAA370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA370 on black background.


Color preview on white background

This text has color #AAA370 on white background.



Black color preview on #AAA370 background

This text has black color on #AAA370 background.


White color preview on #AAA370 background

This text has white color on #AAA370 background.