COLOR #AAA692

HEX: #AAA692
RGB: (170,166,146)

Color info

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

RGB color model

#AAA692 color RGB value is (170,166,146).

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

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 146 of 255 = 57%

170
166
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 166 + 146 = 482 (100%)
R 170 of 482 ~ 35.27%
G 166 of 482 ~ 34.44%
B 146 of 482 ~ 30.29%

%35.27
%34.44
%30.29

CMYK color model

#AAA692 color CMYK value is (0,2,14,33).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,2,14,33)
C0M2Y14K33 
(0%,2%,14%,33%)
(0.00/0.02/0.14/0.33)	

CMYK percentages

%0
%2.35
%14.12
%33.33

Codes

Color #AAA692 in popluar color models

AAA692
RGB170166146
HSL50°12.37%61.96%
HSB/HSV50°14.12%66.67%
CMYK0.00%2.35%14.12%
33.33%

Color #AAA692 in popluar number systems.

HEXAAA692
Decimal170166146
Binary101010101010011010010010
Octal252246222

Shades and tints

Shades of #AAA692

#AAA692
(170,166,146)
#9B9785
(155,151,133)
#8C8878
(140,136,120)
#7D796B
(125,121,107)
#6E6A5E
(110,106,94)
#5F5B51
(95,91,81)
#504C44
(80,76,68)
#413D37
(65,61,55)
#322E2A
(50,46,42)
#231F1D
(35,31,29)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #AAA692

#AAA692
(170,166,146)
#B1AE9B
(177,174,155)
#B8B6A4
(184,182,164)
#BFBEAD
(191,190,173)
#C6C6B6
(198,198,182)
#CDCEBF
(205,206,191)
#D4D6C8
(212,214,200)
#DBDED1
(219,222,209)
#E2E6DA
(226,230,218)
#E9EEE3
(233,238,227)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA692; }

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

This text font color is #AAA692.


Background Color

.myBgColor { background-color: #AAA692; }

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

This div background color is #AAA692.


Border color

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

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

This div border color is #AAA692.


Opacity

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

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

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

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

This text has shadow with #AAA692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA692 on black background.


Color preview on white background

This text has color #AAA692 on white background.



Black color preview on #AAA692 background

This text has black color on #AAA692 background.


White color preview on #AAA692 background

This text has white color on #AAA692 background.