COLOR #AAA792

HEX: #AAA792
RGB: (170,167,146)

Color info

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

RGB color model

#AAA792 color RGB value is (170,167,146).

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

RGB channels and saturation

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

170
167
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 167 + 146 = 483 (100%)
R 170 of 483 ~ 35.2%
G 167 of 483 ~ 34.58%
B 146 of 483 ~ 30.23%

%35.2
%34.58
%30.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.76%
  • 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
%1.76
%14.12
%33.33

Codes

Color #AAA792 in popluar color models

AAA792
RGB170167146
HSL53°12.37%61.96%
HSB/HSV53°14.12%66.67%
CMYK0.00%1.76%14.12%
33.33%

Color #AAA792 in popluar number systems.

HEXAAA792
Decimal170167146
Binary101010101010011110010010
Octal252247222

Shades and tints

Shades of #AAA792

#AAA792
(170,167,146)
#9B9885
(155,152,133)
#8C8978
(140,137,120)
#7D7A6B
(125,122,107)
#6E6B5E
(110,107,94)
#5F5C51
(95,92,81)
#504D44
(80,77,68)
#413E37
(65,62,55)
#322F2A
(50,47,42)
#23201D
(35,32,29)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AAA792

#AAA792
(170,167,146)
#B1AF9B
(177,175,155)
#B8B7A4
(184,183,164)
#BFBFAD
(191,191,173)
#C6C7B6
(198,199,182)
#CDCFBF
(205,207,191)
#D4D7C8
(212,215,200)
#DBDFD1
(219,223,209)
#E2E7DA
(226,231,218)
#E9EFE3
(233,239,227)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA792; }

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

This text font color is #AAA792.


Background Color

.myBgColor { background-color: #AAA792; }

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

This div background color is #AAA792.


Border color

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

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

This div border color is #AAA792.


Opacity

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

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

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

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

This text has shadow with #AAA792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA792 on black background.


Color preview on white background

This text has color #AAA792 on white background.



Black color preview on #AAA792 background

This text has black color on #AAA792 background.


White color preview on #AAA792 background

This text has white color on #AAA792 background.