COLOR #AAA392

HEX: #AAA392
RGB: (170,163,146)

Color info

#AAA392 contains red, green and blue colors in about the same proportion. Web safe color of #AAA392 is #999999 (or #999).

RGB color model

#AAA392 color RGB value is (170,163,146).

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

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 146 of 255 = 57%

170
163
146

R + G + B ~ 63%. #AAA392 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 163 + 146 = 479 (100%)
R 170 of 479 ~ 35.49%
G 163 of 479 ~ 34.03%
B 146 of 479 ~ 30.48%

%35.49
%34.03
%30.48

CMYK color model

#AAA392 color CMYK value is (0,4,14,33).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,4,14,33)
C0M4Y14K33 
(0%,4%,14%,33%)
(0.00/0.04/0.14/0.33)	

CMYK percentages

%0
%4.12
%14.12
%33.33

Codes

Color #AAA392 in popluar color models

AAA392
RGB170163146
HSL43°12.37%61.96%
HSB/HSV43°14.12%66.67%
CMYK0.00%4.12%14.12%
33.33%

Color #AAA392 in popluar number systems.

HEXAAA392
Decimal170163146
Binary101010101010001110010010
Octal252243222

Shades and tints

Shades of #AAA392

#AAA392
(170,163,146)
#9B9585
(155,149,133)
#8C8778
(140,135,120)
#7D796B
(125,121,107)
#6E6B5E
(110,107,94)
#5F5D51
(95,93,81)
#504F44
(80,79,68)
#414137
(65,65,55)
#32332A
(50,51,42)
#23251D
(35,37,29)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #AAA392

#AAA392
(170,163,146)
#B1AB9B
(177,171,155)
#B8B3A4
(184,179,164)
#BFBBAD
(191,187,173)
#C6C3B6
(198,195,182)
#CDCBBF
(205,203,191)
#D4D3C8
(212,211,200)
#DBDBD1
(219,219,209)
#E2E3DA
(226,227,218)
#E9EBE3
(233,235,227)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA392; }

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

This text font color is #AAA392.


Background Color

.myBgColor { background-color: #AAA392; }

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

This div background color is #AAA392.


Border color

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

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

This div border color is #AAA392.


Opacity

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

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

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

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

This text has shadow with #AAA392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA392 on black background.


Color preview on white background

This text has color #AAA392 on white background.



Black color preview on #AAA392 background

This text has black color on #AAA392 background.


White color preview on #AAA392 background

This text has white color on #AAA392 background.