COLOR #AAB937

HEX: #AAB937 RGB: (170,185,55)

Color info

#AAB937 contains mainly red and green colors. Web safe color of #AAB937 is #99CC33 (or #9C3).

RGB color model

#AAB937 color RGB value is (170,185,55).

RGB: (170,185,55) (67%, 73%, 22%)

RGB channels and saturation

R 170 of 255 = 67%
G 185 of 255 = 73%
B 55 of 255 = 22%

170
185
55

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

Portions of RGB colors in percentages

R + G + B = 170 + 185 + 55 = 410 (100%)
R 170 of 410 ~ 41.46%
G 185 of 410 ~ 45.12%
B 55 of 410 ~ 13.41'%

%41.46
%45.12
%13.41

CMYK color model

#AAB937 color CMYK value is (8,0,70,27).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 70.27%
  • key color value is 27.45%
CMYK: (8,0,70,27) C8M0Y70K27 (8%,0%,70%,27%) (0.08/0.00/0.70/0.27) 

CMYK percentages

%8.11
%0
%70.27
%27.45

Codes

Color #AAB937 in popluar color models

AA B9 37
RGB 170 185 55
HSL 67° 54.17% 47.06%
HSB/HSV 67° 70.27% 72.55%
CMYK 8.11% 0.00% 70.27%
27.45%

Color #AAB937 in popluar number systems.

HEX AA B9 37
Decimal 170 185 55
Binary 10101010 10111001 110111
Octal 252 271 67

Shades and tints

Shades of #AAB937

#AAB937
(170,185,55)
#9BA932
(155,169,50)
#8C992D
(140,153,45)
#7D8928
(125,137,40)
#6E7923
(110,121,35)
#5F691E
(95,105,30)
#505919
(80,89,25)
#414914
(65,73,20)
#32390F
(50,57,15)
#23290A
(35,41,10)
#141905
(20,25,5)
#000000
(0,0,0)

Tints of #AAB937

#AAB937
(170,185,55)
#B1BF49
(177,191,73)
#B8C55B
(184,197,91)
#BFCB6D
(191,203,109)
#C6D17F
(198,209,127)
#CDD791
(205,215,145)
#D4DDA3
(212,221,163)
#DBE3B5
(219,227,181)
#E2E9C7
(226,233,199)
#E9EFD9
(233,239,217)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB937 color. Also use rgb(170,185,55) instead hex code.

Text Font Color

.myTextColor { color: #AAB937; }

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

This text font color is #AAB937.

Background Color

.myBgColor { background-color: #AAB937; }

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

This div background color is #AAB937.

Border color

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

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

This div border color is #AAB937.

Opacity

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

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

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

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

This text has shadow with #AAB937 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB937.

Preview

Color preview on black background

This text has color #AAB937 on black background.


Color preview on white background

This text has color #AAB937 on white background.


Black color preview on #AAB937 background

This text has black color on #AAB937 background.


White color preview on #AAB937 background

This text has white color on #AAB937 background.


Related colors

Complementary color

Complementary color for #hex is #5546C8.


I love getcolorcode.com

Triadic colors

1 #37AAB9 and #B937AA with #AAB937 are triadic colors.

2 #37B9AA and #B9AA37 with #AAB937 are triadic colors.