COLOR #AAB791

HEX: #AAB791
RGB: (170,183,145)

Color info

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

RGB color model

#AAB791 color RGB value is (170,183,145).

  • red value is 170;
  • green value is 183;
  • blue value is 145.
RGB:
(170,183,145)
(67%,72%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 183 of 255 = 72%
B 145 of 255 = 57%

170
183
145

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

Portions of RGB colors in percentages

R + G + B =
170 + 183 + 145 = 498 (100%)
R 170 of 498 ~ 34.14%
G 183 of 498 ~ 36.75%
B 145 of 498 ~ 29.12%

%34.14
%36.75
%29.12

CMYK color model

#AAB791 color CMYK value is (7,0,21,28).

  • cyan value is 7.10%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 28.24%
CMYK:
(7,0,21,28)
C7M0Y21K28 
(7%,0%,21%,28%)
(0.07/0.00/0.21/0.28)	

CMYK percentages

%7.1
%0
%20.77
%28.24

Codes

Color #AAB791 in popluar color models

AAB791
RGB170183145
HSL81°20.88%64.31%
HSB/HSV81°20.77%71.76%
CMYK7.10%0.00%20.77%
28.24%

Color #AAB791 in popluar number systems.

HEXAAB791
Decimal170183145
Binary101010101011011110010001
Octal252267221

Shades and tints

Shades of #AAB791

#AAB791
(170,183,145)
#9BA784
(155,167,132)
#8C9777
(140,151,119)
#7D876A
(125,135,106)
#6E775D
(110,119,93)
#5F6750
(95,103,80)
#505743
(80,87,67)
#414736
(65,71,54)
#323729
(50,55,41)
#23271C
(35,39,28)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #AAB791

#AAB791
(170,183,145)
#B1BD9B
(177,189,155)
#B8C3A5
(184,195,165)
#BFC9AF
(191,201,175)
#C6CFB9
(198,207,185)
#CDD5C3
(205,213,195)
#D4DBCD
(212,219,205)
#DBE1D7
(219,225,215)
#E2E7E1
(226,231,225)
#E9EDEB
(233,237,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB791 color. Also use rgb(170,183,145) instead hex code.

Text Font Color

.myTextColor { color: #AAB791; }

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

This text font color is #AAB791.


Background Color

.myBgColor { background-color: #AAB791; }

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

This div background color is #AAB791.


Border color

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

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

This div border color is #AAB791.


Opacity

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

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

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

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

This text has shadow with #AAB791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB791 on black background.


Color preview on white background

This text has color #AAB791 on white background.



Black color preview on #AAB791 background

This text has black color on #AAB791 background.


White color preview on #AAB791 background

This text has white color on #AAB791 background.