COLOR #AAB151

HEX: #AAB151
RGB: (170,177,81)

Color info

#AAB151 contains mainly red and green colors. Web safe color of #AAB151 is #999966 (or #996).

RGB color model

#AAB151 color RGB value is (170,177,81).

  • red value is 170;
  • green value is 177;
  • blue value is 81.
RGB:
(170,177,81)
(67%,69%,32%)

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 81 of 255 = 32%

170
177
81

R + G + B ~ 56%. #AAB151 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 177 + 81 = 428 (100%)
R 170 of 428 ~ 39.72%
G 177 of 428 ~ 41.36%
B 81 of 428 ~ 18.93%

%39.72
%41.36
%18.93

CMYK color model

#AAB151 color CMYK value is (4,0,54,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 54.24%
  • key color value is 30.59%
CMYK:
(4,0,54,31)
C4M0Y54K31 
(4%,0%,54%,31%)
(0.04/0.00/0.54/0.31)	

CMYK percentages

%3.95
%0
%54.24
%30.59

Codes

Color #AAB151 in popluar color models

AAB151
RGB17017781
HSL64°38.10%50.59%
HSB/HSV64°54.24%69.41%
CMYK3.95%0.00%54.24%
30.59%

Color #AAB151 in popluar number systems.

HEXAAB151
Decimal17017781
Binary10101010101100011010001
Octal252261121

Shades and tints

Shades of #AAB151

#AAB151
(170,177,81)
#9BA14A
(155,161,74)
#8C9143
(140,145,67)
#7D813C
(125,129,60)
#6E7135
(110,113,53)
#5F612E
(95,97,46)
#505127
(80,81,39)
#414120
(65,65,32)
#323119
(50,49,25)
#232112
(35,33,18)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #AAB151

#AAB151
(170,177,81)
#B1B860
(177,184,96)
#B8BF6F
(184,191,111)
#BFC67E
(191,198,126)
#C6CD8D
(198,205,141)
#CDD49C
(205,212,156)
#D4DBAB
(212,219,171)
#DBE2BA
(219,226,186)
#E2E9C9
(226,233,201)
#E9F0D8
(233,240,216)
#F0F7E7
(240,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB151 color. Also use rgb(170,177,81) instead hex code.

Text Font Color

.myTextColor { color: #AAB151; }

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

This text font color is #AAB151.


Background Color

.myBgColor { background-color: #AAB151; }

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

This div background color is #AAB151.


Border color

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

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

This div border color is #AAB151.


Opacity

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

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

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

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

This text has shadow with #AAB151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB151 on black background.


Color preview on white background

This text has color #AAB151 on white background.



Black color preview on #AAB151 background

This text has black color on #AAB151 background.


White color preview on #AAB151 background

This text has white color on #AAB151 background.