COLOR #AAB592

HEX: #AAB592
RGB: (170,181,146)

Color info

#AAB592 contains red, green and blue colors in about the same proportion. Web safe color of #AAB592 is #99CC99 (or #9C9).

RGB color model

#AAB592 color RGB value is (170,181,146).

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

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 146 of 255 = 57%

170
181
146

R + G + B ~ 65%. #AAB592 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 146 = 497 (100%)
R 170 of 497 ~ 34.21%
G 181 of 497 ~ 36.42%
B 146 of 497 ~ 29.38%

%34.21
%36.42
%29.38

CMYK color model

#AAB592 color CMYK value is (6,0,19,29).

  • cyan value is 6.08%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 29.02%
CMYK:
(6,0,19,29)
C6M0Y19K29 
(6%,0%,19%,29%)
(0.06/0.00/0.19/0.29)	

CMYK percentages

%6.08
%0
%19.34
%29.02

Codes

Color #AAB592 in popluar color models

AAB592
RGB170181146
HSL79°19.13%64.12%
HSB/HSV79°19.34%70.98%
CMYK6.08%0.00%19.34%
29.02%

Color #AAB592 in popluar number systems.

HEXAAB592
Decimal170181146
Binary101010101011010110010010
Octal252265222

Shades and tints

Shades of #AAB592

#AAB592
(170,181,146)
#9BA585
(155,165,133)
#8C9578
(140,149,120)
#7D856B
(125,133,107)
#6E755E
(110,117,94)
#5F6551
(95,101,81)
#505544
(80,85,68)
#414537
(65,69,55)
#32352A
(50,53,42)
#23251D
(35,37,29)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AAB592

#AAB592
(170,181,146)
#B1BB9B
(177,187,155)
#B8C1A4
(184,193,164)
#BFC7AD
(191,199,173)
#C6CDB6
(198,205,182)
#CDD3BF
(205,211,191)
#D4D9C8
(212,217,200)
#DBDFD1
(219,223,209)
#E2E5DA
(226,229,218)
#E9EBE3
(233,235,227)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB592; }

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

This text font color is #AAB592.


Background Color

.myBgColor { background-color: #AAB592; }

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

This div background color is #AAB592.


Border color

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

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

This div border color is #AAB592.


Opacity

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

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

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

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

This text has shadow with #AAB592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB592 on black background.


Color preview on white background

This text has color #AAB592 on white background.



Black color preview on #AAB592 background

This text has black color on #AAB592 background.


White color preview on #AAB592 background

This text has white color on #AAB592 background.