COLOR #AAB134

HEX: #AAB134
RGB: (170,177,52)

Color info

#AAB134 contains mainly red and green colors. Web safe color of #AAB134 is #999933 (or #993).

RGB color model

#AAB134 color RGB value is (170,177,52).

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

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 52 of 255 = 20%

170
177
52

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

Portions of RGB colors in percentages

R + G + B =
170 + 177 + 52 = 399 (100%)
R 170 of 399 ~ 42.61%
G 177 of 399 ~ 44.36%
B 52 of 399 ~ 13.03%

%42.61
%44.36
%13.03

CMYK color model

#AAB134 color CMYK value is (4,0,71,31).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 70.62%
  • key color value is 30.59%
CMYK:
(4,0,71,31)
C4M0Y71K31 
(4%,0%,71%,31%)
(0.04/0.00/0.71/0.31)	

CMYK percentages

%3.95
%0
%70.62
%30.59

Codes

Color #AAB134 in popluar color models

AAB134
RGB17017752
HSL63°54.59%44.90%
HSB/HSV63°70.62%69.41%
CMYK3.95%0.00%70.62%
30.59%

Color #AAB134 in popluar number systems.

HEXAAB134
Decimal17017752
Binary1010101010110001110100
Octal25226164

Shades and tints

Shades of #AAB134

#AAB134
(170,177,52)
#9BA130
(155,161,48)
#8C912C
(140,145,44)
#7D8128
(125,129,40)
#6E7124
(110,113,36)
#5F6120
(95,97,32)
#50511C
(80,81,28)
#414118
(65,65,24)
#323114
(50,49,20)
#232110
(35,33,16)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #AAB134

#AAB134
(170,177,52)
#B1B846
(177,184,70)
#B8BF58
(184,191,88)
#BFC66A
(191,198,106)
#C6CD7C
(198,205,124)
#CDD48E
(205,212,142)
#D4DBA0
(212,219,160)
#DBE2B2
(219,226,178)
#E2E9C4
(226,233,196)
#E9F0D6
(233,240,214)
#F0F7E8
(240,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB134; }

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

This text font color is #AAB134.


Background Color

.myBgColor { background-color: #AAB134; }

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

This div background color is #AAB134.


Border color

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

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

This div border color is #AAB134.


Opacity

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

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

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

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

This text has shadow with #AAB134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB134 on black background.


Color preview on white background

This text has color #AAB134 on white background.



Black color preview on #AAB134 background

This text has black color on #AAB134 background.


White color preview on #AAB134 background

This text has white color on #AAB134 background.